Generate a favicon
One image in, a full favicon.ico plus every standard PNG size out, ready to drop into your site's root.
A square image works best. Anything else is center-cropped to a square first.
16, 32, and 48px (bundled into favicon.ico), plus 180, 192, and 512px PNGs.
A .zip with favicon.ico, every PNG size, and a site.webmanifest.
Frequently asked
Is my image uploaded anywhere?
No. Every size is rendered on a canvas in this tab. Nothing is sent anywhere.
What's actually inside favicon.ico?
A real multi-resolution ICO container with the 16, 32, and 48px versions embedded together. Not just one size renamed.
What do I do with the files?
Drop them all into your site's root folder, then link favicon.ico, the apple-touch-icon, and site.webmanifest from your HTML <head> (a quick search for "favicon HTML tags" gives the exact link tags).
Why is my image cropped?
Favicons are always square. A non-square source gets center-cropped to a square first, so nothing is stretched or distorted.
Does this work offline?
Yes, once the page has loaded.