Transparent, white, or any custom color für non-square Bilder.
📋
Ready-made embed code
Copy the HTML snippet straight into <head> — no need to write it yourself.
How to generate a favicon online — 3 steps
Upload your logo: ideally a square image, at least 512×512px, to stay sharp at every size.
Generate the set: pick a background color (for non-square images) then click Generate favicon set — the tool resizes to every required size.
Download & embed: download the .zip, unzip it into your website's root folder, then paste the ready-made code into your <head> tag.
The tool builds a proper .ico file (containing 16×16 and 32×32 PNG layers) right in your browser using
plain JavaScript — no external library, no image upload. The exported set is compatible with every
modern browser, iOS Safari, and Android Chrome/PWA.
Frequently asked questions
What is a favicon and why does a website need one?
A favicon is the small icon shown in a browser tab, bookmarks, browsing history, and when a web app is saved to a phone's home screen. Missing a favicon makes a site look unfinished and harder to spot among many open tabs.
What does the generated favicon set include?
A favicon.ico file (containing 16×16 and 32×32 sizes), separate PNG files at 16×16/32×32/48×48, a 180×180 apple-touch-icon for iOS, 192×192 and 512×512 android-chrome icons for Android/PWA, plus a site.webmanifest file.
Where do I put the favicon files on my website?
Unzip the file and place all of them in your website's root directory, then paste the ready-made embed code into the <head> tag of your HTML page.
What if my source image is not square?
The tool automatically center-crops it to a square. To keep the exact composition, prepare a square image first, or use TaoClip's Crop tool beforehand.
Are my images uploaded to a server?
No. Resizing and packaging the .ico/.zip files happens entirely in your browser — your image never leaves your device.