Favicon ToolsVerifyBuild
Glossary

Favicon Glossary

37 terms, each answered in the first two sentences. What it means, what to ship, and where it goes.

Launch the generator
Example favicon at 16 by 16 pixels
16px
Example favicon at 32 by 32 pixels
32px
Example favicon at 48 by 48 pixels
48px
Example favicon at 96 by 96 pixels
96px
Example favicon at 180 by 180 pixels
180px
Every size below is rendered at true pixel dimensions: this is what the numbers in these entries actually look like.

Basics

A favicon is the small icon a browser shows for your site in tabs, bookmarks and history. What it is, the sizes and formats you need, and how to add one.

Read the definition

An app icon represents an installed app on a home screen or launcher, not a site in a browser tab. Where each platform reads it from, and what to ship.

Read the definition

A favicon is the tiny tab icon; an Open Graph image is the large preview when your link is shared. Different files for different jobs: here's which is which.

Read the definition

A logo is your full brand mark; a favicon is a tiny derivative that has to read at 16 pixels. Why you can't just shrink the logo, and how to derive one that works.

Read the definition

Making a favicon by hand means exporting each size and writing the tags yourself; a generator does both in seconds. When hand-rolling is fine and when it isn't.

Read the definition

Reference

Complete guide to favicon sizes. Every dimension for browsers, iOS, Android and PWA, which ones are essential, and where each file goes.

Read the definition

The <link rel="icon"> tag tells the browser where your favicon is. What rel, href, type and sizes each do, where the tag goes, and the modern set worth shipping.

Read the definition

"shortcut icon" is a legacy rel value for favicons. Why the "shortcut" keyword is redundant, whether you still need it, and what to write instead.

Read the definition

Browsers cache favicons harder and longer than most assets, and separately from the page. Why they're so sticky, and how to force a favicon to refresh.

Read the definition

A favicon can respond to the OS light or dark setting: an SVG with a media query inside, or two PNGs swapped via prefers-color-scheme on the link tag.

Read the definition

Google shows a favicon next to your result, mainly on mobile. The size and format it needs, how it finds the icon, and why yours might not appear.

Read the definition

Browsers and crawlers request /favicon.ico from your domain root whether or not you link it. Why the file belongs at the root, and how frameworks change where you put it.

Read the definition

BIMI shows your brand logo next to emails in supporting inboxes: the favicon of email. What it needs: an SVG Tiny PS logo, DMARC enforcement, and often a certificate.

Read the definition

Favicons render in square slots, so a non-square image gets letterboxed or stretched. Why square is effectively required, and how to handle a wide logo.

Read the definition

Favicons are tiny: a favicon.ico is usually a few kilobytes and PNG sizes well under 100KB. What drives the size, and why an oversized favicon is a red flag.

Read the definition

A docs favicon is your normal site icon wrapped in a coloured outline, used on a documentation subdomain so its tabs are tellable from the main app's. What it is and how to deploy it.

Read the definition

Formats

ICO vs PNG favicon compared: colour depth, transparency, file size and browser support, plus the head tags to ship both without conflicts.

Read the definition

An SVG favicon is one vector file that stays sharp at every size and can react to dark mode. Browser support, the link tag, and the fallbacks to keep.

Read the definition

favicon.ico is the icon browsers request from your site root when no icon is declared. What is inside the file, where to put it, and why to keep it.

Read the definition

You can inline a favicon as a base64 data URI instead of a separate file. When that saves a request, and the surfaces where it quietly breaks.

Read the definition

Some browsers animate a GIF favicon in the tab. Which support it, why sites use JavaScript for live status instead, and when to keep it static.

Read the definition

WebP favicons work in most modern browsers but not everywhere, and never for /favicon.ico. When a WebP icon is fine and why PNG and ICO stay the safe choice.

Read the definition

Transparent favicons look clean in a tab but break on iOS home screens, which composite onto black. When transparency helps and when to use a solid background.

Read the definition

You can use an emoji as a favicon with a one-line inline SVG: handy for a quick placeholder. Why it renders differently per OS, and when to export a real file.

Read the definition

PWA

Manifest icons are the entries in the icons array of manifest.json. What each field does, the sizes to declare, and how browsers pick one.

Read the definition

A maskable icon fills the whole square so platforms can crop it to any shape. The 80% safe zone, the manifest purpose field, and how to test it.

Read the definition

The web app manifest is a JSON file that tells browsers how your site behaves when installed: its name, icons, colours and display mode. What it holds and why.

Read the definition

A PWA needs specific icons before a browser will offer to install it: 192x192 and 512x512 in the manifest, ideally a maskable one, plus apple-touch-icon for iOS.

Read the definition

The manifest display property decides how an installed PWA looks: browser, minimal-ui, standalone or fullscreen. What each mode shows and which to pick.

Read the definition

A manifest has two colours that do different jobs: theme_color tints the OS UI around your app, background_color paints the splash screen. Plus the meta theme-color.

Read the definition

Platform

The apple-touch-icon is the PNG iOS uses when a site is added to the Home Screen. The 180x180 size, the link tag, and why transparency turns black.

Read the definition

The theme-color meta tag tells browsers what colour to paint UI around your page. Where it shows up, dark mode variants, and the manifest equivalent.

Read the definition

Safari pinned tabs use a monochrome SVG declared with rel="mask-icon". What the file must look like, the color attribute, and whether it still matters.

Read the definition

The precomposed variant told old iOS not to add its glossy shine to a home screen icon. Whether it still does anything, and what to use today.

Read the definition

browserconfig.xml and the msapplication-* meta tags defined pinned-site tiles for Windows and legacy Edge. What they did and whether you still need them.

Read the definition

The apple-mobile-web-app-capable meta tag runs a home-screen web app full-screen on iOS. What it does, the status bar tag, and the modern manifest alternative.

Read the definition

apple-touch-startup-image sets the launch screen for a web app added to the iOS home screen. Why it needs one image per device size and the media queries involved.

Read the definition