Favicon Generator
Create a favicon from text, emoji or an image โ download as PNG or ICO instantly.
What is a Favicon?
A favicon (short for "favourite icon") is the small icon displayed in browser tabs, bookmarks, and address bars. It's one of the first visual elements users associate with your website โ a tiny but important branding element. Browsers look for a file named favicon.ico at the root of your site, though modern sites also link to PNG and SVG variants for sharper rendering on high-DPI screens.
This tool lets you create a favicon in seconds without any design software. Type a letter, number, or paste an emoji to generate a clean icon with a custom background colour and shape. Or upload an existing image and let the tool crop and resize it to standard favicon dimensions: 16ร16, 32ร32, and 48ร48 pixels.
Everything runs in your browser โ no file is sent to any server. Download as individual PNGs or as a combined .ico file.
How to Use
- Choose Text / Emoji to type initials or an emoji, or Upload Image to use your own graphic.
- Customise the background colour, text colour, and shape (square, rounded, or circle).
- Preview updates instantly in 16ร16, 32ร32, and 48ร48 sizes.
- Download individual PNG sizes or a single
favicon.icocontaining all three sizes. - Place
favicon.icoin the root of your website, or add<link>tags for the PNG files.
Frequently Asked Questions
favicon.ico format supports multiple sizes in a single file โ 16ร16 (browser tab), 32ร32 (taskbar / higher-DPI tab), and 48ร48 (Windows site icon) are the most common. Modern browsers also accept PNG favicons linked via <link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">. For Apple devices you may also want a 180ร180 apple-touch-icon.png.
favicon.ico in the root of your web server (same level as index.html). Most browsers will find it automatically. For explicit control, add these tags inside your <head>: <link rel="icon" href="/favicon.ico" sizes="any"> and optionally <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">.