U UtiliFile

Favicon Generator

Create a favicon from text initials or an uploaded image. Downloads favicon.ico plus 16×16, 32×32, 48×48, and 192×192 PNG files.

Up to 3 characters — shorter is better

16px
32px
48px
128px
192px

Note: ZIP download requires JSZip (loaded automatically). Individual downloads work offline.

What sizes should a favicon be?

  • 16×16 — browser tab icon
  • 32×32 — taskbar / Windows shortcut icon
  • 48×48 — Windows desktop shortcut
  • 192×192 — Android PWA home screen icon
  • 180×180 — Apple touch icon (add to home screen on iOS)

How to add a favicon to your website

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