Add Amazon Alexa icon (#338)

* Add Amazon Alexa icon

* Reduced to 394 bytes by rounding to 0 decimal places.

* Reduced android vector size in line with previous commit.
This commit is contained in:
Jonathan Batchelor
2019-10-22 08:21:38 +01:00
committed by Terence Eden
parent 7d47e7e347
commit 8cf3d17d59
5 changed files with 23 additions and 0 deletions

View File

@@ -382,6 +382,7 @@ Say thanks!
<tr>
<td>Ansible<br><img src="images/svg/ansible.svg" width="125" title="Ansible"/><br>381 Bytes</td>
<td>Gojek<br><img src="images/svg/gojek.svg" width="125" title="Gojek" /><br>383 Bytes</td>
<td>Amazon Alexa<br><img src="images/svg/amazon_alexa.svg" width="125" title="Amazon Alexa" /><br>394 Bytes</td>
</tr>
</table>

View File

@@ -0,0 +1,14 @@
<?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="#00caff"
android:pathData="M256 64a192 192 0 0 0 -26 382v-39c0 -11 -7 -21 -17 -24a134 134 0 1 1 177 -122v1a141 141 0 0 1 0 5l0 1a126 126 0 0 1 0 3 130 130 0 0 1 0 4l0 2C372 385 231 446 230 446A194 194 0 0 0 256 448a192 192 0 0 0 0 -384" />
</vector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -202,3 +202,4 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/messenger.svg" width="256" /> | <img src="/images/reference/messenger.svg" width="256" /> | https://en.facebookbrand.com/assets/messenger/ |
| <img src="/images/svg/ubisoft.svg" width="256"/> | <img src="/images/reference/ubisoft.png" width="256"/> | https://commons.wikimedia.org/wiki/File:Ubisoft_logo.svg |
| <img src="/images/svg/ea.svg" width="256"/> | <img src="/images/reference/ea.png" width="256"/> | https://commons.wikimedia.org/wiki/File:EA-Logo.svg |
| <img src="/images/svg/amazon_alexa.svg" width="256"/> | <img src="/images/reference/amazon_alexa.png" width="256"/> | https://developer.amazon.com/docs/alexa-voice-service/logo-and-brand.html |

View File

@@ -0,0 +1,7 @@
<svg
xmlns="http://www.w3.org/2000/svg"
aria-label="Amazon Alexa" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path fill="#00caff" d="M256 64a192 192 0 0 0 -26 382v-39c0 -11 -7 -21 -17 -24a134 134 0 1 1 177 -122v1a141 141 0 0 1 0 5l0 1a126 126 0 0 1 0 3 130 130 0 0 1 0 4l0 2C372 385 231 446 230 446A194 194 0 0 0 256 448a192 192 0 0 0 0 -384"/></svg>

After

Width:  |  Height:  |  Size: 394 B