Free Favicon Generator
Generate favicon.ico and PNG favicons from any image instantly.
Upload your logo
PNG, JPG or SVG. Ideally 512x512px or larger.
About this tool
How to use
Frequently Asked Questions
Modern web standards have moved away from the legacy .ico format. All modern browsers (Chrome, Firefox, Safari, Edge) fully support PNG favicons. PNGs offer better compression, transparency support, and are easier to work with in modern build pipelines.
When a user saves your website to their iPhone or iPad home screen, iOS looks for a specific 180x180 pixel image named apple-touch-icon.png. Providing this ensures your site looks like a native app on their device.
Place the downloaded images in the root directory of your website. Then add these tags to the <head> of your HTML: <link rel='icon' type='image/png' sizes='32x32' href='/favicon-32x32.png'> <link rel='icon' type='image/png' sizes='16x16' href='/favicon-16x16.png'> <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>
A high-resolution PNG with a transparent background is ideal. The tool will preserve the transparency when scaling down. The source image should ideally be a perfect square, otherwise it will be center-cropped.
