A complete favicon implementation requires multiple PNG sizes for different contexts: browser tabs, bookmarks, Apple home screen shortcuts, and PWA splash screens. This preset generates all five standard favicon sizes so you can test icon display and PWA manifest configuration before the final logo is ready.
| Name | Dimensions | Description |
|---|---|---|
| favicon | 16x16 | Browser tab favicon — 16×16px, the smallest required size displayed in browser tabs |
| 32x32 | 32x32 | High-DPI tab favicon — 32×32px, displayed in retina browser tabs and bookmarks |
| 180x180 | 180x180 | Apple Touch Icon — 180×180px, used by iOS and macOS when saving to home screen |
| 192x192 | 192x192 | PWA icon — 192×192px, required in the Web App Manifest for Android home screen |
| 512x512 | 512x512 | PWA splash icon — 512×512px, required for PWA installation prompts and splash screens |
Browser tabs display favicons at 16×16 or 32×32px. Apple devices request a 180×180px apple-touch-icon for home screen shortcuts. Chrome PWA manifests require 192×192 and 512×512 icons for installation prompts and splash screens. Missing any size causes a browser fallback to a blurry scaled version. Using correctly sized placeholders lets you verify your `<link>` tags and `manifest.json` configuration work before the designer delivers the final icon.
Add placeholder 192×192 and 512×512 PNGs to your manifest.json and test PWA installation on Android before the final icon is ready.
Start a new project with a complete favicon set immediately. Replace the placeholders with real icons when the brand identity is finalized.
Commit the placeholder favicon set to your repository and test that all <link rel='icon'> and manifest.json references resolve correctly in automated tests.
Ready to generate Favicon Kit (PNG) placeholder images?
Open the generator with this preset pre-loaded and download your pack in seconds.