Add Venmo and Square Cash App icons (#208)

* add Venmo and Square Cash App icons

* proper `aria-label` 😅
This commit is contained in:
Jessica Paoli
2019-05-27 06:37:39 -04:00
committed by Terence Eden
parent 43cb53b6ad
commit 687f2651fa
6 changed files with 21 additions and 0 deletions

View File

@@ -242,6 +242,8 @@ Say thanks!
</tr>
<tr>
<td>Patreon<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/patreon.svg" width="125" title="Patreon" /><br>250 Bytes</td>
<td>Venmo<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/venmo.svg" width="125" title="Venmo" /><br>346 Bytes</td>
<td>Cash App<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/square-cash.svg" width="125" title="Square Cash App" /><br>788 Bytes</td>
</tr>
</table>

View File

@@ -151,3 +151,5 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/opera.svg" width="256" /> | <img src="/images/reference/opera.png" width="256" /> | https://brand.opera.com/ |
| <img src="/images/svg/firefox.svg" width="256" /> | <img src="/images/reference/firefox.svg" width="256" /> | https://design.firefox.com/photon/visuals/product-identity-assets.html |
| <img src="/images/svg/raspberry_pi.svg" width="256" /> | <img src="/images/reference/RPi-Logo-SCREEN.png" width="256" /> | https://www.raspberrypi.org/trademark-rules/ |
| <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 |

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 516 516"><defs><style>.a{fill:#3396cd;}.b{fill:#fff;}</style></defs><title>venmo-icon</title><rect class="a" width="516" height="516" rx="61" ry="61"/><path class="b" d="M385.16,105c11.1,18.3,16.08,37.17,16.08,61,0,76-64.87,174.7-117.52,244H163.49L115.28,121.65l105.31-10L246.2,316.82C270,278,299.43,217,299.43,175.44c0-22.77-3.9-38.25-10-51Z"/></svg>

After

Width:  |  Height:  |  Size: 404 B

View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Cash App" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#00d632"/>
<path d="m339.5 190.1c4 4 10.7 4 14.4 0l20-20.8c4.2-4 4-11.2-.5-15.6-15.7-13.7-34.1-24.2-53.9-30.8l6.3-30.5c1.4-6.7-3.6-12.9-10.3-12.9h-38.8c-5 .1-9.3 3.6-10.3 8.5l-5.6 27.1c-51.6 2.6-95.4 28.9-95.4 82.6 0 46.5 36.2 66.4 74.4 80.2 36.2 13.8 55.3 18.9 55.3 38.3 0 20-19.1 31.7-47.3 31.7-25.7 0-52.6-8.6-73.4-29.5-4.1-4.1-10.7-4.1-14.7 0l-21.5 21.6c-4.2 4.3-4.2 11.1 0 15.4 16.8 16.6 38.2 28.6 62.5 35.3l-5.9 28.6c-1.4 6.7 3.5 12.8 10.2 12.9l38.9.3c5.1 0 9.4-3.5 10.4-8.5l5.6-27.2c62.1-4.2 99.9-38.4 99.9-88.3 0-46-37.7-65.4-83.4-81.2-26.1-9.7-48.7-16.4-48.7-36.3 0-19.4 21.1-27.1 42.2-27.1 26.9 0 52.8 11.1 69.7 26.4z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 791 B

8
images/svg/venmo.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Venmo" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#3396cd"/>
<path d="m381.4 105.3c11 18.1 15.9 36.7 15.9 60.3 0 75.1-64.1 172.7-116.2 241.2h-118.8l-47.6-285 104.1-9.9 25.3 202.8c23.5-38.4 52.6-98.7 52.6-139.7 0-22.5-3.9-37.8-9.9-50.4z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 346 B