Favicon Generator — Convert PNG/JPG to multi-resolution .ico
Upload your logo or icon and convert it to a favicon.ico with three standard resolutions included (16x16, 32x32, 48x48). Without uploading to any server.
Drag your image here or click to select
PNG · SVG · JPG · WebP · GIF
imagen.png
—
Download everything in one .ico
The .ico file will include all 6 sizes in one file compatible with all browsers.
How to use your favicon
- Place the favicon.ico file in your website root (ex:
/public/favicon.ico). - Add these lines to your HTML
<head>:
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/favicon-256.png">
<link rel="apple-touch-icon" href="/favicon-256.png">
- For maximum compatibility, you can also add the individual 16, 32 and 48px PNG files.