Favicon generator

Favicon Generator

Turn one image into a complete favicon package — favicon.ico, all PNG sizes, apple-touch-icon, Android icons, a manifest, and the HTML — in a single zip.

favicon.ico + PNGs100% freeNo sign-upPNG · JPG · WebP · SVG

Trascina un'immagine per creare un favicon

Trascina, incolla o scegli un file

PNG · JPG · WebP · SVG — icone create sul tuo dispositivo

One image in, a full favicon set out

A modern favicon is not a single file — browsers, iOS, Android, and installable PWAs each want their own sizes and formats. This generator takes one square-ish image and produces the whole set: a favicon.ico with 16, 32, and 48 px, standalone PNG favicons up to 512 px, a 180 px apple-touch-icon, 192 and 512 px Android icons, a site.webmanifest, and a copy-paste HTML snippet.

Everything is rendered on your device with the canvas API, then bundled into a zip you download. Add a background color, padding, or rounded corners if your artwork needs a little breathing room inside the icon frame.

How to generate a favicon

  1. Add your image — drag & drop, paste, or choose a PNG, JPG, WebP, or SVG.
  2. Adjust the look — keep it transparent or pick a background, and tweak padding and corner rounding.
  3. Preview every size — check the live 16–512 px previews so nothing looks muddy when small.
  4. Download the zip — get favicon.ico, the PNGs, the manifest, and the HTML, then paste the snippet into your <head>.

Tip: design for the smallest size

At 16×16 a detailed logo turns to mush. Use a bold, simple mark with strong contrast, and add a little padding so the artwork is not clipped by rounded tab corners.

il set completo di favicon: sizes and where each is used

Una favicon moderna non è un singolo file ma un piccolo set, perché browser, iOS, Android e PWA installabili cercano ciascuno una dimensione e un formato diversi. Ecco esattamente cosa viene generato e dove viene usato ogni elemento.

Size File Where it's used
16 × 16 px favicon.ico + favicon-16x16.png L'icona della scheda del browser e della barra degli indirizzi a densità di schermo standard (1×); la dimensione più piccola e più vista.
32 × 32 px favicon.ico + favicon-32x32.png L'icona della scheda e del segnalibro su display ad alta densità (Retina) e il collegamento nella barra delle applicazioni di Windows.
48 × 48 px favicon.ico + favicon-48x48.png Inclusa in favicon.ico per i collegamenti sul desktop e i riquadri del sito di Windows che scelgono una dimensione maggiore.
180 × 180 px apple-touch-icon.png L'icona che iOS Safari mostra quando un sito viene aggiunto alla schermata Home dell'iPhone o dell'iPad.
192 × 192 px android-chrome-192x192.png L'icona della schermata Home / del launcher di Android per una PWA installata, elencata nel manifest web.
512 × 512 px android-chrome-512x512.png La schermata di avvio della PWA e l'icona dell'app ad alta risoluzione, usata anche come icona mascherabile del manifest.

Format & container

Ottieni tutti e tre i formati che contano: un .ico multi-dimensione per i sistemi legacy e Windows, PNG nitidi per i browser moderni e le icone del manifest per le installazioni di PWA — così un solo caricamento copre tutto.

How it's wired into your page

                <link rel="icon" href="/favicon.ico" sizes="any">
<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">
              

Tip

Progetta prima per 16 × 16: un logo dettagliato diventa illeggibile a quella dimensione, quindi usa un segno semplice e deciso, con forte contrasto e un po' di margine, e lascia che le dimensioni maggiori vengano ridotte dalla tua sorgente ad alta risoluzione.

Tutti gli strumenti favicon e icone

Domande frequenti

What sizes does the favicon.ico include?

The generated favicon.ico packs 16, 32, and 48 px — the sizes browsers pick from for tabs, bookmarks, and the address bar. Larger displays use the standalone PNG icons.

Where are my icons generated?

Everything happens in your browser, so the files are created on your own device. How any data associated with the tool is handled is described in our privacy policy.

Do I need the web manifest?

If you want your site to be installable on Android or as a PWA, yes — site.webmanifest points to the 192 and 512 px icons. Otherwise it's harmless to include and future-proofs your setup.

What image format should I upload?

An SVG or a large PNG gives the crispest small icons because there is more detail to downscale from. JPG and WebP also work; just use the highest resolution you have.

Altri strumenti per immagini