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.

Generation modes

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.json

Tools in the same group or category

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.