A modern favicon isn't one file — browsers want an .ico, an Apple touch icon, Android/PWA icons, and a web manifest. This turns your SVG into all of them plus the HTML to paste, in one step, in your browser.
How to make a favicon pack from an SVG
- Drop your SVG logo.
- We render every required size on the transparency checkerboard so you can check it.
- Download the ZIP: favicon.ico, apple-touch-icon, Android/PWA icons, web manifest.
- Copy the
<head>snippet into your site.
What's in the pack
| File | What it's for |
|---|---|
favicon.ico | 16/32/48, browser tabs, legacy |
favicon.svg | Modern browsers, crisp at any size, respects dark mode if authored for it |
apple-touch-icon.png | 180×180, iOS home screen |
icon-192.png, icon-512.png, maskable | Android / PWA |
site.webmanifest | Complete, installable web manifest — name, short_name, id, start_url, scope, display, background/theme color, plus ‘any’ + maskable icons |
<head> snippet | Ready to paste — now includes theme-color and og:image dimensions |
Why start from an SVG
- Vector source rasterizes cleanly at each exact size — no blurry downscaling.
- One source of truth; regenerate the whole pack if the logo changes.