Favicon Generator
Drop one square image (PNG, JPG, SVG — ideally 512×512 or larger). Get a ZIP with favicon.ico, Apple touch icon, Android Chrome icons, and a starter site.webmanifest.
Drop one image here
or click to browse
PNG, JPG, WEBP, SVG. Square works best.
What's in the ZIP
favicon.ico— multi-size (16, 32, 48, 64) bundlefavicon-16x16.png,favicon-32x32.pngapple-touch-icon.png(180×180)android-chrome-192x192.png,android-chrome-512x512.pngsite.webmanifeststarter fileREADME.txtwith the <head> snippet to paste
Adding to your site
Drop everything in the ZIP into your site's root directory. Paste this in your <head>:
<link rel="icon" href="/favicon.ico"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="manifest" href="/site.webmanifest">