Private favicon tools

Favicon Generator

Turn one image into a complete favicon package for browser tabs, Apple devices, Android devices, and progressive web apps. No upload, signup, or watermark.

Private image workspace

Choose your source image

Package contents

Your favicon files

Upload an image to generate a complete browser and device icon package.

Six ready-to-use files plus the manifest

How to use it

Create a favicon package

  1. Upload a JPG, PNG, or WebP logo.
  2. Choose whether to crop or contain the image.
  3. Set the website name and background treatment.
  4. Preview the generated assets and download the ZIP.

Install the package

Place the files at your site root

Extract the ZIP into your public site directory, then reference the favicon, Apple touch icon, and manifest from the page head. Keep the generated filenames unchanged unless you also update those references.

<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">

Examples

What to expect

Complete package
Input
Square 1024 × 1024 logo
Output
ICO, 16px, 32px, 180px, 192px, 512px, and site.webmanifest files

Know before you start

Important limitations

  • Fine text and intricate artwork can become unreadable at favicon sizes.
  • The generated manifest contains install metadata but does not make a site a complete PWA.
  • Browser caches can delay a newly deployed favicon from appearing.

Common questions

Favicon Generator FAQ

What source image works best?

Use a simple square image with strong contrast and enough padding to remain recognizable at 16 pixels.

Does the ICO contain several sizes?

Yes. It contains 16×16, 32×32, and 48×48 PNG-compressed entries.

Where should the files go?

Place them in the public site directory and reference the generated filenames from the document head.

Browser-local

Processed on your device

The source image and generated favicon package stay in this browser and are never uploaded.

How this processing works

The tool reads and processes this input in your browser. Tool Packer's application server does not receive the input or generated result.

Read the full privacy explanation