Skip to content
FaviconGen

Favicon Generator

Upload any image — or type initials/emoji — and get a complete favicon set. Generates in your browser. No uploads.

  • 16×16, 32×32, 48×48 PNG
  • 180×180 Apple Touch
  • Text & Emoji mode
  • Nothing uploaded
0%

Drop an image here or browse

PNG, JPG, SVG, WebP — square image gives the best results

What is a Favicon?

A favicon (short for "favorites icon") is the small icon that appears in browser tabs, bookmark lists, history, and search results. Modern browsers support several formats and sizes, so a complete favicon set typically includes:

16×16 PNG

Browser tabs — the most common favicon size

32×32 PNG

Taskbar pinned sites, Windows shortcut icons

48×48 PNG

Windows site icons and some desktop environments

180×180 PNG

Apple Touch icon — iOS and macOS home screen

SVG

Modern browsers; crisp at any size, supports dark mode

favicon.ico

Legacy fallback; embeds 16 and 32 sizes in one file

The Modern Favicon HTML

Place your favicon files in the site root and add this to your <head>:

<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">

Latest Articles