⭐ Favicon Generator

Upload an image to generate favicons in all standard sizes. Download individually, as a ZIP, or copy the HTML link tags. 100% in-browser.

Drop an image here or click to browse

PNG, JPG, SVG, WebP

Everything You Need to Know About Favicons — Sizes, Formats, and Best Practices

A favicon is the small icon displayed in browser tabs, bookmarks, and app launchers. Getting the right sizes and formats ensures your brand looks sharp everywhere — from desktop taskbars to mobile home screens and Progressive Web Apps.

Favicon Sizes and Where They're Used

How to Add a Favicon to Your Website

Favicon Design Tips

Keep your favicon design simple — it must remain recognizable at just 16×16 pixels. Use your brand's primary colors for instant recognition and avoid text, which becomes illegible at small sizes. Always test your icon against both light and dark browser themes to ensure sufficient contrast. If you need infinite scalability and modern browser support, consider using an SVG favicon alongside PNG fallbacks for maximum compatibility.

Frequently Asked Questions

At minimum you need 16×16 and 32×32 for browsers, 180×180 for Apple Touch, and 192×192 plus 512×512 for PWA manifests. This tool generates all standard sizes in one click.
Modern browsers support PNG favicons via <link> tags. ICO is a legacy format that bundles multiple sizes. PNG is recommended for simplicity and quality; ICO is only needed for very old browser support.
Apple Touch Icon is a 180×180 PNG used when someone adds your website to their iPhone or iPad home screen. Specify it with <link rel="apple-touch-icon" href="apple-touch-icon.png">.
Place the favicon files in your site root and add <link> tags in your HTML <head>. This tool generates the exact HTML snippet you need — just copy and paste it.
A web app manifest (manifest.json) is needed for Progressive Web Apps. It references 192×192 and 512×512 icons. For regular websites, HTML link tags are sufficient.