Generates favicon PNGs at standard sizes from an image.
The Favicon Generator turns any image into favicon PNGs at the standard sizes (16×16, 32×32, 48×48, and a 180×180 apple-touch-icon) right in your browser. Upload an image, preview each size, download the PNGs you need, and copy the matching HTML <link> tags to paste into your page head. It's handy whenever you're setting up a new site or app and want browser tab and home-screen icons without an online converter.
No. The tool runs entirely in your browser using the canvas API, and nothing is uploaded. Your image never leaves your device.
It produces PNGs at 16×16, 32×32, 48×48, and 180×180. The 180×180 file is intended as an apple-touch-icon for iOS.
No. The tool outputs PNG files only. The provided <link> tags reference the PNGs by their sizes, which modern browsers support.
Each size has its own Download button, so you download them individually as favicon-16x16.png, favicon-32x32.png, and so on. There is no combined ZIP download.
No. Each output is square, and the image is scaled to fill that square. For best results start with a square source image so it isn't stretched.