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.
This commit is contained in:
Paul Capron
2021-10-07 12:49:45 +02:00
committed by GitHub
parent 1beb3cbf86
commit 4b7befcf65
5 changed files with 67 additions and 0 deletions

View File

@@ -515,6 +515,7 @@ Say thanks!
<table>
<tr>
<td>Sublime Text<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/sublimetext.svg" width="125" title="Sublime Text" /><br>728 Bytes</td>
<td>Visual Studio Code<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/visualstudiocode.svg" width="125" title="Visual Studio Code" /><br>923 Bytes</td>
</tr>
</table>