My Online Tools logo
Favicon Guide

What a favicon is, how to use it, and why it matters on mobile and desktop

My Online Tools logo
MTKits
Direct tools, fewer steps
Blog
Tool workspace
Favicon Guide

What a favicon is, how to use it, and why it matters on mobile and desktop

Sponsored

What Is a Favicon Icon? Complete Guide for Websites

A favicon (short for favorite icon) is the small brand mark that appears in browser tabs, bookmarks, history lists, and some mobile home-screen shortcuts. It is usually a square image derived from your logo. This guide explains what a favicon is, how to install one, and why it helps on both mobile and desktop browsers.

What is a favicon?

A favicon is a compact website icon that helps people recognize your site at a glance. Classic sites used a single favicon.ico file in the site root. Modern sites usually ship several PNG sizes plus HTML <link> tags so browsers, iOS, and Android can pick the right asset.

  • Browser tabs: the tiny icon next to your page title
  • Bookmarks and history: visual cues that make saved pages easier to find
  • Home screens: Apple touch icons and Android Chrome icons for installed shortcuts

How can you use a favicon?

Quick path: generate a multi-size PNG pack, upload the files to your website root or public folder, then paste the HTML tags into your <head>.

Step-by-step

  1. Create or crop a clear square logo (simple shapes work best at tiny sizes).
  2. Open the Favicon Generator and export 16×16, 32×32, Apple 180×180, and Android 192/512 sizes.
  3. Upload the PNG files (and optional site.webmanifest) to your host.
  4. Add link tags such as <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">.
  5. Hard-refresh the browser or clear favicon cache to confirm the new icon.

Common HTML tags

<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">

Benefits on desktop browsers

Faster tab recognition

When many tabs are open, a distinct favicon helps users find your site without reading every title.

Stronger bookmarks

Desktop bookmark bars and history lists become easier to scan when each site has a clear icon.

Professional trust signal

A missing favicon often shows a blank or generic glyph. Shipping one makes the site feel finished and branded.

High-DPI clarity

Providing both 16×16 and 32×32 PNGs keeps icons sharp on standard and Retina desktop displays.

Benefits on mobile browsers

Home-screen shortcuts

Apple devices use the 180×180 touch icon when someone adds your site to the home screen. Android Chrome prefers 192×192 and 512×512 icons from a web manifest.

Mobile tab and recent-app lists

Mobile browsers still show favicons in tab switchers and favorites. A readable mark helps your brand stand out on small screens.

PWA and install prompts

Progressive web apps rely on larger icons for install dialogs and splash screens. Generating Android Chrome sizes prepares your site for that path.

Best practices

  • Prefer a simple, high-contrast mark that stays readable at 16 pixels.
  • Export multiple sizes instead of stretching one tiny bitmap.
  • Keep transparent backgrounds unless your brand needs a solid tile.
  • Update cache-busting filenames or hard-refresh after replacing icons.

Recommended sizes

SizeFileTypical use
16×16favicon-16x16.pngBrowser tabs and bookmarks
32×32favicon-32x32.pngHigh-DPI desktop tabs
180×180apple-touch-icon.pngiOS home screen
192×192android-chrome-192x192.pngAndroid Chrome / PWA
512×512android-chrome-512x512.pngAndroid splash / install art

Ready to create your favicon pack?

Generate browser, Apple, and Android icons from one image and download a ZIP with HTML tags.

Open Favicon Generator →