Favicon Generator

Generate favicons in multiple sizes.

Drop an image here or click to select

Use a square image for best results

How to Use

Upload a source image (ideally square, at least 512x512 pixels) and the tool will generate favicons in all standard sizes: 16x16, 32x32, 48x48, 180x180 (Apple Touch Icon), and 512x512 (PWA). Download the generated icons individually or as a ZIP package with the HTML link tags ready to copy.

Common Use Cases

  • Generating all required favicon sizes from a single logo for a new website
  • Creating Apple Touch Icons for iOS home screen bookmarks
  • Producing PWA manifest icons at 192x192 and 512x512 pixels
  • Updating favicons across multiple sizes when rebranding a website

Frequently Asked Questions

What size should my source image be?

Start with a square image at least 512x512 pixels for best results. The tool will scale it down for smaller sizes. Using a high-resolution source ensures crisp icons at all sizes.

What favicon sizes do I actually need?

At minimum, you need a 32x32 .ico or .png file. For full compatibility, include 16x16, 32x32, 180x180 (Apple Touch Icon), 192x192, and 512x512 (for PWA manifests). The tool generates all of these.

How do I add the favicon to my website?

Add a <link rel="icon" href="/favicon.png"> tag in your HTML <head>. For Apple devices, add <link rel="apple-touch-icon" href="/apple-touch-icon.png">. The tool provides the exact HTML tags you need.