Favicon Generator

No upload · runs in your browser

Runs entirely in your browser, nothing is uploaded.

How it works

Favicon Generator: A Real .ico Plus the PNG Set

One logo becomes a favicon.ico holding the 16, 32 and 48 px images, seven PNGs up to 512 px, a site.webmanifest and the link tags to paste.

What this does
  • PNGs at 16, 32, 48, 96, 180, 192 and 512 px, each named the way the standard link tags expect
  • A hand-written .ico container with the 16, 32 and 48 px images packed inside it
  • site.webmanifest carrying the 192 px icon, a 512 px maskable entry, your app name and the theme colour
  • Padding from 0% to 25% around the mark, over a transparent, white or custom background
  • A separate solid Apple icon, because iOS renders transparency as black
  • A copy-ready head snippet, also written into the zip as head-snippet.html
FAQ

In practice, yes. Browsers prefer the PNG link tags, but a bare request for /favicon.ico still arrives from older browsers, feed readers, link-preview bots and crawlers that never parsed your head. The file written here is a real ICONDIR container with the 16, 32 and 48 px images inside, each stored as a PNG rather than a BMP, so the alpha channel survives and the whole thing costs a couple of kilobytes. That clears a recurring 404 out of your access log for about the price of one small image.

Keep going