RU

Favicon Generator Online

Free tool to generate favicons from image in multiple sizes

favicon-generator
+
Click or drag an image here
Upload an image to get started
FAVICON
Was this tool helpful?
📁

Upload

Drag and drop or select an image to generate

📐

Sizes

Generate favicons in 8 popular sizes

🖼

Formats

Support for PNG, JPEG and WebP formats

💾

Download

Download each size separately or all at once

Related Tools

Frequently Asked Questions

A favicon is a small website icon displayed in the browser tab, bookmarks, and search results. The name comes from "favorite icon." The standard size for a browser tab is 16x16 or 32x32 pixels.
For full compatibility you need: 16x16 and 32x32 (browsers), 180x180 (Apple Touch Icon), 192x192 and 512x512 (Android and PWA). PNG works in all modern browsers, while ICO is needed for legacy browsers.
Add a <link rel="icon" href="/favicon.png"> tag in the <head> section of your HTML. For Apple devices, use <link rel="apple-touch-icon" href="/apple-touch-icon.png">. Place the files in the root of your site.
Yes, modern browsers support SVG icons via <link rel="icon" type="image/svg+xml" href="/favicon.svg">. SVG scales without quality loss and takes less space, but is not supported in older browsers.