← Back to tool

Favicon sizes · Browser · Apple · Android · PWA · 2026

Favicon All Sizes — Complete Guide

Updated: May 2026

A complete favicon set covers browser tabs, Apple devices, Android home screens and PWA splash screens. This guide lists every standard size, what it's used for, and which ones you actually need in 2026.

Generate All Sizes Now →

One image → all sizes + favicon.ico + manifest · Free · No upload

The essential sizes (2026)

For most websites and web apps, these 5 files are sufficient:

FileSizeUsed for
favicon.ico16+32+48 pxBrowser tabs, bookmarks, Windows taskbar
favicon-32x32.png32×32Standard browser tab, retina
favicon-16x16.png16×16Small browser tabs
apple-touch-icon.png180×180iPhone, iPad home screen
icon-192x192.png192×192Android Chrome, PWA icon
icon-512x512.png512×512PWA splash screen, maskable icon
site.webmanifestPWA manifest, links 192 and 512 icons

Complete size reference

SizePlatformNotes
16×16All browsersStandard tab favicon
32×32All browsersRetina display tab favicon essential
48×48WindowsDesktop shortcut, pinned site
57×57iOS (legacy)iPhone non-retina (iOS 6 and earlier)
60×60iOS (legacy)iPhone non-retina (iOS 7)
72×72iOS (legacy)iPad non-retina (iOS 6)
76×76iOS (legacy)iPad non-retina (iOS 7)
96×96Google TV / AndroidOlder Android chrome
114×114iOS (legacy)iPhone retina (iOS 6)
120×120iOSiPhone retina (iOS 7+)
144×144iOS / WindowsiPad retina (iOS 6), IE10 pinned
152×152iOSiPad retina (iOS 7+)
180×180iOSiPhone 6 Plus, modern Apple essential
192×192Android / PWAChrome Android, PWA icon essential
256×256WindowsWindows 10/11 app tile
512×512PWASplash screen, maskable essential

Which sizes are truly necessary in 2026?

Legacy iOS sizes (57, 60, 72, 76, 114, 120, 144, 152) target devices running iOS 6 or 7. In 2026 these represent a negligible fraction of traffic. Most teams only generate the essential set (16, 32, 180, 192, 512) and add 48 for Windows compatibility.

If you're building a PWA, the 192 and 512 sizes are required by the Web App Manifest spec. The 512 px icon should also be maskable — meaning it has enough padding around the main graphic to be safely cropped into a circle or squircle by the OS.

Frequently asked questions

What are all the favicon sizes I need?

The essential set is: 16×16 and 32×32 (browser tabs), 180×180 (Apple), 192×192 and 512×512 (Android/PWA), plus a multi-size favicon.ico. For maximum compatibility add 48×48 (Windows), the full Apple legacy set and 256×256.

What favicon size do I really need in 2026?

The practical minimum is: favicon.ico (16+32+48 embedded), favicon-32x32.png, favicon-16x16.png, apple-touch-icon-180x180.png, icon-192x192.png, icon-512x512.png, site.webmanifest. This covers all modern browsers and platforms.

What size is a favicon.ico?

A favicon.ico embeds PNG images typically at 16, 32 and 48 px. Modern ICO files use PNG compression internally, making them smaller and sharper than old BMP-based ICO files.

Do I need different favicons for dark mode?

You can serve different favicons for dark mode using CSS media queries inside an SVG favicon. For favicon.svg, add a <style> block with @media (prefers-color-scheme: dark) to switch colors. Most browsers support SVG favicons and will respect this.