Create favicons from images. Configure options and generate output instantly.
<link rel="icon" href="/favicon.ico" sizes="any"> <link rel="icon" href="/favicon.ico" type="image/svg+xml"> <link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="manifest" href="/manifest.json"> <meta name="theme-color" content="#ffffff">
{
"name": "My App",
"short_name": "My App",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}Set your desired options.
Output is generated instantly.
Copy the code or download the file.
Yes, completely free with no limitations.
Yes, all options are fully customizable.
Everything runs in your browser. No data is sent to any server.