Favicon generator
Upload a square image and get every size a modern site needs, as a .ico and as PNGs in a zip, along with the link tags to paste into your head. Everything runs in your browser. Nothing is uploaded.
Upload a PNG or JPEG, up to 10 MB, 8,192 pixels per side and 16 million pixels. Your image stays in this browser. Non-square images are centred in a square with padding, never stretched or cropped. SVG is not supported; export it as a PNG first.
Choose an image to begin.
Actual-size previews
Each preview is one image pixel per CSS pixel. On smaller screens, scroll inside a preview to see its full width. Transparent areas show the page underneath.
ICO contains 16, 32 and 48px images. The ZIP contains all six PNGs, favicon.ico, site.webmanifest and favicon-tags.html. The manifest defines the 192 and 512px icons; add your app name and other settings for your site. Small source images may look soft when enlarged.
HTML for your head
Upload the pack’s icon files and site.webmanifest to your website root, then paste these tags into your HTML head.
<link rel="icon" href="/favicon.ico" sizes="16x16 32x32 48x48">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">This tool runs entirely in your browser. Your files are never uploaded to us or to anyone else.