When to use it
When launching a site and you need the tab icon, home-screen icon, and PWA install icon all at once. Drop one image and get the seven files you need plus a ready-to-paste HTML snippet in a single ZIP.
How it works
Drop a square image. PNG, JPG, WebP, and SVG all work. Fill in a brand name
and theme color, then hit "Generate". You'll see previews at each size and
the HTML snippet to paste into your <head>.
What you get
Open the ZIP and you'll find:
- favicon.ico — the classic format bundling 16, 32, and 48px
- icon-16.png · icon-32.png — modern browsers' preferred PNG path
- apple-touch-icon.png (180×180) — iOS home-screen icon
- icon-192.png · icon-512.png — PWA and Android icons
- site.webmanifest — app name, theme color, icon mapping
- favicon.html — six
<link>and<meta>lines to paste into your head
Tips
- Square works best — non-square inputs get letterboxed with blank space.
- SVG source — rasterized fresh at each size for the sharpest result.
- Keep small sizes simple — thin lines and gradients blur out at 16px. A strong silhouette reads at every size.
Where does your image go?
Your image is resized and encoded to PNG and ICO in your browser. Neither the source nor the output is uploaded. Close the tab and they're gone.