You open your website in a browser and, next to the page title, a tiny icon appears. That detail —the favicon— is what many visitors associate with your brand before reading a single line. If it is missing, generic or pixelated, the feeling is the same: a company that does not care about details.
On a business website, the favicon is not decoration. It is part of your digital identity, showing up in tabs, history, bookmarks, search results and, when configured properly, on the mobile home screen. This guide covers which files you need, how to implement them without mistakes, and their impact on trust, SEO and conversion.
What a favicon is and where visitors see it
A favicon (favorite icon) is the icon browsers display next to the page title. It used to be a 16×16 favicon.ico file; today you should offer several sizes and formats for different contexts:
- Browser tab — identifies your site among dozens of open tabs.
- History and bookmarks — makes it easier for users to return.
- Google results — since 2023, Google may show the favicon next to the snippet on mobile and desktop.
- Mobile home screen — with a web app manifest, visitors can "install" your site as a shortcut.
If you already worked on your brand identity, the favicon should be a natural extension of your logo: recognizable, readable at small size and consistent with the rest of the site.
Why it matters more than it seems
A well-designed favicon delivers concrete benefits:
- Immediate trust. A professional icon signals a real, cared-for business; the browser default suggests the opposite.
- Brand recognition. With multiple tabs open, your icon helps users find your site instantly.
- Search presence. Appearing with a favicon in Google reinforces visual authority against competitors without one.
- Complete mobile experience. App icons let regular clients access your site like a native app.
![]()
Which files you need in 2026
To cover modern browsers and devices, prepare at least:
- favicon.ico — classic multi-size format (16, 32 and 48 px) for compatibility.
- favicon.svg — scalable vector, ideal for high-density screens.
- apple-touch-icon.png — 180×180 px for iOS and Safari when adding to home screen.
- icon-192.png and icon-512.png — for Android, Chrome and the web app manifest.
- site.webmanifest — JSON file defining name, colors and icons for the web "app".
You do not need twenty different sizes. A well-planned set of 4–5 files covers 99% of cases. The critical part is that the design works at 16 px: simplify the logo, avoid tiny text and test on light and dark backgrounds.
How to implement it correctly
Place the tags in the <head> of every page (or your main layout):
- SVG as primary:
<link rel="icon" href="/favicon.svg" type="image/svg+xml"> - ICO as fallback:
<link rel="icon" href="/favicon.ico" sizes="any"> - Apple touch icon:
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> - Manifest:
<link rel="manifest" href="/site.webmanifest"> - Theme color:
<meta name="theme-color" content="#your-brand-color">
Upload files to the public root or /assets/icons/, but keep paths stable. If you change domain or restructure URLs, update icons too — it is part of any web migration.
Common mistakes that hurt credibility
- Using the full logo without adapting it. At 16 px, a horizontal logo with text becomes an illegible blob.
- Forgetting to update after a rebrand. Mismatch between new site and old icon breeds distrust.
- Not declaring the manifest. Without it, Android and Chrome won't offer "Add to home screen" with your icon.
- Pixelated or over-compressed icons. Use quality PNG for large sizes; SVG handles scaling.
- Poor caching. When changing the favicon, set cache headers or rename the file to force refresh.
Also ensure the favicon does not hurt web performance: files should be lightweight (a few KB each).
Favicon, SEO and search results
Google shows the favicon in results when it meets guidelines: representative of the brand, accessible to Googlebot (not blocked in robots.txt) and at least 48×48 px. It is not a direct ranking factor, but it affects CTR: a result with a recognizable icon stands out.
Combine it with well-written meta titles and descriptions and consistent social previews. Visitors should recognize your brand in Google, WhatsApp and the browser tab with the same visual identity.
App icons and "Add to home screen"
More users save frequent websites on mobile. With a proper site.webmanifest, your site can appear on the home screen with name, icon and brand color — without building a native app.
![]()
A minimal manifest includes name, short_name, icons (192 and 512), start_url, display and theme_color. For most corporate sites, display: standalone or minimal-ui offers a clean experience without the browser bar.
Checklist before launch or audit
- Favicon visible in Chrome, Firefox, Safari and Edge (desktop and mobile).
- Icon readable at 16 px; simplified logo version.
apple-touch-icon.pngat 180×180 px configured.site.webmanifestwith 192 and 512 px icons.theme-coloraligned with your brand palette.- Favicon accessible (HTTP 200, not blocked in robots.txt).
- Consistency with identity after any redesign.
Include these in your web launch checklist: quick wins many businesses forget.
Conclusion: a small detail with outsized impact
The favicon occupies few pixels but appears in every interaction with your site: every visit, every search, every time someone bookmarks your page. Skipping it or doing it poorly wastes a mediocre first impression.
Spend an hour designing a coherent icon set, implementing it in the <head> and testing on real devices. It is one of the highest-return, lowest-effort improvements you can make to your business website.
Want a website where every detail —from favicon to conversion— aligns with your brand? At aatsoft we design and build corporate websites polished down to every pixel.