Convert any PNG or image to a .ico favicon file. Choose multiple sizes — 16px, 32px, 48px, 64px. Download instantly.
Drag & drop an image here or click to browse
Supports PNG, JPG, WebP — best results with square images
A favicon is the small icon that appears in browser tabs, bookmarks, and address bars. It is stored as an .ico file (or multiple sizes within a single ICO container) and must be placed at /favicon.ico in the root of your website, or declared with a <link> tag in your HTML <head>.
<link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">