Favicon Generator
Generate favicons from text, emoji, or images. Download as ICO and PNG in all standard sizes.
Preview (256x256)
What is a Favicon?
A favicon (short for "favorite icon") is the small icon displayed in browser tabs, bookmarks, and history. It helps users identify your website at a glance. Modern browsers support multiple favicon formats and sizes, including ICO, PNG, and SVG.
What Sizes Do I Need?
Different platforms require different favicon sizes. The standard set includes: 16x16 and 32x32 for browser tabs, 48x48 for Windows desktop shortcuts, 180x180 for Apple Touch Icon (iOS home screen), 192x192 and 512x512 for Android PWA and manifest.json. This generator creates all sizes at once.
How to Add a Favicon to Your Website
Place your favicon files in the root of your website and add the following tags inside the <head> section of your HTML:
<link rel="icon" href="/favicon.ico" sizes="48x48"> <link rel="icon" href="/favicon.svg" type="image/svg+xml"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">