Browser Icon Generator

Generate all the favicon and app icon sizes you need for your website from a single image.

Upload a square image (recommended: 512x512px or larger) for best results. The tool will generate all standard favicon and app icon sizes.
Supported formats: PNG, JPG, JPEG, GIF (Max size: 10MB)

Generated Icons Include:

  • favicon.ico (16x16)
  • favicon-16x16.png
  • favicon-32x32.png
  • safari-pinned-tab.svg
  • /icons/icon-72x72.png
  • /icons/icon-96x96.png
  • /icons/icon-128x128.png
  • /icons/icon-144x144.png
  • /icons/mstile-144x144.png
  • /icons/icon-152x152.png
  • /icons/icon-192x192.png
  • /icons/icon-384x384.png
  • /icons/icon-512x512.png
How to Use:
  1. Upload a square image (preferably 512x512px or larger)
  2. Click "Generate Icons" to create all icon sizes
  3. Download the ZIP file containing all generated icons
  4. Extract the ZIP and upload the files to your website's root directory
  5. Add the following code to your HTML <head> section:
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icons/icon-152x152.png">
<link rel="manifest" href="/manifest.json">