Favicon Generator

Generate favicons from text, emoji, or images. Download as ICO and PNG in all standard sizes.

Preview (256x256)

16px
32px
48px
64px

What is a Favicon?

A favicon (short for "favorite icon") is the small icon displayed in browser tabs, bookmarks, and history. Modern browsers support multiple sizes and formats including ICO, PNG, and SVG.

What Sizes Do I Need?

This generator creates all the sizes you need: 16x16 and 32x32 for browser tabs, 48x48 for Windows shortcuts, 180x180 for Apple Touch Icon, and 192x192 + 512x512 for PWA manifest.json.

How to Add a Favicon to Your Website

Place the generated files in your website's root directory and add the following to your HTML <head>:

<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">