Design & Media
Favicon Generator
Create favicons from text, emoji, or images. Download all sizes with HTML snippet.
100% local
Runs in your browser
Zero sent
No tracking, no servers
Text Favicon
Emoji Favicon
Image Favicon
Drop an image here or click to upload
PNG, JPG, SVG — will be cropped to square
Preview
HTML Snippet
<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">
Frequently Asked Questions
What sizes do I need?
16x16 and 32x32 for browsers, 180x180 for Apple Touch Icon, 192x192 and 512x512 for Android/PWA.
Do I need an ICO file?
Not anymore. All modern browsers support PNG favicons.
Does this upload my images?
No. Everything runs in your browser using the Canvas API.