Used for: Legacy browser fallback and default root favicon requests.
Why it matters: Still worth shipping even if the rest of your favicon set is PNG or SVG.
Upload a PNG and generate all standard sizes for favicons and app icons.
Drop a PNG image here (square recommended)
PNG, JPG, WebP supported
Used for: Legacy browser fallback and default root favicon requests.
Why it matters: Still worth shipping even if the rest of your favicon set is PNG or SVG.
Used for: Modern browser tab icons and desktop shortcuts.
Why it matters: This is the file most people visually recognize first because browser tabs surface it constantly.
Used for: iOS home screen bookmarks and pinned site icons.
Why it matters: Needs a clean silhouette and generous padding because Apple displays it at small sizes with rounded treatment.
Used for: PWA manifests, install prompts, and Android shortcuts.
Why it matters: These matter less for browser tabs but more for app-like install flows and platform validation.
Generate all standard favicon and app icon sizes from a single high-resolution image. The tool produces a complete set ready to deploy — browser tab icons, Apple Touch Icons, and PWA manifest icons.
ImageLab processes files locally in your browser. Files are not uploaded to our servers, which is useful for sensitive screenshots, internal product images, and personal photos.
The tool generates six standard sizes: 16×16 and 32×32 (browser tabs), 48×48 (Windows shortcuts), 180×180 (Apple Touch Icon for iOS), 192×192 (Android/Chrome PWA home screen icon), and 512×512 (PWA splash screen). All sizes are exported as PNG.
A .ico file provides backward compatibility with older browsers that do not support PNG favicons. Use the SVG/PNG/ICO Converter to generate a multi-size .ico file (16, 32, 48px) from a PNG. Place it in your site root as favicon.ico.
At minimum, add: <link rel="icon" type="image/png" href="/favicon-32.png" sizes="32x32"> and <link rel="apple-touch-icon" href="/apple-touch-icon.png">. For a full implementation, see the Favicon Size Guide.
It depends on the platform. Browser favicons display over a tab background, so transparency works fine. Apple Touch Icons and PWA icons are displayed on colored backgrounds, so a solid background color in your source image often produces better results on those platforms.