Favicon Generator
Online
favicon-generator
+
Click or drag an image hereUpload an image to get started
FAVICON
Ctrl+↵ generate
Was this tool helpful?
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.