Terence Eden on Nostr: Drawing the #Threads logo in 371 bytes using #SVG. ``` <svg ...
Drawing the #Threads logo in 371 bytes using #SVG.
```
<svg xmlns="http://www.w3.org/2000/svg";
aria-label="Threads" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"/><path stroke="#fff" stroke-width="34.5" d="m200.7 200c12.3-18 33.3-32 66.3-29s63 22 61.2 86-29.2 86-67.3 87.4-61-21.5-61.6-45.8 15.2-53.7 79.2-52.6 110.7 30.5 113.7 84-46 108.5-133.2 108-156-50-156.5-179S173 79 256 79s134 41 153.2 111.3"/></svg>
```
Think you can get it smaller? Have a go at:
https://github.com/edent/SuperTinyIcons/pull/748
```
<svg xmlns="http://www.w3.org/2000/svg";
aria-label="Threads" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"/><path stroke="#fff" stroke-width="34.5" d="m200.7 200c12.3-18 33.3-32 66.3-29s63 22 61.2 86-29.2 86-67.3 87.4-61-21.5-61.6-45.8 15.2-53.7 79.2-52.6 110.7 30.5 113.7 84-46 108.5-133.2 108-156-50-156.5-179S173 79 256 79s134 41 153.2 111.3"/></svg>
```
Think you can get it smaller? Have a go at:
https://github.com/edent/SuperTinyIcons/pull/748