Skip to main content

Favicon generator

From one PNG build a full icon set + manifest.json

Free No account required
Drop a logo (PNG; SVG rasterized before canvas)
Ideally 512×512 or larger · transparent background
This tool patches one problem at a time

Favicon affects SEO indirectly — a missing or broken icon hurts trust signals. The SEO module in Insight checks favicon presence and configuration; it does not generate the assets.

/ About the tool

What makes up a modern favicon set?

A single root favicon.ico is no longer enough. You usually need several variants: multi-size PNG, Apple touch icon, Android icon, and a PWA manifest.json.

This generator builds them from one source (PNG, or SVG rasterized to a bitmap — ideally 512×512+) and shows an HTML snippet for <head>.

Everything runs in the browser via the canvas API — nothing is uploaded. SVG is drawn to canvas first, then exported as PNG.

/ Glossary

Key sizes

16×16

favicon-16.png

Browser tab. Keep the mark simple.

32×32

favicon-32.png

Standard HiDPI tab icon.

180×180

apple-touch-icon.png

iOS home-screen icon.

512×512

icon-512.png

manifest.json / PWA — highest quality.

/ FAQ

Frequently asked questions

Often yes for older clients. Modern browsers prefer PNG.