Adds WHATWG icon (#492)

This commit is contained in:
Brian Tremblay
2020-11-17 14:52:23 -08:00
committed by GitHub
parent 6dd17e8251
commit 8313e8e5ed
4 changed files with 13 additions and 0 deletions

View File

@@ -263,3 +263,4 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/jacobin.svg" width="256" /> | <img src="/images/reference/jacobin.svg" width="256" /> | https://www.jacobinmag.com/contact |
| <img src="/images/svg/thisamericanlife.svg" width="256" /> | <img src="/images/reference/thisamericanlife.png" width="256" /> | https://www.npr.org/about-npr/179876898/terms-of-use |
| <img src="/images/svg/cplusplus.svg" width="256" /> | <img src="/images/reference/cplusplus.svg" width="256" /> | https://isocpp.org/home/terms-of-use |
| <img src="/images/svg/whatwg.svg" width="256" /> | <img src="/images/reference/whatwg.svg" width="256" /> | https://whatwg.org/ipr-policy |

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="45" fill="#fff" stroke="#3c790a" stroke-width="10"/>
<path d="m38,38c0-12,24-15,23-2c0,9-16,13-16,23v7h10v-4c0-9,17-12,17-27c-2-22-45-22-45,3zm7,32h10v10h-10" fill="#3c790a"/>
</svg>

After

Width:  |  Height:  |  Size: 274 B