Skip to content
Free Tool Arena

Developer Utilities · Free tool

Favicon Generator

Upload an image and get favicons in every size a modern site needs — 16, 32, 48, 180, 192, 512 PNGs + ICO.

Updated April 2026

HTML snippet

<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="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png" />

What it does

Upload one square image (PNG or JPG) and get a full favicon set in six sizes — 16, 32, 48, 180 (apple-touch), 192, and 512 px. Each size is rendered in your browser with a canvas resize and is downloadable as a standalone PNG. The tool also spits out the HTML <link> tags to paste into your <head>.

Perfect for launching a new site without fiddling with image tools. For broader image work use image resizer and image format converter.

How to use it

  1. Upload a square PNG or JPG (at least 512×512 for best results).
  2. Preview each size in the grid.
  3. Download each PNG.
  4. Copy the HTML snippet into your <head>.