Favicon Generator
Generate common favicon PNG sizes from one source image.
Drag and drop your file here
or browse from your device
Accepted: image/png, image/jpeg, image/webp
HTML head snippet
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="48x48" href="/favicon-48x48.png" /> <link rel="apple-touch-icon" sizes="180x180" href="/favicon-180x180.png" /> <link rel="manifest" href="/site.webmanifest" />
Manifest icons snippet
{
"name": "App Icons",
"short_name": "App",
"icons": [
{
"src": "/favicon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}16x16
Not generated
32x32
Not generated
48x48
Not generated
64x64
Not generated
180x180
Not generated
192x192
Not generated
512x512
Not generated
About Favicon Generator
Favicon Generator creates multiple icon sizes from a single square source image. Generate standard PNG favicon assets and download them as a ready-to-use ZIP package for website headers, app manifests, and PWA icon sets.
How to Use
- Upload a high-resolution source image (preferably square).
- Click Generate icons to produce common favicon sizes.
- Preview each generated size directly in the tool.
- Download individual sizes or export all generated PNGs plus site.webmanifest in one ZIP package.
- Copy ready-to-use HTML head and manifest icon snippets.
- Use output files in your HTML head and app manifest.
Included Output Sizes
- 16x16 and 32x32 for browser tabs.
- 48x48 and 64x64 for desktop shortcuts.
- 180x180 for Apple touch icons.
- 192x192 and 512x512 for PWA manifest icons.
Frequently Asked Questions
What source image should I use?
Use a clear square image with at least 512x512 resolution for best results across all icon sizes.
Can I generate ICO directly?
This tool currently outputs PNG sets. You can convert 16x16 and 32x32 PNG files to ICO using a dedicated converter if needed.