Recommended icon set
At minimum, ship 16x16 and 32x32 favicons plus 180x180 Apple Touch icon and 192/512 Android icons for PWA support.
Generate common favicon and PWA icon sizes plus manifest and HTML link tags from one image.
Updated
Upload a square SVG/PNG/JPG. The tool crops and exports common favicon sizes.
Upload an image to generate favicon files.
{
"name": "EpitomeTool",
"short_name": "Epitome",
"icons": [
{
"src": "/android-chrome-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="manifest" href="/site.webmanifest">
Quick start
Upload one source icon and export common browser/PWA favicon files.
Choose a square logo image in PNG, JPG, WebP or SVG format.
The tool renders standard favicon and PWA dimensions instantly.
Download each icon and copy manifest + HTML link tags into your site.
In-depth guide
Generate modern favicon and PWA icon sizes from one source image, along with manifest JSON and HTML link tags.
At minimum, ship 16x16 and 32x32 favicons plus 180x180 Apple Touch icon and 192/512 Android icons for PWA support.
Use this tool for quick browser-based work when you need an answer or output immediately. Use a dedicated application or automated workflow when you need bulk processing, approvals, or repeatable production rules.
Browser-first by design. The tool page explains any exception before you use it.
Your input is handled in the browser wherever the tool can process it locally. EpitomeTool does not add an upload step unless a tool page explicitly says so.
16, 32, 48, 64, 96, 180, 192 and 512 pixels for common browser and PWA contexts.
This version exports PNG icons. Most modern stacks accept PNG favicons directly; .ico export can be added later.
No. Image processing is done fully in your browser.
Keep exploring
Hand-picked utilities that pair well with the one you're on — all free, client-side, and zero-signup.
Generate layered-looking box shadows with visual controls for offset, blur, spread and opacity.
Create custom rounded corners visually and copy exact border-radius CSS shorthand.
Build responsive CSS grid layouts with live rows, columns and gap controls.
Shrink PDF file size without uploading to a server.
Body Mass Index with metric / imperial inputs and WHO category bands.
Combine multiple PDFs into one in your browser.
Split a PDF by pages or page ranges, download as zip.