favicon.ico
A compact fallback containing 16, 32, and 48 px versions for browser tabs and bookmarks.
Turn one logo or image into the handful of icon files a normal website actually needs—plus the HTML to wire them up.
PNG, JPG, WebP, or SVG · 15 MB max
Transparent PNG or SVG usually gives the cleanest result.If it still reads at 16 px, you have a favicon—not a tiny poster.
Cover fills the square. Contain keeps the whole logo visible.
Start with the ICO. Add the touch and app icons when the project needs them.
Put the downloaded files at your site root, then add this inside <head>.
<link rel="icon" href="/favicon.ico" sizes="any"> <link rel="icon" type="image/png" href="/favicon-32.png" sizes="32x32"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">
A compact fallback containing 16, 32, and 48 px versions for browser tabs and bookmarks.
A crisp modern browser icon with transparency when you need it.
Useful for touch shortcuts, installable web apps, and higher-resolution surfaces.
Start with favicon.ico. Add favicon-32.png and apple-touch-icon.png for a complete modern setup.
Transparency works well for a simple logo. A solid background is safer when the mark needs contrast at very small sizes.
No. Resizing and ICO packaging happen locally in your browser.