What is a 32x32 favicon used for?
The 32x32 favicon (32 x 32 pixels) is used by:
- Retina / high-DPI browser tabs (the modern default)
- Windows taskbar site icons
- Desktop browser bookmarks
How to generate a 32x32 favicon
- Upload a square source image (at least 512x512) to the Favicon.one generator.
- The tool outputs every required size, including
favicon-32x32.pngin a single ZIP. - Add the 32x32 icon to your site with the right
<link>tag.
The HTML tag
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />Other sizes you'll need
A single size isn't enough for a modern site. A complete favicon package also includes:
- 16×16 — classic browser tabs
- 32×32 — retina browser tabs
- 192×192 — Android home screen
- 512×512 — PWA splash screens
Get all of them at once. See the full favicon size guide.