Files
SuperTinyIcons/images/android-vector-drawable/visualstudiocode.xml
Paul Capron 4b7befcf65 Add Visual Studio Code logo (923 bytes) (#595)
The reference logo is an official SVG, taken from
https://code.visualstudio.com/brand

The tiny SVG is a simplified & minified version of it.
Mostly, there is less shadows / blur / etc. (less SVG <filter>),
so as to make the tiny SVG fit into 1 KiB.

The Android Vector Drawable is a converted version of the tiny SVG, via
Android Studio. Because Vector Drawable doesn’t have equivalents to most
SVG <filter>, it ends up “flatter” than the SVG. However, the logo is
still easily identifiable.
2021-10-07 11:49:45 +01:00

19 lines
959 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M77,0L435,0A77,77 0,0 1,512 77L512,435A77,77 0,0 1,435 512L77,512A77,77 0,0 1,0 435L0,77A77,77 0,0 1,77 0z"
android:fillColor="#fff"/>
<path
android:pathData="m423,114 l-75,-37a23,23 0,0 0,-26 5L77,306a15,15 0,0 0,0 22l20,18a15,15 0,0 0,20 1l295,-224c10,-7 24,-1 24,12v-1c0,-9 -5,-17 -13,-20"
android:fillColor="#27b"/>
<path
android:pathData="m423,399 l-75,36a23,23 0,0 1,-26 -5L77,207a15,15 0,0 1,0 -22l20,-19a15,15 0,0 1,20 -1l295,224c10,8 24,1 24,-12v1c0,9 -5,17 -13,21"
android:fillColor="#08c"/>
<path
android:pathData="M348,435a23,23 0,0 1,-26 -5c9,9 23,3 23,-9V92c0,-12 -14,-19 -23,-10a23,23 0,0 1,27 -4l75,36c7,3 12,11 12,20v244c0,9 -5,17 -12,21"
android:fillColor="#19f"/>
</vector>