Create your first favicon in under 2 minutes with this quick guide.
Start with a square logo or image that represents your brand. Ideal formats are PNG, JPG, SVG, or WebP. For best results:
Visit our Favicon Generator and either:
Your image is processed entirely in your browser — nothing is uploaded to our servers.
Adjust the following settings to match your design:
Check the live browser preview to see how your favicon will appear in actual browser tabs. Make adjustments until you're satisfied with the result.
Click "Download All (ZIP)" to get a complete package containing:
Extract the ZIP file and upload all files to your website's root directory. Then add this code to your HTML <head> section:
<link rel="icon" href="/favicon.ico" sizes="48x48">
<link rel="icon" href="/favicon-32x32.png" type="image/png" sizes="32x32">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
After uploading:
Favicons are heavily cached by browsers. If you don't see your new favicon immediately, try opening your site in an incognito/private window first.
Favicon looks blurry: Use a simpler design with fewer details. Small icons can't display intricate graphics clearly.
Background shows on dark mode: Enable the "Transparent" background option when generating your favicons.
Favicon doesn't appear: Ensure files are in the root directory and the HTML links are in the <head> section, not the <body>.