Add Netflix logo (825 bytes) (#599)

This commit is contained in:
Rob Garrison
2021-10-08 03:21:53 -05:00
committed by GitHub
parent 8efcd4f453
commit feff952eed
5 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#b20710"
android:pathData="M279 89v148l-6-17-8 165 12 33 10 1a757 757 0 0 1 58 5V89h-66z" />
<path
android:fillColor="#b20710"
android:pathData="M161 89v335l12-1 21-2 32-2 1-71v-71l5 14 2 6 8-165-3-8-12-34v-1h-66z" />
<path
android:fillColor="url(#a)"
android:pathData="M161 89s66 238 66 234v-46l5 14 45 127 10 1a754 754 0 0 1 58 5l-66-236v49l-6-17-34-96-12-34-1-1h-65z" />
<path
android:fillColor="#e50914"
android:pathData="M161 89 66 188 5 14 45 127 10 1a757 757 0 0 1 58 5l-66-187-6-17-34-96-12-34v-1h-66z" />
</vector>

View File

@@ -278,3 +278,4 @@ Where possible this links to the organisation's brand guidelines page.
| <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
| <img src="/images/svg/netflix.svg" width="256" /> | <img src="/images/reference/netflix.png" width="256" /> | https://brand.netflix.com/en/assets/brand-symbol/

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

6
images/svg/netflix.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
aria-label="Netflix" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%" fill="#fff"/>
<path d="M279 89v148l-6-17-8 165 12 33 10 1a757 757 0 0 1 58 5V89h-66z" fill="#b20710"/><path d="M161 89v335l12-1 21-2 32-2 1-71v-71l5 14 2 6 8-165-3-8-12-34v-1h-66z" fill="#b20710"/><linearGradient id="a" x1="209" x2="297" y1="271" y2="241" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b20710"/><stop offset=".5"/><stop offset="1" stop-color="#b20710"/></linearGradient><path fill="url(#a)" d="M161 89s66 238 66 234v-46l5 14 45 127 10 1a754 754 0 0 1 58 5l-66-236v49l-6-17-34-96-12-34-1-1h-65z"/><path fill="#e50914" d="m161 89 66 188 5 14 45 127 10 1a757 757 0 0 1 58 5l-66-187-6-17-34-96-12-34v-1h-66z"/></svg>

After

Width:  |  Height:  |  Size: 820 B