Tech

Favicon Sizes and Multi-Resolution ICO: 16, 32, 48 px and Beyond

16, 32, 48, 64, 128, 256 — the list of icon sizes quickly turns into a soup of numbers. Which ones do you actually need, and which are leftovers from the past? Why does ICO store several resolutions at once, and how many versions is it sensible to pack into one file? Let's go through each size on its merits: where it is used and whether it earns a place in your favicon.

Laptop with a browser open — different interfaces call for icons of different sizes
One logo, six sizes: each interface asks for its own. Photo: Pexels

Why there are so many sizes: the multi-resolution idea

An icon is shown in a dozen different places, and each one needs its own size: tiny in a tab, bigger in bookmarks, larger still in the file explorer. You might think you could take one big picture and shrink it as needed. But automatic downscaling kills small icons: thin lines merge, edges turn dirty, text becomes a blob.

The fix is multi-resolution. A single ICO file holds several ready-made versions, each drawn for its own size. That spares the system from shrinking on the fly: it simply grabs the right picture from the set. We cover exactly how this container works in "What Is ICO".

In short

Sizes exist not "just in case" but because a small icon must be drawn separately, simplifying the detail. ICO lets those separate versions live in one file.

Every size and where it lives

To stop guessing, here is a map of sizes and their real uses:

SizeWhere it is usedNeeded?
16×16Browser tab, address bar, historyRequired
32×32Bookmarks, high-density displays, taskbarRequired
48×48Windows file explorer, medium tilesRecommended
64×64Large icons in the explorerOptional
128×128App icons, previewsOptional
256×256Large tiles, program iconsFor apps

The takeaway is simple: for a website favicon the key sizes are 16, 32 and 48. Anything bigger belongs to Windows app icons rather than browser tabs.

Close-up of a browser tab bar — this is where the 16×16 size works
In a browser tab the logo lives at 16 pixels — the size most demanding of simplicity. Photo: Pexels

Which set to put in favicon.ico

The urge to cram every size into the ICO is understandable but harmful: the file bloats with zero benefit. A sensible modern set inside favicon.ico:

16

The base

Tab and address bar. Non-negotiable — it is the "face" in the tab.

32

The crisp one

Bookmarks and Retina screens. The browser loves to grab this one.

48

The large one

Windows file explorer and interface scaling.

These three sizes are enough for the vast majority of sites. Everything else — large PNGs for the apple-touch-icon and manifest — is stored as separate files, not inside the ICO. More on the full set in the "How to Make a Favicon" guide.

16px — browser tab
32px — bookmarks and Retina
48px — Windows explorer

Do you need 256×256

The 256×256 size is special: it is the reason ICO was allowed to store a compressed PNG instead of an uncompressed BMP, so the file would not bloat. But do you need it in a favicon?

Usually not. Tabs, bookmarks and history use the small sizes; a large picture simply is not shown there. 256×256 is genuinely needed for app icons and big Windows tiles. If you are building a website favicon, do not drag 256 inside the ICO — instead hand the large resolution off as a separate PNG for the apple-touch-icon and manifest.

The economy rule

Every extra size inside the ICO is weight that loads on every page. For a site, three sizes (16/32/48) are the sweet spot: crisp everywhere with no wasted kilobytes.

Retina, density and apple-touch-icon

On high-density screens (Retina and the like) one logical pixel is made of several physical ones. So on such a screen the browser often grabs the 32×32 version for a "16-pixel" tab — to keep the icon sharp. That is one more reason to keep both 16 and 32 in the ICO: together they cover ordinary and dense displays.

A separate story is the apple-touch-icon. It is not part of the ICO but a standalone PNG that iOS uses for the site icon on the home screen. The modern recommended size is 180×180. People used to make a whole menagerie of sizes for different models, but today a single 180×180 is enough.

Laptop with a website open on a wooden desk — icon sharpness matters on every display
The denser the screen, the more it helps to have a larger size in reserve (32 instead of 16). Photo: Pexels

How to build a multi-resolution ICO

You don't have to assemble each size by hand. Prepare one large square source and let the converter do the rest:

1

A 256×256 source

A square PNG with a transparent background and a simplified, readable logo.

2

Convert to ICO

The converter generates the 16, 32 and 48 versions inside the file.

3

Check it small

Shrink to 16 px and confirm the silhouette still reads.

Build a multi-resolution ICO

Upload a large PNG and the FormatZ converter packs 16, 32 and 48 into one favicon.ico. Free, in the browser, no sign-up.

Create an ICO with sizes

Want to do the opposite and break someone's ICO apart into its sizes to see what is inside? The ICO to PNG converter helps. And which format to choose for an icon — ICO, PNG or SVG — is covered in our separate comparison.

A good favicon is not one bigger file but several smaller versions. ICO's strength is letting them all live together.
A sufficient set inside the ICO is 16×16, 32×32 and 48×48. 16 is used in the address bar and tabs, 32 on high-density displays and in bookmarks, 48 in the Windows file explorer and when the interface scales. 256×256 is added separately if you need a large app icon. More than three or four sizes in a favicon is usually overkill.
So the system or browser can pick a ready-made version for the spot rather than shrinking one big picture on the fly. Automatic downscaling makes small icons blurry and dirty at the edges. A separately prepared 16×16 stays crisp because its detail was simplified ahead of time for that size.
For a regular website favicon, almost never: tabs and bookmarks use the small sizes. 256×256 is mainly needed for app icons and large Windows tiles. If you are building a favicon, it is wiser to stick to 16, 32 and 48 and keep the large resolution as a separate PNG for the apple-touch-icon and the manifest.
The modern recommended apple-touch-icon size is 180×180 pixels. It is a separate PNG file, not part of the ICO: iOS uses it for the site icon on the iPhone and iPad home screen. You no longer need a zoo of apple-touch-icon sizes for old devices — a single 180×180 is enough.
Prepare a large square PNG (for example 256×256 with a transparent background) and upload it to a PNG-to-ICO converter — it generates the needed 16, 32 and 48 sizes inside the file automatically. With the FormatZ online converter it takes a couple of seconds right in the browser.