Free SVG Asset Generator | App Icons & Drawables
Upload one SVG and generate Android and iOS PNG assets automatically. Create Drawables, App Icons, Image Sets, and Assets.xcassets for free.
- #developer
- #icon
- #image
Drag and drop or click to upload an SVG file
최대 20.00 MB
You can also paste an SVG file or markup with Ctrl+V.
Output options
.png
1× size for Drawables and Image Sets. App Icons use platform-standard sizes.
Expected file structure
33 files expected
android/
drawable-mdpi/
logo.png (512×512)
drawable-hdpi/
logo.png (768×768)
drawable-xhdpi/
logo.png (1024×1024)
drawable-xxhdpi/
logo.png (1536×1536)
drawable-xxxhdpi/
logo.png (2048×2048)
mipmap-mdpi/
ic_launcher.png (48×48)
mipmap-hdpi/
ic_launcher.png (72×72)
mipmap-xhdpi/
ic_launcher.png (96×96)
mipmap-xxhdpi/
ic_launcher.png (144×144)
mipmap-xxxhdpi/
ic_launcher.png (192×192)
ios/
Assets.xcassets/
image.imageset/
image.png (512×512)
image@2x.png (1024×1024)
image@3x.png (1536×1536)
Contents.json
AppIcon.appiconset/
fiona.g@example.net (40×40)
beth.t@example.com (60×60)
aaron.s@example.org (58×58)
nina.v@example.com (87×87)
paula.r@example.org (80×80)
laura.c@example.net (120×120)
james.b@example.com (120×120)
karen.d@example.net (180×180)
Icon-App-20x20@1x.png (20×20)
Icon-App-20x20@2x-ipad.png (40×40)
Icon-App-29x29@1x.png (29×29)
Icon-App-29x29@2x-ipad.png (58×58)
Icon-App-40x40@1x.png (40×40)
Icon-App-40x40@2x-ipad.png (80×80)
Icon-App-76x76@1x.png (76×76)
wendy.h@example.net (152×152)
sally.m@example.com (167×167)
Icon-App-1024x1024@1x.png (1024×1024)
Contents.jsonRelated tools
Tools in the same group or category
QR Code
Generate QR codes from URLs or text. Adjust size and error correction, then download PNG.
JSON Formatter
Format and validate JSON in your browser. All processing happens locally—your data is never stored on a server.
Base64
Encode text or files to Base64, or decode Base64 strings. Free developer tool.
Prompt Enhancer
Turn short prompts into high-quality prompts for ChatGPT, Claude, Gemini, and Midjourney. Runs instantly in your browser.
Korean Name Romanizer
Convert Korean names, nicknames, and aliases into natural English spellings close to their pronunciation. View and copy multiple spelling candidates at once.
Favicon Generator
Generate favicon.ico, apple-touch-icon, Android icons, and site.webmanifest for your website in one step.
People who used this also use
Suggested next tools
Frequently asked questions
Is the SVG Asset Generator free?
Yes. It is completely free and works in your browser with no sign-up.
Are files uploaded to a server?
No. All SVG rendering and ZIP packaging happen in your browser. Nothing is sent to or stored on a server.
What is the difference between Android Drawable and App Icon?
Drawables go in drawable-* folders for in-app UI images. App Icons go in mipmap-* folders (e.g. ic_launcher) for the launcher icon.
Does it support iOS Assets.xcassets?
Yes. It generates Image Sets and AppIcon.appiconset under Assets.xcassets, including Contents.json.
Is SVG quality preserved?
The SVG is rendered at high resolution via Canvas, then exported only at the sizes you need—ideal for Retina and high-density displays.