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:
@@ -277,3 +277,4 @@ Where possible this links to the organisation's brand guidelines page.
|
||||
| <img src="/images/svg/pornhub.svg" width="256" /> | <img src="/images/reference/pornhub.png" width="256" /> | https://www.pornhub.org/press |
|
||||
| <img src="/images/svg/outlook.svg" width="256" /> | <img src="/images/reference/outlook.jpg" width="256" /> | https://ow2.res.office365.com/owalanding/2021.8.25.01/images/outlook-icon.jpg
|
||||
| <img src="/images/svg/subscribestar.svg" width="256" /> | <img src="/images/reference/subscribestar.png" width="256" /> | https://www.subscribestar.com/brand
|
||||
| <img src="/images/svg/visualstudiocode.svg" width="256" /> | <img src="/images/reference/visualstudiocode.svg" width="256" /> | https://code.visualstudio.com/brand
|
||||
|
Reference in New Issue
Block a user