Favicon Generator
Upload one square-ish image (ideally 512×512 or larger) to get a full favicon set: a real multi-size favicon.ico, PNG sizes, an apple-touch-icon, and the exact HTML tags to paste into your site. Everything is generated locally.
Source image
Click or drop an image here
PNG, JPG, or WEBP · square images work best
Preview
No image yet
Common questions
Is the favicon.ico file a real multi-resolution icon?
Yes. It's built as a proper ICO container embedding 16×16, 32×32, and 48×48 versions, using the same PNG-in-ICO format supported by Windows Vista and later, and by every modern browser.
Why do I also need apple-touch-icon.png?
iOS does not use favicon.ico for "Add to Home Screen" icons — it specifically looks for an apple-touch-icon link tag, so it needs to be generated and linked separately.
Does my image get uploaded anywhere?
No. The image is read and resized entirely in your browser using the Canvas API. It's never sent to a server.