Favicon Sizes in 2026: Which Files Your Brand Actually Needs

Use this favicon size guide to choose the right browser, Apple touch, and web app icon files so your logo stays crisp in tabs, search, and install surfaces.

favicon sizesfavicon size guidewhat size should a favicon be

Most brands should ship more than a single favicon file. The practical set in 2026 is a multi-size favicon.ico for small browser fallbacks, a 32x32 PNG, a 180x180 Apple touch icon, and 192x192 plus 512x512 manifest icons if the site can be installed. That combination keeps the same logo usable in browser tabs, Google Search, iOS home screen saves, and app-like install surfaces.

After reviewing kitnex.ai and the current Kitnex blog on July 6, 2026, the content already covers prompts, mockups, color, file formats, commercial use, and launch checklists well. The missing layer is deployment: how a chosen mark turns into the tiny icon files people actually see in tabs, search results, home screens, and shortcuts. This guide uses current documentation from Google Search, the HTML and manifest docs, Apple Web Clip guidance, and web.dev's maskable icon guidance as the baseline.

This article is part of the Kitnex resource library for founders, creators, and operators evaluating AI logo workflows in real launch conditions.

Key takeaways

  • Google Search wants one square favicon per site, at least 8x8 pixels, and recommends using something larger than 48x48.
  • iOS home screen saves use apple-touch-icon rather than the normal rel=icon path, so that surface needs its own asset.
  • Installable web apps work better with manifest icons and, when relevant, a maskable icon that survives platform cropping.
  • The real challenge is not exporting more files. It is choosing a symbol that still reads cleanly at tiny sizes.

What size should a favicon be?

The strict minimum is small, but the practical answer is bigger: use a square icon that qualifies for Google Search and then build a compact file set for the surfaces your brand actually uses.

Google's current Search documentation says a favicon must be square and at least 8x8 pixels, and it recommends using a file larger than 48x48 so the icon holds up on different surfaces. Google also only supports one favicon per site or hostname in Search, which is why brand consistency matters more than decorative variation.

That is the eligibility floor, not the practical launch plan. Browsers, operating systems, and install surfaces still request icons at several sizes. The safer working answer for most teams is to keep one consistent symbol and export a small-browser fallback set, an Apple touch icon, and manifest icons for web-app contexts instead of hoping a single PNG will cover every case.

  • Minimum Google eligibility: square and at least 8x8 pixels.
  • Practical quality target: larger than 48x48 pixels.
  • Working launch set: favicon.ico plus dedicated Apple and manifest icons.
  • Keep the artwork itself consistent even when the file sizes change.

Why one icon file does not cover every surface

Tabs, search results, iOS web clips, and web app installs do not all resolve icons the same way, so a single exported file rarely covers every brand touchpoint cleanly.

The HTML icon model lets you declare multiple rel=icon files, and browsers can choose the most appropriate option using the file type and sizes metadata. The HTML Standard shows multiple icon references as a normal pattern, not an edge case. That matters because tabs, bookmarks, and desktop shortcuts can prefer different raster or vector fallbacks depending on the environment.

iOS is its own branch. MDN notes that Apple's iOS does not use rel=icon for Web Clips and instead looks for apple-touch-icon. Apple's web application guidance also shows separate touch-icon sizes such as 152x152, 167x167, and 180x180, then explains that the device chooses the closest appropriate file. If you never create a touch icon, you are leaving an important surface to chance.

  • Browser tabs and bookmarks usually rely on rel=icon files.
  • Google Search wants one site-level favicon linked from the home page.
  • iOS home screen saves look for apple-touch-icon assets.
  • Installable web apps use manifest icons and can benefit from maskable variants.

The core file set most brands should export

For most launches, export a multi-size favicon, one Apple touch icon, and two manifest icons before you spend time on more exotic variations.

The lean set is smaller than people expect. Start with favicon.ico that contains small fallback sizes, commonly 16x16, 32x32, and 48x48, because tiny browser and desktop surfaces still exist. Add a 32x32 PNG if you want an explicit raster file for modern browsers, then create a 180x180 apple-touch-icon for iOS home screen saves and 192x192 plus 512x512 manifest icons for install and splash-style contexts.

This is where the earlier Kitnex content on file formats becomes useful. The point is not to create endless exports. The point is to produce the few files that map cleanly to real surfaces. If the chosen mark only works as a wide horizontal lockup or if thin lettering disappears at 32 pixels, the right move is usually to simplify the symbol before you generate more files.

  • favicon.ico: small browser and legacy fallback bundle.
  • favicon-32x32.png: explicit browser-tab raster asset.
  • apple-touch-icon.png at 180x180: iPhone home screen save.
  • icon-192x192.png: common install prompt and launcher size.
  • icon-512x512.png: high-resolution install and splash asset.
  • Optional maskable-icon-512x512.png: safer Android-style crop behavior.

When to add maskable and app-style icons

If people can install your site or pin it like an app, add a maskable icon and design it with a safe center area because platforms may crop the edges.

MDN's manifest documentation explains that icons can declare purposes such as any, maskable, or monochrome. That purpose field exists because installed web apps do not always render icons as untouched squares. Chrome's maskable icon guidance at web.dev says the important parts of the artwork should stay within a centered safe zone with a radius equal to 40 percent of the icon width, and it warns that the outer 10 percent may be cropped on some platforms.

For brand teams, the design implication is simple: do not solve small icons by shrinking a full logo lockup. A dense wordmark, fine gradients, or thin outlines may look polished in a hero section and still collapse when the icon is cropped into a circle, squircle, or rounded square. If the mark is meant to live in an app-like context, treat the symbol as its own product surface.

  • Use maskable assets when install prompts, pinned apps, or Android home screen surfaces matter.
  • Keep the key symbol inside the central safe zone.
  • Avoid long text, fine outlines, and low-contrast details.
  • Preview the icon on both light and dark backgrounds before export.

How to test favicon assets before launch

Treat favicon work like QA, not cleanup: verify crawlability, home screen behavior, small-size legibility, and stable file paths before you call the icon set done.

Google says Googlebot-Image must be able to crawl the favicon file and Googlebot must be able to crawl the home page, and it notes that recrawling can take from several days to several weeks after changes. That means the safest launch habit is to put the icon files in stable locations, link them from the home page, and avoid renaming them casually once the site is live.

Then test the visual side. Open the icon in a real browser tab, save the site to an iPhone home screen, inspect the manifest on an Android or Chrome install flow, and reduce the artwork until it matches the smallest surface you expect. This is also where Kitnex's mockup and brand checklist articles help: the same discipline that catches weak signage or packaging directions also catches a mark that dies as soon as it becomes a tiny square.

  • Check the home page head tags and manifest file together.
  • Save the site to an iPhone home screen and inspect the result.
  • Preview install surfaces or pinned-app flows when the site behaves like a product.
  • Test the symbol at 16 to 32 pixels on both light and dark UI.
  • Freeze the production filenames once the live site starts ranking.

Common questions

What size should a favicon be for Google Search?

Google says the favicon must be square and at least 8x8 pixels, and it recommends using an icon larger than 48x48 so it looks good on different surfaces. Google Search only supports one favicon per site or hostname, so clarity and consistency matter more than decorative variations.

Do I still need favicon.ico if I already have PNG or SVG icons?

Usually yes. favicon.ico is still a durable fallback for small browser and bookmark contexts, while PNG or SVG files can cover newer surfaces more explicitly. The practical goal is not to pick one winner. It is to make sure older fallbacks and newer icon paths both have something reliable to use.

What is the difference between a favicon and an apple-touch-icon?

A favicon mainly supports browser and search-style surfaces, while apple-touch-icon is the icon iOS uses when someone saves a site to the home screen. MDN notes that iOS does not use rel=icon for Web Clips, which is why a good browser favicon does not automatically guarantee a good iPhone home screen icon.

Do I need a 512x512 icon if my site is not a full PWA?

Not every brochure site needs a deep app-style icon system, but 512x512 is still useful when the site can be installed, pinned, or represented in larger launcher surfaces. If your site is purely informational, prioritize the browser favicon and Apple touch icon first, then add larger manifest assets when install-like behavior becomes part of the product.

How do I make a logo work as a favicon?

Start with the simplest part of the brand system, usually a symbol, monogram, or highly reduced mark rather than a full wordmark. Increase negative space, remove delicate details, and test the icon at 16 to 32 pixels on light and dark backgrounds. If the icon only works at large sizes, the artwork needs simplification before it needs more exports.

Related resources

Continue through the rest of the Kitnex resource library to compare prompt strategy, founder workflows, and brand decision frameworks.

How to Choose a Logo Color Palette That Still Works at Launch

A strong logo palette is not picked by vibe alone. This guide shows how to choose colors that fit your category, stay usable across launch surfaces, and survive real-world testing.

Published April 2, 2026 · Updated April 2, 2026

Read article

Logo Design Brief Template: What to Include Before You Generate

A strong logo brief turns vague taste into usable direction. This guide explains what to include, offers a copyable template, and shows how to turn the brief into better AI logo directions.

Published April 1, 2026 · Updated April 1, 2026

Read article

Best AI Logo Maker for Small Business: What to Compare Before You Buy

The best AI logo maker for a small business is not the one with the prettiest samples. It is the one that turns a logo idea into usable files, consistent brand assets, and launch-ready surfaces without unnecessary complexity.

Published March 31, 2026 · Updated March 31, 2026

Read article

Brand Identity Checklist for Startups: What to Lock Before Launch

A startup brand identity is more than a logo. It is the mix of positioning, visual rules, launch assets, and clearance checks that keeps a young company consistent before the first real rollout.

Published March 31, 2026 · Updated March 31, 2026

Read article

Logo Mockup Ideas: 7 Real-World Tests Before You Launch

The best logo mockup ideas are not random lifestyle scenes. They are the real surfaces that decide whether a brand mark stays clear, credible, and usable once it leaves the artboard.

Published March 30, 2026 · Updated March 30, 2026

Read article

AI Logo Prompts That Generate Better Brand Directions

Better AI logo prompts do not come from clever adjectives alone. They work like compact creative briefs that define the brand, audience, style lane, and usage context so the model can generate options worth comparing.

Published March 29, 2026 · Updated March 29, 2026

Read article

Logo File Formats Explained: PNG, SVG, PDF, EPS, and JPG

PNG is the practical default for many digital logo uses, but SVG, PDF, EPS, and JPG each solve different handoff problems. This guide explains which format fits websites, mockups, print vendors, and long-term brand files.

Published March 29, 2026 · Updated March 29, 2026

Read article

Can You Use AI-Generated Logos Commercially?

You can often use an AI-generated logo commercially, but that does not make it automatically protected or safe to register. The real issue is whether your rights and clearance process are strong enough for launch.

Published March 28, 2026 · Updated March 28, 2026

Read article

Best AI Logo Maker Workflows for Founders

The best AI logo workflow for founders is not the one that creates the most options. It is the one that helps you make a decision quickly and carry that decision into launch assets.

Published March 25, 2026 · Updated March 28, 2026

Read article

How to Design a Logo with AI in 2026

Turn a rough idea into a real logo workflow: define the brief, compare directions, test mockups, and know when a concept is strong enough to ship.

Published March 25, 2026 · Updated March 28, 2026

Read article

Logo Color Psychology for Modern Brands

Color is not just decoration. It changes how a logo is categorized, how serious it feels, and whether a brand reads as premium, playful, technical, or trustworthy.

Published March 25, 2026 · Updated March 28, 2026

Read article