Add icon for Gandi (#439)

Fixes #437
This commit is contained in:
Adam Vernon
2020-10-06 02:06:42 -07:00
committed by GitHub
parent f40ea6c25c
commit 5b060fdf7d
5 changed files with 25 additions and 0 deletions

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="url(#a)"
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="#fff"
android:pathData="M255 66a54 54 0 1054 54 54 54 0 00-54-54zm0 71a17 17 0 1117-17 17 17 0 01-17 17z" />
<path
android:fillColor="#fff"
android:pathData="M145 155c13-13 27-5 34 1s26 43 76 43 64-28 80-44c10-11 24-8 33 1s6 25 0 33c-36 49-97 69-116 82-29 20-49 40-49 69 0 24 17 60 53 60s52-25 52-37c0-15-10-19-13-19-15 0-15 18-34 18-15 0-22-12-22-24 0-18 27-42 55-42 38 0 62 27 62 64 0 42-39 88-99 88-65 0-102-61-102-106s21-78 56-101c-26-10-51-27-71-58-2-2-9-16 5-28z" />
</vector>

BIN
images/reference/gandi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -237,3 +237,4 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/itch_io.svg" width="256" /> | <img src="/images/reference/itch_io.svg" width="256" /> | https://itch.io/press-kit |
| <img src="/images/svg/angellist.svg" width="256" /> | <img src="/images/reference/angellist.svg" width="256" /> | https://angel.co/logo |
| <img src="/images/svg/jellyfin.svg" width="256"/> | <img src="/images/reference/jellyfin-banner.png" width="256"/> | https://raw.githubusercontent.com/jellyfin/jellyfin-web/master/src/assets/img/banner-dark.png |
| <img src="/images/svg/gandi.svg" width="256"/> | <img src="/images/reference/gandi.png" width="256"/> | https://v4.gandi.net/static/images/illustrations/press/Gandi_LogoGuidelines_EN.pdf |

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

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Gandi" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="url(#a)"/><defs><linearGradient id="a" x1="72" y1="512" x2="433" y2="12" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3daca3"/><stop offset="1" stop-color="#13526b"/></linearGradient></defs><path fill="#fff" d="M255 66a54 54 0 1054 54 54 54 0 00-54-54zm0 71a17 17 0 1117-17 17 17 0 01-17 17z"/><path fill="#fff" d="M145 155c13-13 27-5 34 1s26 43 76 43 64-28 80-44c10-11 24-8 33 1s6 25 0 33c-36 49-97 69-116 82-29 20-49 40-49 69 0 24 17 60 53 60s52-25 52-37c0-15-10-19-13-19-15 0-15 18-34 18-15 0-22-12-22-24 0-18 27-42 55-42 38 0 62 27 62 64 0 42-39 88-99 88-65 0-102-61-102-106s21-78 56-101c-26-10-51-27-71-58-2-2-9-16 5-28z"/></svg>

After

Width:  |  Height:  |  Size: 788 B