|

Drop an image here

PNG, JPEG, WebP, SVG — or use the upload button above

Generated files appear here after you upload an image

Favicon Generator

Upload any PNG, JPEG, WebP, or SVG and instantly generate a production-ready favicon set: ICO (16, 32, 48), all standard PNG sizes (16 through 512), Apple Touch Icon (180×180), Android Chrome icons (192×192, 512×512), an optional SVG passthrough for vector sources, and a site.webmanifest. All processing runs in your browser — your image never leaves your device. Download everything as a single ZIP in one click.

Favicon Generator Use Cases

  • Generate a full favicon set from a logo or app icon in seconds
  • Produce Apple Touch icons for iOS home-screen bookmarks without a design tool
  • Export Android Chrome PWA icons and a ready-to-use site.webmanifest
  • Create browser tab icons for a new project without Figma or Photoshop

Favicon Generator FAQ

Does my image get uploaded to a server?

No. All processing runs entirely in your browser using the Canvas API. Your image never leaves your device and no data is sent to any server.

Which output files are generated?

The tool generates PNG files at 16, 32, 48, 96, 128, 180 (Apple Touch), 192, 256, and 512 pixels, plus a multi-resolution favicon.ico containing 16×16, 32×32, and 48×48 layers. If your source is an SVG, it also passes through the original SVG. A site.webmanifest referencing the Android Chrome icons is included.

Can I use an SVG as the source?

Yes. Upload an SVG and the tool will rasterize it to all PNG and ICO sizes using the browser renderer, and include the original SVG as favicon.svg for modern browsers that support SVG favicons.

How do I install the favicon on my website?

Extract the ZIP to your site root and add the following tags in your HTML <head>: <link rel="icon" href="/favicon.ico">, <link rel="apple-touch-icon" href="/apple-touch-icon.png">, and <link rel="manifest" href="/site.webmanifest">. Modern browsers will automatically pick up the correct size.