DESIGN TOOL
Favicon Generator
Turn an image into a full set of standard favicon sizes, ready to download.
Use a square image for best results — it'll be cropped to a square automatically otherwise.
About this tool
Upload an image once and get a full set of the standard favicon and app-icon sizes — 16×16 and 32×32 for browser tabs, 180×180 for Apple touch icons, and 192×192 / 512×512 for Android/PWA icons — resized locally in your browser and ready to download.
Frequently asked questions
- Why are so many different sizes needed?
- Different browsers, operating systems, and devices request different icon sizes — a browser tab favicon, a home-screen icon on iOS, and an Android app icon are all pulled from different files by convention.
- What if my image isn't square?
- It's automatically center-cropped to a square before resizing, so the important part of your image should ideally already be centered.
- Where do these files go on my site?
- Typically in your site's root folder, referenced with
<link rel="icon">and<link rel="apple-touch-icon">tags in your HTML<head>— exact setup varies by platform.