✨ Favicon Generator + Checker
Create favicons from image or text · Verify any website's favicon
📁 Image & Text Generator
📋 How to generate favicons
1
Upload image or enter text
Choose an image or type up to 2 characters.
2
Customize colors
Pick text and background colors (for text mode).
3
Download ZIP
Get all sizes in one archive, then add to your site.
❓ FAQ – Generator
JPG, PNG, GIF, WEBP, and BMP. For best results use a square PNG with transparent background.
We create 16, 32, 48, 64, 128, 180, 192, and 256 pixel versions.
After generation, click "Download ZIP" to get all icons in one archive.
📦 Generated icons
Add to <head>:
🔍 Browser Preview
example.com
This is how your favicon will appear in the browser tab and address bar.
🎨 Pixel Art Favicon Editor
Grid size:
📋 How to use Pixel Editor
1
Choose size
16x16 or 32x32 grid.
2
Draw
Click cells to fill, use eraser to remove.
3
Preview
Real‑time preview on the right.
4
Export
Download as PNG, ICO, or get HTML code.
❓ FAQ – Pixel Editor
Yes, click the Undo button to step back.
PNG is best for web, ICO for compatibility with older browsers.
Embed code (add to <head>):
<link rel="icon" type="image/png" href="data:...">
🖼 PNG to ICO Converter
NEW
Convert any image to .ico — no upload, 100% in browser
image.png
–
favicon.ico
–
📋 How to convert PNG to ICO
1
Upload image
Drag & drop or click to select.
2
Choose sizes
Tick the resolutions you need (16×16 to 256×256).
3
Convert & download
Click "Convert to ICO" and save the file.
❓ FAQ – PNG to ICO
ICO is a container format that can hold multiple sizes in one file – ideal for favicons.
At least 16, 32, and 48 pixels for good browser compatibility.
🔍 Favicon Checker
favicon.ico · PNG icons · Apple Touch Icon · Web Manifest · SVG
📋 How to check a website's favicon
1
Enter URL
Paste the full website address.
2
Click Check
Our tool scans HTML and common paths.
3
Review results
See which favicon files are present and get improvement tips.
❓ FAQ – Checker
No, only public websites are supported.
We still detect it by checking common paths, but it's better to link it properly.
🌟 Why use our favicon tools?
Generate favicons in all sizes. Check any website's favicon instantly. Free.
Complete Guide to Favicons
💡 Google requires: Square, minimum 48×48px, stable URL, crawlable.
Required files
- favicon.ico — root, all browsers
- favicon-32x32.png — modern desktop browsers
- apple-touch-icon.png (180×180) — iOS home screen
- site.webmanifest + 192×192 & 512×512 — Android/PWA
Minimal HTML
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">