Favicon Generator
Turn an image, emoji or letter into a complete favicon set — .ico plus PNGs at every size — and copy the HTML tags. All in your browser.
Drag & drop an image here
or click to browse — a square PNG works best
A complete favicon set in seconds
A favicon is the little icon in the browser tab — small, but it makes a
site feel finished. Modern browsers and devices want several sizes: a
classic .ico, PNGs for crisp tabs, an Apple touch icon, and
larger PNGs for installable web apps. This tool builds them all at once.
How to use it
- Pick a source. Upload an image, or type an emoji or letter and choose colors.
- Check the previews. See how the icon looks at favicon sizes.
- Download & wire it up. Grab the files and paste the copied tags into your
<head>.
Frequently asked questions
What does the favicon generator produce?
It creates a favicon.ico plus PNG icons at the standard sizes — 16, 32, 48, 180 (Apple touch), 192 and 512 (PWA) — and gives you the matching <link> tags to paste into your page's <head>.
Can I make a favicon without an image?
Yes. Switch to the text tab and type an emoji or a letter or two, pick a background and text color, and the tool renders a clean icon for you. Great for quick projects and prototypes.
Where do I put the files?
Drop the downloaded files in your site's root (or a folder of your choice) and add the copied <link> tags to your HTML <head>. Adjust the paths if you don't use the root.
Is the .ico a real ICO file?
Yes. The .ico embeds a 32×32 PNG, which every current browser reads. The separate PNGs cover Apple touch icons and PWA manifests where ICO isn't used.
Are my images uploaded?
No. Everything is rendered on a canvas in your browser. Your image never leaves your device.