Skip to content

image guide

Favicon in 2026: The Exact Set of Files, Sizes and Formats

The favicon is the smallest file on your site with the widest distribution: browser tab, bookmarks bar, history list, desktop shortcut, Android home-screen tile, iOS springboard, PWA install, and the search result in some layouts. The mess of 'which sizes do I need' comes from different platforms having picked different winners historically. This guide collapses it to the actual set that works in 2026, the tags that declare them, and the generation workflow from one source logo.

Updated September 22, 2026 · 12 questions answered

Key takeaways

  • The working set is small: a 48×48 (or multi-size) ICO for old tab lists, a 32 px PNG, a 180×180 apple-touch-icon, and a 512×512 PNG for PWA/manifest — declare all four and every platform picks its own.
  • ICO is legacy but not dead: browsers still request /favicon.ico when no link tags are present, and a 404 there is the most common unfixable-looking favicon bug.
  • Design at 16 px, not at logo size: the tab is the audience; anything that fails there has failed.
  • SVG favicons work in Chromium and Firefox; Safari still needs the raster set, so treat SVG as a progressive enhancement.
  • Favicons cache aggressively — the 'it is not updating' fix is a version query or a hard reload, not a different file.

The File Set That Covers Everything

One square source, four outputs, and the whole legacy spread is covered. The 48×48 ICO (a modern multi-size ICO containing 16/32/48 is even better) handles the implicit /favicon.ico request and any old desktop chrome. The 32×32 PNG is the tab and bookmark icon, linked explicitly as a shortcut icon. The 180×180 apple-touch-icon — without transparency, on a solid background — is what iOS and iPadOS put on the home screen, and Android picks it up for shortcuts too when no maskable variant exists. The 512×512 PNG, declared in a web app manifest, serves PWA install prompts and the Android launcher with its adaptive-icon mask applied.

That is genuinely all a normal site needs. The size matrices you will find in older tutorials — every combination of 57, 60, 72, 76, 114, 120, 144, 152 — were real answers for versions of iOS that no longer ship; the platforms converged on 'ask for the manifest or pick one large source and mask it', which is why the set above is smaller than the folklore.

ICO: The Format Nobody Likes and Everybody Must Ship

ICO is a Microsoft-era container: multiple raster sizes in one file, chosen by the consumer at request time. Its surviving relevance is behavioural — every browser still fetches /favicon.ico unprompted when no explicit link tag covers it, and a surprising number of older surfaces (bookmarks in desktop browsers, some OS file managers) never learned the modern routes.

The practical handling: serve a real 16/32/48 multi-size ICO at the site root so the implicit request hits something, declare PNG links in the HTML for the explicit consumers, and stop worrying. ICO generation is exactly what the favicon tool exists for — the hand-work of packing three bitmaps into the container is not a task worth doing twice.

Designing for 16 Pixels

The tab renders your design at 16×16 physical pixels — a budget your full logo has never fitted. The reliable compressions: single glyph, one or two flat colours, no strokes thinner than a pixel, no text. If the shape needs an outline to survive, it is not a favicon; if it reads at tab size squinted through half-closed eyes, it is one.

Two technical notes that save more time than design theory: transparency on a light tab strip versus a dark one flips which version of your mark is legible — the SVG (or a second declaration) with a CSS media query is now the clean answer in supporting browsers; and the browser's own downscale of a 512 source produces mush, so ship the 32 px raster as its own file rather than trusting the browser's resizer.

The HTML and the Manifest

The declaration pattern: a rel="icon" link per size and type (or a modern single SVG plus PNG fallback pair), an explicit rel="apple-touch-icon" pointing at the 180 PNG, and a manifest.json listing the 192 and 512 PNGs with their purposes — any and maskable, since Android's adaptive icons crop to a circle/squircle and your mark needs the safe margin inside that mask.

The missing manifest is the most common cause of the 'favicon works, home-screen icon is a screenshot' complaint: without a manifest, installers fall back to whatever they can scrape, and the result is exactly as polished as you would expect.

The Updating Problem

Favicons are cached with unusual persistence — a separate cache from the rest of the site in some browsers, keyed to the URL, and refreshed on nobody's schedule you can control. When it will not update: hard-reload the page, then try the direct icon URL in a new tab (the real cache to bust), then a version query (?v=2) on the href as the honest developer escape hatch.

One scope note for site owners with traffic: the implicit /favicon.ico request fires on every navigation, so serving it from a CDN cache with a long max-age quietly removes one request-path hit per page view from your logs — the file is small but it is the most-requested asset almost no site optimises.

Frequently asked questions

The questions people ask most about favicon guide: sizes, formats and the files your site actually needs, answered directly.

What size should a favicon be?

Ship 32×32 PNG as the tab icon, a multi-size ICO (16/32/48) at /favicon.ico for legacy, 180×180 as apple-touch-icon, and 512×512 in the manifest for install contexts. Those four cover every platform that renders your site's identity in 2026.

How do I make a favicon from my logo?

Crop the logo to a square single-glyph version that reads at 16 px, then feed the square master to a favicon generator: it emits the ICO, PNG sizes and apple-touch variant plus the HTML snippets in one pass. Doing the ICO container by hand is the part nobody should bother with.

What is an apple-touch-icon?

The 180×180 PNG iOS uses when someone adds your site to the home screen. It is composited without transparency on a white background by older versions and masked by newer ones, so ship it as a solid-background tile rather than a transparent cutout and it survives every path.

Do SVG favicons work yet?

In Chrome, Edge and Firefox yes — a crisp scalable <link rel="icon" type="image/svg+xml"> is lovely and supports media-query dark-mode swaps. Safari still requires the raster set for tab icons, so SVG is an enhancement you layer on top of the PNG/ICO baseline rather than a replacement.

Why is my favicon not showing?

Usually one of three: the files are not at the paths the HTML declares (check the request in dev tools), the browser is serving the old cached icon (version-query the href), or the site is being previewed by something that ignores link tags and only fetches /favicon.ico — which is the case the ICO file at root covers.

Why is my favicon blurry?

Because the browser is shrinking a large raster to 32 px, and its resizer is not a design tool. Serve the exact 32×32 file; if you scaled a large source down yourself, do it with a quality resizer and check at 100% — soft edges at favicon size are permanent.

What is a maskable icon?

The manifest declaration (purpose: "maskable") telling Android the icon is safe to crop to the launcher's shape — circle, squircle, teardrop — with a ~40% centre safe zone. Designing one means putting the mark inside a large padded tile; a logo edge-to-edge gets its corners shaved by every mask.

Do I still need favicon.ico?

Yes — one file at the site root, and it removes the 404 every browser still requests. A multi-size ICO covering 16/32/48 in one container also feeds any legacy surface that asks, which costs you one generated file and zero maintenance.

What is the right file format for favicons?

PNG for every declared size (lossless, tiny at these dimensions), ICO for the legacy root file, SVG as an enhancement in supporting browsers. JPEG has no place in a favicon set — the format's artefacts are magnified by the sizes that matter.

How many icons does a PWA manifest need?

At minimum 192×192 and 512×512 PNGs, each declared twice — 'any' purpose for normal display and 'maskable' for Android's cropping — plus a shortcuts array if you use it. Install prompts check for a 512 before offering to install, which is why the big square is the one people forget.

Can I change my favicon without hurting SEO?

Yes — swap the files at the same URLs, or version the href if you want the new one visible immediately; Chrome and Safari refresh icon caches on their own schedules regardless. Search results pick the new icon within days, and nothing about the change touches ranking.

Does the favicon tool work without uploading my logo?

It runs in the browser tab — the source image is read locally, resized, packed into ICO and handed back with the generated set. For a logo that has not launched yet, that offline property is the point.