Favicon Sizes & Generator Guide
Quick answer
Favicon sizes at a glance
Use a multi-size ICO with 16x16, 32x32, and 48x48 icons for browsers, a 180x180 PNG for Apple Touch, and 192x192 plus 512x512 PNGs for a PWA manifest. For Google Search, use a crawlable square icon larger than 48x48 at a stable URL.
Pick this preset, drop your file, and FastEdit starts from the Favicon Standard Favicon dimensions, format, and file-size target.
Favicon Image Size Cheat Sheet
Google Search Favicon
Google requires a square favicon of at least 8x8 and recommends larger than 48x48 for display quality. Keep the URL stable and crawlable.
Standard Favicon
Browser tab icon. ICO format is most compatible; PNG works in all modern browsers. This is the minimum favicon every website needs.
Open Favicon Standard Favicon preset →Apple Touch Icon
Used when saving a website to the iOS home screen. Apple devices do not use favicon.ico: they look for this specific link tag.
Open Favicon Apple Touch Icon preset →PWA Icon 192
Required in the web app manifest for PWA installations. Used as the app icon on Android home screens and in the app switcher.
Open Favicon PWA Icon 192 preset →PWA Icon 512
High-resolution PWA icon used for splash screens on Android and Chrome OS install prompts. Required for PWA installability.
Open Favicon PWA Icon 512 preset →SVG Favicon
Scalable vector favicon supported by modern browsers. Allows dynamic theming with prefers-color-scheme media queries. Single file covers all sizes.
Before you upload
- For broad coverage, provide a multi-size ICO, an Apple Touch icon, and manifest icons only when your site is installable as a PWA.
- Design favicons with simple shapes and minimal detail: they display as small as 16x16 pixels in browser tabs.
- SVG favicons can respond to dark mode using CSS media queries inside the SVG, making them ideal for design-conscious sites.
- Include both ICO and PNG favicon links for maximum browser compatibility: some older browsers only recognize ICO format.
- Test your favicon against both light and dark browser themes to ensure visibility in both contexts.