Overview
What this tool does
A favicon is the small icon that shows in browser tabs, bookmark lists, the home screen of a phone, and the address bar of every browser. A real favicon set is more than one PNG: it includes a Windows ICO file, a PWA manifest, an Apple Touch Icon, multiple PNG sizes for different display densities, and ideally a dark-mode SVG. This generator builds the whole package from a single source: a piece of text (an emoji or letter), an emoji on its own, or an uploaded image. The output is a ZIP containing every file you need plus the exact HTML snippet to paste into your <head>. Useful for any web project that wants to look polished in every browser and operating system without manually generating eleven different files.
How to
Use it in 3 steps
- Pick a source: text or emoji (good for solo projects), or upload an image.
- If you're using text, pick a font, color, and background. The preview updates live.
- Click generate. The tool renders every size and packages them into a ZIP.
- Download the ZIP. Unzip it into your site's root (or public folder).
- Paste the HTML snippet into your <head>. The snippet covers every browser and platform.
FAQ
Frequently asked questions
▶What files are included in the ZIP?
favicon.ico (Windows + legacy browsers), favicon-16, favicon-32, favicon-48, favicon-96, apple-touch-icon (180px for iOS home screen), android-chrome PNGs (192 and 512), a site.webmanifest for PWAs, an optional SVG with dark-mode support, and a ready-to-paste HTML snippet.
▶Where do I put the files?
Drop them in your site's public root (so they are served from /favicon.ico, /apple-touch-icon.png, etc.). Paste the HTML snippet into the <head> of every page.
▶Does the dark-mode SVG work in every browser?
Modern browsers (Chrome, Safari, Firefox, Edge) respect the prefers-color-scheme media query inside the SVG. Older browsers fall back to the PNG, so you lose nothing by including it.
▶Can I regenerate later?
Yes. Open the tool, pick the same source, and download a fresh ZIP. Nothing is stored on a server.