Favicon Generator

Generate all the favicon files your site needs - from text, an image, or an emoji. 100% client-side, nothing is uploaded anywhere.

SquareCircle
SmallLarge

Live Preview

Download

FileSizeUse
favicon.ico32x32Legacy browsers
favicon-32x32.png32x32Modern browsers
apple-touch-icon.png180x180iOS home screen
android-chrome-192x192.png192x192Android PWA
android-chrome-512x512.png512x512Android splash
favicon.svgVectorScalable, modern browsers

Add to Your Site

HTML <head>

<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />

Next.js App Router

// Just place these files in your /app directory:
// app/favicon.ico
// app/apple-icon.png
// app/icon.svg
// Next.js will automatically serve them!

Want weekly dev tool tips?

One email a week with production tips, new tools, and guides. Unsubscribe anytime.

Run another check