The Complete Favicon Sizes Guide for 2026
Every favicon size and format you actually need in 2026: ICO, SVG, PNG, Apple Touch, Android Chrome, Windows tiles, and PWA maskable icons.
The question "what size should my favicon be?" does not have a single answer. Different platforms expect different sizes, and getting them wrong means blurry icons, missing images, or fallback behavior that makes your site look unfinished.
This guide lists every favicon size you need in 2026, organized by platform.
Platforms That Consume Your Favicon
Your favicon gets used in more places than you probably think. Here is where the usage breaks down.
Every Size You Need
favicon.ico
Classic browser tab
favicon.ico
Retina browser tabs, taskbar
favicon.ico
Windows site shortcuts
apple-touch-icon
iOS home screen
android-chrome
Android shortcuts
android-chrome
PWA splash screen
mstile
Windows Start tiles
app-icon
App store / high-res use
og-image
Facebook, LinkedIn shares
twitter-image
Twitter/X card previews
The ICO File: Multiple Sizes in One
The .ico format is unique because it is a container that holds multiple images at different resolutions. A well-built ICO file includes 16x16, 32x32, and 48x48 versions. The browser picks the right one based on context.
Despite being the oldest favicon format, ICO is still necessary for compatibility. Some PDF viewers and older applications specifically look for favicon.ico at the site root.
ICO is not going away
Format Comparison by Platform
| Platform | ICO | PNG | SVG | Manifest |
|---|---|---|---|---|
| Chrome Desktop | ||||
| Firefox | ||||
| Safari Desktop | ||||
| Safari iOS | ||||
| Chrome Android | ||||
| Edge | ||||
| Samsung Internet | ||||
| PWA Install |
Maskable Icons for PWA
Android applies different shaped masks (circle, rounded square, squircle) depending on the device manufacturer. If your icon has content that extends to the edges, the mask will crop it.
Maskable icons solve this by defining a "safe zone," the inner 80% of the image where your actual content should live. When you declare an icon with purpose: "maskable" in your web manifest, Android knows it can apply any shape mask without cutting off your icon.
Safe zone matters
Social Preview Images Are Not Optional
When someone shares your URL on Twitter, LinkedIn, Facebook, or Slack, those platforms look for Open Graph and Twitter Card images. Without them, your link shows up as a plain text URL. No visual preview at all.
The standard sizes are 1200x630 for Open Graph (Facebook, LinkedIn) and 1200x675 for Twitter. Not technically favicons, but they should match your branding and you will want to generate them at the same time.
Quick Reference
Start with a 1024x1024 source file and derive every other size from it. If you cannot tell what the image is at 16 pixels, your design is too complex. Simplify it before generating the variants.