Added Origin Icon (#604)

This commit is contained in:
Leo Kling
2021-10-09 19:51:06 +02:00
committed by GitHub
parent 4554dd0b57
commit 8596c94081
5 changed files with 26 additions and 0 deletions

View File

@@ -483,6 +483,7 @@ Say thanks!
<tr> <tr>
<td>itch.io<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/itch_io.svg" width="125" title="itch.io"/><br>870 Bytes</td> <td>itch.io<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/itch_io.svg" width="125" title="itch.io"/><br>870 Bytes</td>
<td>Logitech<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/logitech.svg" width="125" title="logitech"/><br>371 Bytes</td> <td>Logitech<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/logitech.svg" width="125" title="logitech"/><br>371 Bytes</td>
<td>Origin<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/origin.svg" width="125" title="Origin"/><br>832 Bytes</td>
</tr> </tr>
</table> </table>

View File

@@ -0,0 +1,17 @@
<?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="#f15a23"
android:pathData="M256 100.411c85.855 0 155.563 69.724 155.563 155.605S341.855 411.624 256 411.624 100.437 341.9 100.437 256.016 170.145 100.411 256 100.411zm0 94.919c33.485 0 60.668 27.195 60.668 60.686S289.485 316.705 256 316.705s-60.668-27.195-60.668-60.689S222.515 195.33 256 195.33z" />
<path
android:fillColor="#f15a23"
android:pathData="M256 53.724c1.513-4.001 0.025 -5.543-4.032-5.948-4.486-1.467-87.421 46.58-124.109 119.297-36.774 72.887 108.058-65.305 108.058-65.305 7.367-27.017 8.724-31.416 20.083-48.044zm0.096 404.548c-1.52 3.997-0.036 5.543 4.017 5.951 4.486 1.475 87.51-46.416 124.334-119.062 36.909-72.819-108.179 65.099-108.179 65.099-7.417 27.007-8.784 31.405-20.172 48.012z" />
</vector>

View File

@@ -281,3 +281,4 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/logitech.svg" width="256" /> | <img src="/images/reference/logitech.png" width="256" /> | https://www.logitech.com/en-au | <img src="/images/svg/logitech.svg" width="256" /> | <img src="/images/reference/logitech.png" width="256" /> | https://www.logitech.com/en-au
| <img src="/images/svg/netflix.svg" width="256" /> | <img src="/images/reference/netflix.png" width="256" /> | https://brand.netflix.com/en/assets/brand-symbol/ | <img src="/images/svg/netflix.svg" width="256" /> | <img src="/images/reference/netflix.png" width="256" /> | https://brand.netflix.com/en/assets/brand-symbol/
| <img src="/images/svg/terraform.svg" width="256" /> | <img src="/images/reference/Terraform_PrimaryLogo_NonAtt_Color_RGB.svg" width="256" /> | https://www.terraform.io/logos.html | <img src="/images/svg/terraform.svg" width="256" /> | <img src="/images/reference/Terraform_PrimaryLogo_NonAtt_Color_RGB.svg" width="256" /> | https://www.terraform.io/logos.html
| <img src="/images/svg/origin.svg" width="256" /> | <img src="/images/reference/origin.jpg" width="256" /> | https://www.origin.com/ |

BIN
images/reference/origin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

7
images/svg/origin.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Origin" role="img"
viewBox="0 0 512 512"
fill-rule="evenodd"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><g fill="#f15a23"><path d="M256 100.411c85.855 0 155.563 69.724 155.563 155.605S341.855 411.624 256 411.624 100.437 341.9 100.437 256.016 170.145 100.411 256 100.411zm0 94.919c33.485 0 60.668 27.195 60.668 60.686S289.485 316.705 256 316.705s-60.668-27.195-60.668-60.689S222.515 195.33 256 195.33z"/><path d="M256 53.724c1.513-4.001.025-5.543-4.032-5.948-4.486-1.467-87.421 46.58-124.109 119.297-36.774 72.887 108.058-65.305 108.058-65.305 7.367-27.017 8.724-31.416 20.083-48.044zm.096 404.548c-1.52 3.997-.036 5.543 4.017 5.951 4.486 1.475 87.51-46.416 124.334-119.062 36.909-72.819-108.179 65.099-108.179 65.099-7.417 27.007-8.784 31.405-20.172 48.012z"/></g></svg>

After

Width:  |  Height:  |  Size: 832 B