ITImage Toolkit

Image Toolkit

Favicon Maker

Create a multi-size PNG favicon package with HTML and manifest examples from an image.

Files are processed in your browser and are not uploaded to a server.

Modern browsers and web apps commonly support PNG favicons. If you do not specifically need an ICO file, a PNG icon package in multiple sizes is often enough.

Upload images

Click or drop files here

Large images may slow down your browser.

HTML link example

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

Manifest example

{
  "icons": [
    { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
  ]
}

How to use

  1. 1.Choose a file or enter values.
  2. 2.Process
  3. 3.Download ZIP
  4. 4.Files are processed in your browser whenever possible. Processing time may vary depending on file size, image resolution, frame count, and device performance.

Cautions

  1. 1.Files are processed in your browser whenever possible. Processing time may vary depending on file size, image resolution, frame count, and device performance.
  2. 2.This file may take longer to process because it is large or contains many frames. If your browser slows down, try a smaller file.
  3. 3.Large files can use significant browser memory.
  4. 4.Output quality can vary by source file, browser, and format behavior.
  5. 5.This is a no-server-upload MVP, so some advanced features are planned for later.

FAQ

Are files uploaded?

Files are processed with browser canvas and native APIs whenever possible and are not uploaded to a server.

Can results vary?

These calculations are planning estimates. Actual results vary by browser, format, and image content.

Related tools

EXIF Viewer

View basic image information and available metadata in the browser.

MetadataExtract
Open tool

Remove EXIF

Re-draw an image to canvas and save a new file with reduced metadata.

MetadataImage Edit
Open tool