forked from edent/SuperTinyIcons
- Added the Microsoft Logo - Updated README.md - Added PNG to Reference - Updated index.md
This commit is contained in:
@@ -236,6 +236,7 @@ Say thanks!
|
||||
<td>HP<br><img src="images/svg/hp.svg" width="125" title="HP"/><br>500 Bytes</td>
|
||||
<td>RedHat<br><img src="images/svg/redhat.svg" width="125" title="RedHat"/><br>566 Bytes</td>
|
||||
<td>Git<br><img src="images/svg/git.svg" width="125" title="git"/><br>482 Bytes</td>
|
||||
<td>Microsoft<br><img src="images/svg/microsoft.svg" width="125" title="Microsoft"/><br>435 Bytes</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@@ -179,4 +179,5 @@ Where possible this links to the organisation's brand guidelines page.
|
||||
| <img src="/images/svg/javascript.svg" width="256" /> | <img src="/images/reference/javascript.png" width="256" /> | https://commons.wikimedia.org/wiki/File:Unofficial_JavaScript_logo_2.svg |
|
||||
| <img src="/images/svg/google_drive.svg" width="256" /> | <img src="/images/reference/google_drive.jpg" width="256" /> | https://developers.google.com/drive/api/v2/branding |
|
||||
| <img src="/images/svg/ansible.svg" width="256" /> | <img src="/images/reference/ansible.svg" width="256" /> | https://www.ansible.com/logos |
|
||||
| <img src="/images/svg/sentry.svg" width="256"/> | <img src="/images/reference/sentry.svg" width="256" /> | https://sentry.io/branding/ |
|
||||
| <img src="/images/svg/sentry.svg" width="256"/> | <img src="/images/reference/sentry.svg" width="256" /> | https://sentry.io/branding/ |
|
||||
| <img src="/images/svg/microsoft.svg" width="256"/> | <img src="/images/svg/reference/microsoft.png" width="256" | https://news.microsoft.com/mssurfacehub_logo_stacked_c-white_rgb/ |
|
||||
|
BIN
images/reference/microsoft.png
Normal file
BIN
images/reference/microsoft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 435 B |
21
images/svg/microsoft.svg
Normal file
21
images/svg/microsoft.svg
Normal file
@@ -0,0 +1,21 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
aria-label="Microsoft" role="img"
|
||||
viewBox="0 0 512 512">
|
||||
<rect
|
||||
width="512" height="512"
|
||||
rx="15%"
|
||||
fill="#fff"/>
|
||||
<rect
|
||||
x="75" y ="75" width="171" height="171"
|
||||
fill="#f25022"/>
|
||||
<rect
|
||||
x="266" y ="75" width="171" height="171"
|
||||
fill="#7fba00"/>
|
||||
<rect
|
||||
x="75" y ="266" width="171" height="171"
|
||||
fill="#00a4ef"/>
|
||||
<rect
|
||||
x="266" y ="266" width="171" height="171"
|
||||
fill="#ffb900"/>
|
||||
</svg>
|
After Width: | Height: | Size: 414 B |
Reference in New Issue
Block a user