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

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">