So this is the Story about an SVG and how the paths(pathdata for android devs) where exporting from Illustrator. So with a simple SVG export from Illustrator the Pathdata on Android would display like this: <vector android:height=”24dp” android:viewportHeight=”80.0"
android:viewportWidth=”80.0" android:width=”24dp” xmlns:android=”http://schemas.android.com/apk/res/android"> <path android:fillColor=”#FFff0000" android:pathData=”M31.5,32c2.5,0 4.5,2 4.5,4.5v1c0,2.5 -2,4.5 -4.5,4.5h-1C28,42 26,40 26,37.5v-1c0,-2.5…