PWA Icon Generator
Generate PWA icons for Android and web apps. Create 192x192 and 512x512 icons with a ready-to-use site.webmanifest file.
Click or drag image here
Supports PNG, JPG, SVG, WEBP
Privacy / Security
- Files processed in browser
- No uploads stored
- Automatic cleanup
Who is this for
- Developers
- Designers
- Indie Hackers
- SaaS founders
Use cases
- Website favicon
- PWA icon
- Web App
- Mobile App placeholder
Generate Icons for Progressive Web Apps in Seconds
Progressive Web Apps (PWA) require specific icon sizes and a valid web app manifest. favicon.pub automatically generates all required PWA icons and a ready-to-use site.webmanifest file from your uploaded image.
What Is a PWA Icon?
PWA icons are application icons used when a Progressive Web App is installed on a device. They appear in multiple places and give your app a native look and feel:
- Android home screens
- App launchers
- Task switchers
- Splash screens
Proper PWA icons ensure your web app looks professional and consistent across devices.
Required PWA Icon Sizes (Google Recommended)
Android Chrome Icons
- 192x192 – Home screen icon
- 512x512 – App launcher & splash screen
These sizes are required by modern browsers to pass PWA installation checks.
Files We Generate for You
Icon Files
- android-chrome-192x192.png
- android-chrome-512x512.png
Manifest File
- site.webmanifest (pre-configured)
Example:
{
"name": "My PWA App",
"short_name": "MyApp",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"display": "standalone"
}Why Use favicon.pub for PWA Icons
- Google-compliant icon sizes
- Automatically generated webmanifest
- No manual resizing required
- Works with any PNG, JPG or SVG image
- Free and instant download
How to Add PWA Icons to Your Site
- Upload your logo or image.
- Download generated PWA icons and manifest.
- Place files in your website root directory.
- Add the manifest link to your HTML.
<link rel="manifest" href="/site.webmanifest">PWA Icon vs Favicon
| Type | Used For | Required Sizes |
|---|---|---|
| Favicon | Browser tabs | 16x16, 32x32 |
| PWA Icon | App install | 192x192, 512x512 |
Frequently Asked Questions
Do I need both 192x192 and 512x512 icons?
Yes. Modern browsers require both sizes for proper PWA installation and to avoid warnings in Lighthouse or browser audits.
Can I use SVG icons for PWA?
PNG icons are recommended for PWA compatibility, even if your source image is SVG. Our generator creates PNG icons that work reliably across browsers and platforms.
Upload Your Image and Generate PWA Icons Now