Favicon generator
One logo in. Every size out: ICO, PNGs, Apple touch icon, manifest. Nothing is uploaded.
Drop a logo or image here or click to browse
Square works best. Everything is generated on your device.
Paste into your <head>
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">Every size a real site needs
Browsers want an ICO. iPhones want a 180 px touch icon. PWAs want 192 and 512. Getting this wrong means blurry tabs and broken home-screen icons. QuietPix renders each size separately from your original with high-quality scaling, so the 16 px version stays crisp instead of becoming a smudge.
Frequently asked questions
What do I get?
One ZIP with everything a modern site needs: favicon.ico (16, 32 and 48 px inside), PNG icons at 16, 32, 48, 180 (Apple touch), 192 and 512 px, plus a site.webmanifest. The HTML snippet to paste is shown right on the page.
What image should I start from?
A square logo of 512 px or larger gives the best results. Non-square images are center-cropped automatically.
Is my logo uploaded?
No. Every size is generated inside your browser. Unreleased logos and client work stay on your device.
Does the .ico file work everywhere?
Yes. It embeds PNG data, which every modern browser and Windows since Vista accept. The PNG fallbacks in the snippet cover the rest.