First pass at Google Chrome

This commit is contained in:
Terence Eden
2019-05-08 19:24:56 +01:00
parent 04cf1cf861
commit 95a0b0b797
4 changed files with 14 additions and 2 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -146,3 +146,4 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/go.svg" width="256" /> | <img src="/images/reference/Go-Logo_Blue.svg" width="256" /> | https://blog.golang.org/go-brand |
| <img src="/images/svg/mailchimp.svg" width="256" /> | <img src="/images/reference/Mailchimp_v1.svg" width="256" /> | https://mailchimp.com/about/brand-assets/ |
| <img src="/images/svg/yelp.svg" width="256" /> | <img src="/images/reference/Yelp_burst_positive_RGB.png" width="256" /> | https://www.yelp.co.uk/brand |
| <img src="/images/svg/chrome.svg" width="256" /> | <img src="/images/reference/chrome.svg" width="256" /> | https://www.google.com/chrome/static/images/chrome-logo.svg |

3
images/svg/chrome.svg Normal file
View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Chrome" role="img"
viewBox="0 0 512 512"><clipPath id="c"><circle cx="256" cy="256" r="256"/></clipPath><g clip-path="url(#c)"><path d="M41 0v314h114l101-174h256V0z" fill="#db4437"/><path d="M0 512h244l113-113v-85H155L0 48z" fill="#0f9d58"/><path d="M256 140l101 174-113 198h268V140z" fill="#ffcd40"/><circle cx="256" cy="256" r="117" fill="#f1f1f1"/><circle cx="256" cy="256" r="93" fill="#4285f4"/></g></svg>

After

Width:  |  Height:  |  Size: 463 B