Asset Generator
Automatically export every icon size required for Web, iOS, Android, and PWAs from a single source image.
Image upload
Use a square, high-resolution image (ideally 1024×1024px or higher).
Upload your artwork
PNG, JPG, SVG, or WebP are supported.
Brand styling
Control the background, padding, corner radius, and fit mode applied to every icon.
Inner padding12px
Corner radius32px
Platforms
Pick the ecosystems you need and we’ll export the right sizes.
Web
Favicons and web icons
7 sizes
iOS
Icons for iOS apps
10 sizes
Android
Icons for Android apps
7 sizes
Total assets
7 icons
Manifest & metadata
Control the copy that ships with manifest.json and the <head> snippet.
Manifest preview
{
"name": "My App",
"short_name": "MyApp",
"description": "Assets generated with Coordinate Studio",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#0f172a",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}