Add Safari logo

This commit is contained in:
Jude Gibbons
2019-06-01 11:18:07 +01:00
parent 0b989cf3fb
commit b7e321cbea
4 changed files with 248 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -154,3 +154,4 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/venmo.svg" width="256" /> | <img src="/images/reference/venmo-icon.svg" width="256" /> | https://venmo.com/about/brand |
| <img src="/images/svg/square-cash.svg" width="256" /> | <img src="/images/reference/square-cash-app-logo.jpg" width="256" /> | https://squareup.com/us/en/press |
| <img src="/images/svg/opencollective.svg" width="256" /> | <img src="/images/reference/opencollective.svg" width="256" /> | https://opencollective.com/static/images/opencollective-icon.svg |
| <img src="/images/svg/safari.svg" width="256" /> | <img src="/images/reference/Safari_browser_logo.svg" width="256" /> | https://www.apple.com/uk/safari/ |

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

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:x="http://www.w3.org/1999/xlink"
aria-label="Safari" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><linearGradient id="e" x2="1" y2="1"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#bbb"/></linearGradient><radialGradient id="f" cx=".5" cy=".5" r=".6"><stop offset="0" stop-color="#0bd"/><stop offset="1" stop-color="#17d"/></radialGradient><g transform="scale(4) translate(64 64)"><circle r="55" fill="url(#e)"/><circle r="50" fill="url(#f)"/><g stroke="#eee" stroke-width="1.3" stroke-linecap="round"><g id="d"><g id="c"><g id="b"><path id="a" d="M0-47v9M0 38v9M43 0h4M-47 0h4"/><use x:href="#a" transform="rotate(12)"/></g><use x:href="#b" transform="rotate(24)"/></g><use x:href="#c" transform="rotate(48)"/></g><use x:href="#d" transform="rotate(96)"/></g><path d="M6 6l-12-12l-29 39" fill="#eee"/><path d="M6 6l-12-12l41-28" fill="#f55"/><path opacity=".3" d="M-35 33l7-5-3 5 37-27 28-35-4 2 4-6"/></g></svg>

After

Width:  |  Height:  |  Size: 1019 B