Favicon Generator
Create favicons for websites in all required sizes and formats. Generate ICO, PNG, and Apple Touch icons from a single image.
Drag & drop an image here or browse
Recommended: Square image, min 512×512pxHow to Use Favicon Generator
How to Generate Favicons
- Upload your image: Select a square image, ideally 512×512px or larger. PNG with transparency works best.
- Preview all sizes: See how your favicon looks at each required size.
- Customize if needed: Adjust background color for transparent areas.
- Generate all formats: Create ICO, PNG, and Apple Touch icons.
- Download package: Get a ZIP with all files and implementation code.
- Implement: Copy the provided HTML to your <head> section.
Implementation Code
<link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">
Features
- Generate all required favicon sizes
- ICO file with multiple sizes
- PNG favicons for modern browsers
- Apple Touch Icon (180×180)
- Android Chrome icons (192×192, 512×512)
- MS Tile icons for Windows
- Transparent background support
- Preview at all sizes
- HTML code for implementation
- Download all files as ZIP
- Upload any image format
- Free with no registration
About Favicon Generator
Favicons are the small icons that appear in browser tabs, bookmarks, and mobile home screens. Modern browsers and devices require multiple sizes and formats—our generator creates all variants from a single source image.
Generated Favicon Formats
Complete favicon package includes:
- ICO file: Classic favicon.ico with multiple sizes (16x16, 32x32, 48x48)
- PNG variants: 192x192 and 512x512 for Android and PWA manifests
- Apple Touch Icon: 180x180 for iOS home screen bookmarks
- Microsoft Tile: 150x150 for Windows pinned sites
Source Image Requirements
Start with a square image, ideally 512x512 pixels or larger. The generator creates smaller sizes by scaling down—starting with high resolution ensures sharp icons at all sizes. Simple, recognizable designs work best at small favicon sizes where detail is lost.
Implementation
After generating, place favicon.ico in your site root. Add additional sizes via link tags in your HTML head. Modern sites should include manifest.json for PWA support, referencing the larger PNG icons for app-like installations.
Testing Your Favicons
Check favicons across browsers (Chrome, Firefox, Safari, Edge) and devices. Verify appearance on both light and dark browser themes. Test mobile home screen appearance on iOS and Android. Clear browser cache if old favicons persist.