Favicon Sizes & Generator Presets
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
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
- At minimum, every website needs favicon.ico (32x32), apple-touch-icon.png (180x180), and a 192x192 PWA icon referenced in the manifest.
- 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.