forked from edent/SuperTinyIcons
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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user