Added Olympic Rings at 678 bytes (#580)

* resized and adapted olympic rings from wikipedia

* added olympics.svg entry to the README

* added olympic rings reference
This commit is contained in:
Zach Frohardt
2021-08-07 20:57:39 -07:00
committed by GitHub
parent f86d9a3e61
commit 327222cbc7
3 changed files with 26 additions and 0 deletions

View File

@@ -500,6 +500,7 @@ Say thanks!
<tr>
<td>Jacobin<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/jacobin.svg" width="125" title="Jacobin Magazine"/><br>241 Bytes</td>
<td>Keskonfai.fr<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/keskonfai.svg" width="125" title="Keskonfai"/><br>700 Bytes</td>
<td>Olympic Rings<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/olympics.svg" width="125" title="Olympic Rings"/><br>678 Bytes</td>
</tr>
</table>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" height="158" width="342">
<g stroke-width="9.5" stroke="#000" fill="none">
<circle cx="54" cy="54" r="49.25" stroke="#0081c8"/>
<circle cx="171" cy="54" r="49.25"/>
<circle cx="288" cy="54" r="49.25" stroke="#ee334e"/>
<circle cx="112.5" cy="104" r="49.25" stroke="#fcb131"/>
<circle cx="229.5" cy="104" r="49.25" stroke="#00a651"/>
<path d="M93.4,24.45A49.25,49.25 0 0 1 93.4,83.55" stroke="#0081c8"/>
<path d="M210.4,24.45A49.25,49.25 0 0 1 210.4,83.55M171,103.25A49.25,49.25 0 0 1 141.45,93.4"/>
<path d="M288,103.25A49.25,49.25 0 0 1 258.45,93.4" stroke="#ee334e"/></g></svg>

After

Width:  |  Height:  |  Size: 641 B

14
images/svg/olympics.svg Normal file
View File

@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Olympic Rings" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><g stroke-width="11.4" stroke="#000" fill="none"><circle
cx="115.6" cy="226" r="59.1" stroke="#0081c8"/><circle
cx="256" cy="226" r="59.1"/><circle
cx="396.4" cy="226" r="59.1" stroke="#ee334e"/><circle
cx="185.8" cy="286" r="59.1" stroke="#fcb131"/><circle
cx="326.2" cy="286" r="59.1" stroke="#00a651"/><path
d="m162.9 190.5a59.1 59.1 90 010 70.9" stroke="#0081c8"/><path
d="m303.3 190.5a59.1 59.1 90 010 71M256 285.1a59.1 59.1 90 01-35.5-11.8"/><path
d="m396.4 285.1a59.1 59.1 90 01-35.5-11.8" stroke="#ee334e"/></g></svg>

After

Width:  |  Height:  |  Size: 678 B