Favicon Generator

Upload one image, get a complete favicon set — .ico, every PNG size, apple-touch-icon and a web manifest.

Drop a square-ish image here

or click to browse — a logo or app icon works best, at least 512×512px

Your pack includes:

Every size is rendered on your device's canvas — your image is never uploaded anywhere.

What's in the pack, and where it goes

Unzip the download into the root of your site (same folder as index.html), then paste this into your <head>:

<link rel="icon" href="/favicon.ico" sizes="any">
<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" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="theme-color" content="#ffffff">

This exact snippet is also included as head-snippet.txt inside the zip.