Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best way of converting a svg into App Icons for both iOS and Android

Tags:

android

ios

icons

I'm looking for a tool that can generate the different sizes of icons for the iOS and Android apps from a svg image.

Google hasn't been really able to provide me with any "one-click" solution. Are there any tools out there which are less well known? or perhaps some simple batch scripts that achieve the same?

Ideally something I could run on my windows 10 machine, but linux would work too.

like image 768
xorinzor Avatar asked Jul 17 '18 12:07

xorinzor


2 Answers

This is quite late already and this is for ANDROID, but you can actually convert an svg file directly in android studio, right click on drawable folder from res folder and select vector asset:

Open vector asset

Then select local file (SVG, PSD)

Local file SVG or PSD

You can then select the svg file from the path field and android studio will directly convert the file as a resource.

like image 184
MetaSnarf Avatar answered Oct 06 '22 08:10

MetaSnarf


First convert you SVG to PNG from this link https://svgtopng.com/ once you convert .PNG then use this link https://makeappicon.com/ to create app icon for both android and iOS.

like image 35
Faldu Jaldeep Avatar answered Oct 06 '22 08:10

Faldu Jaldeep