generate favicons at every size from any image. download PNGs for 16x16 through 512x512 plus the HTML snippet.
drop your image here
or click to browse
PNG, JPG, SVG
Generate a complete set of favicon assets from a single source image — the small icons that appear in browser tabs, bookmarks, search results, home-screen shortcuts, and OS-level pinned-site indicators. All in one zip, ready to drop into your site.
For most of the web's history, a favicon was one 16×16 ICO file in the root of your domain. That stopped being sufficient around 2014 when retina displays, mobile home-screen icons, and platform-specific tile pinning introduced a half-dozen additional formats and sizes.
A modern favicon set includes:
At 16×16 pixels, almost no logo reads as itself. Detailed marks become unrecognizable mush. The favicon at smallest sizes should be either a single letter, a heavily simplified version of your full mark, or a single recognizable shape.
Practical rule: zoom your full logo down to 32 pixels in any image editor. If the result is unreadable, design a separate “favicon mark” — usually just the most distinctive single element of the logo.
Dark mode considerations
media=(prefers-color-scheme: dark)in the link tag. If your favicon is dark and disappears against dark browser chrome, generating a light variant and serving both is the cleanest fix.After generating, drop the files into your site's public directory and add the relevant link tags in your HTML head:
<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" />The generated zip includes a snippet file with the exact markup pre-populated for your filenames.
Each output size is rendered by the browser via canvas and downloaded as a zip. Your source image — which might be a brand logo not yet released — stays on your machine.
Generate a complete set of favicon assets from a single source image — the small icons that appear in browser tabs, bookmarks, search results, home-screen shortcuts, and OS-level pinned-site indicators. All in one zip, ready to drop into your site.
For most of the web's history, a favicon was one 16×16 ICO file in the root of your domain. That stopped being sufficient around 2014 when retina displays, mobile home-screen icons, and platform-specific tile pinning introduced a half-dozen additional formats and sizes.
A modern favicon set includes:
At 16×16 pixels, almost no logo reads as itself. Detailed marks become unrecognizable mush. The favicon at smallest sizes should be either a single letter, a heavily simplified version of your full mark, or a single recognizable shape.
Practical rule: zoom your full logo down to 32 pixels in any image editor. If the result is unreadable, design a separate “favicon mark” — usually just the most distinctive single element of the logo.
Dark mode considerations
media=(prefers-color-scheme: dark)in the link tag. If your favicon is dark and disappears against dark browser chrome, generating a light variant and serving both is the cleanest fix.After generating, drop the files into your site's public directory and add the relevant link tags in your HTML head:
<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" />The generated zip includes a snippet file with the exact markup pre-populated for your filenames.
Each output size is rendered by the browser via canvas and downloaded as a zip. Your source image — which might be a brand logo not yet released — stays on your machine.
PDF utilities, image tools, developer helpers — all free, no signup.
Build cron expressions visually or paste one to decode it.
Check if your domain's email authentication is set up correctly.
Generate QR codes with custom colors, rounded corners, and logo embed.
Compress images up to 90% smaller without losing quality.
Convert images between PNG, JPG, WebP, BMP, and GIF instantly in your browser.
Convert each page of a PDF into high-quality PNG or JPG images.