Favicon Generator
Create favicon files, app icons, and install snippets directly in your browser.
Favicon generator
Favicon, SVG icon, PNG pack, ICO, manifest
Create browser and mobile icon assets in your browser with instant previews and install snippets.
- Choose text logo or upload your image.
- Adjust colors and padding until the preview looks balanced.
- Download SVG, ICO, PNG sizes, then apply the generated snippet.
Drop a logo here
PNG, JPG, WEBP, or SVG works best. Transparent logos keep alpha when the option above is enabled.
Source preview
Install checklist
- SVG faviconPending
- ICO packPending
- PNG sizesPending
- Manifest JSONReady
- HTML head snippetReady
Manifest JSON
{
"name": "Daxnoria",
"short_name": "Daxnoria",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0f172a",
"icons": [
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}HTML head snippet
<link rel="icon" href="/favicon.svg" type="image/svg+xml"> <link rel="icon" href="/favicon.ico" sizes="any"> <link rel="icon" href="/favicon-32x32.png" sizes="32x32" type="image/png"> <link rel="icon" href="/favicon-48x48.png" sizes="48x48" type="image/png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180"> <link rel="manifest" href="/site.webmanifest"> <meta name="theme-color" content="#0f172a">
Favicon checker
Platform favicon visibility test
Validate how your favicon setup is discovered from HTML and manifest files, then inspect response status and content metadata.
Tip: include https:// for the most accurate production-like result.
About Favicon Generation
Favicons are part branding and part browser compatibility. A good icon pack covers modern SVG support, PNG fallbacks, ICO compatibility, and platform-specific touch icons.
What is included in the icon pack?
The generator creates SVG, PNG, and ICO files, plus a manifest JSON file and a head snippet you can paste into your layout or HTML template.
Frequently Asked Questions
What assets does the favicon generator create?
It creates SVG, PNG, and ICO favicon files along with a manifest JSON and HTML head snippet.
Can I use my own logo image?
Yes. You can upload PNG, JPG, WEBP, or SVG artwork and export the icon pack from it.
Is generation local to the browser?
Yes. The generator works locally in your browser so you can preview and export without sending files to a server.