Create professional favicons for all platforms. 100% Free - No Hidden Costs.
Drag & drop or browse files
Supports JPG, PNG, SVG (Max 5MB)
<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="manifest.webmanifest">
{ "name": "My Website", "short_name": "Website", "icons": [ { "src": "favicon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "favicon-512.png", "sizes": "512x512", "type": "image/png" } ], "theme_color": "#2c76ff", "background_color": "#ffffff", "display": "standalone" }