Every browser still needs a favicon, but almost none of them need the
old multi-resolution .ico file anymore. Our new
Favicon Generator skips it entirely and
gives you what modern sites actually ship: a set of correctly-sized
PNGs.
- Six standard sizes in one pass — 16×16 and 32×32 for browser tabs, 48×48 for Windows, 180×180 for the Apple touch icon, and 192×192 / 512×512 for Android and PWA installs.
- Labeled previews, individual downloads — every size renders as
its own thumbnail with a correctly-named download button
(
favicon-32x32.png,apple-touch-icon.png, and so on), so there’s no renaming to do afterward. - A ready-to-paste
<head>snippet — the exact<link rel="icon">and<link rel="apple-touch-icon">tags for the files you just downloaded, one click to copy. - Honest about the format — this produces PNG files, not a
.icocontainer. That’s not a shortcut; PNG favicons are current best practice, supported by every browser people actually use today. - Private by default — your image is decoded and resized with the browser’s own Canvas API. It’s never uploaded, stored, or logged.
Drop in a logo, download the six files, paste the snippet, done.