Back to generator

Favicon Sizes: The Dimensions That Matter in 2026

The favicon sizes you actually need are 16x16, 32x32 and 48x48 inside favicon.ico, a 180x180 apple-touch-icon for iOS, and 192x192 plus 512x512 PNGs for Android and PWAs. Google additionally prefers a square favicon that is a multiple of 48px. Below is the short answer, a clean reference table, and recommendations - then generate every size from one logo.

Last updated: 13 June 2026

The short answer

You do not need dozens of files. In 2026 a compact set covers every browser, phone, and installable app. Here are the favicon sizes that carry their weight:

  • 16x16, 32x32 and 48x48 - the three classic favicon sizes, bundled together inside a single multi-resolution favicon.ico.
  • 32x32 (and 16x16) PNG - the modern PNG favicons most browsers prefer for crisp tab and high-DPI rendering.
  • 180x180 - the Apple touch icon for iOS and iPadOS home screens.
  • 192x192 and 512x512 - the Android and Progressive Web App icons declared in your web manifest.
  • 512x512 maskable - the same 512 dimensions, redrawn with a safe zone so adaptive launchers can crop it.
  • A 48px-multiple square (48, 96 or 144) - what Google prefers for the favicon it shows beside your search result.

You do not have to make these by hand. Drop one logo into the Logo2Favicon generator and it outputs every size below - correctly named and sharp - entirely in your browser, with nothing uploaded.

Favicon size reference table

The fastest way to read the full set. Sizes are in pixels; every file should be a perfect square.

SizeFileWhat uses it
16x16favicon.ico, favicon-16x16.pngBrowser tabs, bookmarks, history
32x32favicon.ico, favicon-32x32.pngHigh-DPI tabs, Windows taskbar
48x48favicon.ico, favicon-48x48.pngWindows shortcuts; Google's minimum square
96x96favicon-96x96.pngHigher-density surfaces; a clean 48px multiple for Google
180x180apple-touch-icon.pngiOS / iPadOS home screen
192x192android-chrome-192x192.pngAndroid home screen, install prompt
512x512android-chrome-512x512.pngPWA splash screens, app drawer
512x512maskable-icon-512x512.pngAdaptive Android icons (purpose: maskable)
1024x1024icon-1024x1024.pngMaster source to regenerate from

Google's favicon size rule

Google shows a favicon next to your result on mobile search and in some desktop surfaces. Its guidance is specific: supply a favicon that is square and a multiple of 48px - for example 48x48, 96x96, or 144x144. Google downscales whatever you give it to the size it needs, so a 48px-multiple square (rather than a lone 16x16) gives it clean source pixels to work from. A 96x96 PNG is a sensible single file that satisfies this rule with room to spare.

Recommendations

  • Always ship favicon.ico at the root. Bundle 16, 32 and 48 inside it. Browsers request /favicon.ico automatically, so this is your guaranteed baseline.
  • Add PNG favicons for sharpness. At minimum a 16 and a 32; a 48 or 96 helps Google and Windows.
  • One 180x180 apple-touch-icon is enough. Opaque background, no pre-rounded corners.
  • Use 192 and 512 for the manifest, plus a separate 512 marked maskable so adaptive launchers do not crop your logo.
  • Keep a 1024x1024 master. Every smaller size is downscaled from a clean original, so you can regenerate later without quality loss.

Frequently asked questions

What favicon size should I use?
Ship a multi-resolution favicon.ico containing 16x16, 32x32 and 48x48, a 180x180 apple-touch-icon for iOS, and 192x192 plus 512x512 PNG icons for Android and PWAs. That small set covers every browser and device in use today.
What favicon size does Google use in search results?
Google recommends a favicon that is a square and a multiple of 48px, such as 48x48, 96x96 or 144x144. Google downscales whatever you provide, but supplying at least a 48px-multiple square ensures it renders crisply next to your result.
Is one big favicon enough?
No. A single large PNG scaled by the browser down to 16x16 looks muddy and loses fine detail. Provide purpose-built 16 and 32 sizes (inside favicon.ico and as PNGs) so small tabs stay sharp.
What size is the apple-touch-icon?
180x180 pixels. One 180x180 PNG covers every current iPhone and iPad; iOS downscales it for older hardware. Use an opaque background and no pre-rounded corners - iOS applies its own rounded mask.

Generate every size from one logo

Rather than export, rename, and check each size by hand, drop your logo into the generator on the homepage and download the complete, correctly named bundle - including a multi-resolution favicon.ico, every PNG size, the manifest, and copy-paste HTML - in seconds, all processed privately in your browser.

Want the exhaustive, all-platform list (Windows tiles, browserconfig, and every edge case)? See the full icon size cheatsheet. New to favicons entirely? Start with what a favicon is, read the complete favicon guide, or learn how to add a favicon.