CTG Website Icons Generator

Upload one image and download a full website icon pack with ICO, PNG favicon sizes, Apple touch icons, Android icons, and a webmanifest. Runs locally with no image uploads.

Upload and Download

Your image stays on your device. Nothing uploads anywhere.

Click to upload, drag and drop, or paste an image here.

Download
ZIP works on basically everything. Folder download saves normal files in Chrome and Edge.
Upload an image to enable downloads.
Quick setup
1) Download the icon pack and upload the files to your website, usually the same folder as your homepage.
2) Paste this into your <head>. This matches the CTG file names generated here.
<link rel="icon" href="/icon-ctg.ico" sizes="any">
<link rel="icon" type="image/png" sizes="32x32" href="/icon-ctg-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icon-ctg-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icon-ctg-apple-touch.png">
<link rel="manifest" href="/ctg-site-icons-behaviour-library.webmanifest">
What files do I get? v
These are the fixed file names this tool generates:
  • icon-ctg-android-chrome-192x192.png
  • icon-ctg-android-chrome-512x512.png
  • icon-ctg-apple-touch.png
  • icon-ctg-16x16.png
  • icon-ctg-32x32.png
  • icon-ctg.ico
  • ctg-site-icons-behaviour-library.webmanifest
You can rename files later if you want. Just make sure you also update the link tags to match.