About Favicon Generator
Almost nothing survives at 16 pixels — fine detail, gradients and text below a few characters all turn to mush. Icons that read at that size are usually one bold shape, so it pays to simplify the artwork before generating rather than after.
A favicon is the small icon shown in browser tabs, bookmarks and history. This generator turns any square image into a multi-resolution favicon.ico containing the 16, 32 and 48-pixel sizes browsers use, plus individual PNGs from 16 up to 512 pixels — including the 180×180 Apple touch icon and the 192/512 sizes referenced by web app manifests.
Upload a logo or icon, preview it at real favicon sizes, and download exactly the files you need. Previewing at 16 pixels before committing is the entire point — most logos that look fine in a header dissolve at tab size.
The modern set is smaller than most guides imply. An SVG icon covers current browsers at any size and can adapt to dark mode; a 32-pixel ICO covers older ones and the bookmark bar; a 180-pixel PNG covers the iOS home screen; and 192 and 512-pixel PNGs cover Android and the install prompt. Everything beyond that is legacy weight for platforms almost nobody is running.
Favicons are cached unusually aggressively, which is why a replacement so often appears not to have worked. Browsers keep the old icon well past a normal refresh, and the reliable way to check a change has shipped is to request the icon URL directly rather than reloading the page and trusting the tab.
Where the files live matters as much as generating them. Browsers request /favicon.ico from the site root by default even when nothing references it, so placing the ICO there covers the fallback path; everything else is declared with link tags in the document head, and the manifest icons are referenced from the manifest rather than the HTML. Getting the paths right is the step most often missed when an icon works locally and not in production.
Common use cases
- Developers finishing a site launch and generating the full icon set from a single logo in one pass.
- Designers checking whether a new brand mark is still legible at tab size before it is signed off.
- Anyone building a progressive web app that needs the 192 and 512-pixel icons a manifest requires for an install prompt.
- Agencies producing consistent icon sets across several client sites without a desktop editor.
- Owners of an older site adding an Apple touch icon so a bookmarked page stops showing a blurred screenshot.