Favicon Generator
Generate favicon PNGs in all standard sizes (16, 32, 48, 180, 192, 512) from any image.
Tip: upload a 512×512 or larger square image for best results.
Frequently Asked Questions
Which sizes do I need?
Minimum: 32x32 (browser tab), 180x180 (Apple touch icon), 192x192 and 512x512 (Android / PWA). 16x16 is a legacy fallback some browsers still use.
Does this produce an .ico file?
No — this tool outputs PNG files at standard sizes. Modern browsers accept PNG favicons. If you specifically need an .ico file, use a dedicated ICO converter.
How do I use the output files?
Place the PNGs in your public folder and reference them in HTML: <link rel="icon" sizes="32x32" href="/favicon-32.png" />, <link rel="apple-touch-icon" href="/apple-touch-icon.png" />