Favicon Generator
Upload an image and generate a complete set of common favicon sizes plus the HTML link tags to add them to your site.
Upload a square image - this tool resizes it to common favicon sizes and gives you both the downloadable files and the HTML tags to link them.
For a single multi-resolution .ico file specifically (some legacy contexts still expect this), see the ICO Generator - and if you just want to check whether an existing site already has a favicon, see the Favicon Checker.
What Sizes Does This Generate?
The common sizes modern browsers and platforms look for: 16×16 and 32×32 (standard browser favicons), 180×180 (Apple touch icon for iOS home screen), and 192×192/512×512 (commonly used for Android/PWA icons).
Why Use This Tool?
Different platforms expect different favicon sizes and link tag types - getting the full set right by hand (resizing, naming, and writing correct <link> tags) is tedious. This tool generates the whole set at once.
How to Use It
- Upload a square source image (ideally at least 512×512 for good quality at all sizes).
- Download each generated size, or all of them together.
- Copy the generated HTML
<link>tags into your site's<head>.
Limitations
This generates PNG-format icons at each size, which modern browsers fully support via <link rel="icon" type="image/png"> - for the classic single .ico file some legacy tooling still expects, use the ICO Generator separately.