SVG ☯️ with background in 233 bytes

1 post Page 1 of 1
Contributors
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Weave: https://mikethedj4.github.io/kodeWeave/ ... d10542dae3

Image
I saw this on Codepen and just had to share....
Code: Select all
<svg viewbox="-14 -7 28 14" xmlns="http://www.w3.org/2000/svg">
  <circle r="6"/>
  <path d="M0 6A6 6 0 0 1 0-6A3 3 0 0 1 0 0A3 3 0 0 0 0 6M0 2A1 1 0 0 1 0 4A1 1 0 0 1 0 2" fill="[url=http://codenstuff.com/forum/memberlist.php?mode=viewprofile&u=1716][b][color=#000000]fff[/color][/b][/url] />
  <circle r="1" cy="-3" />
</svg>
1 post Page 1 of 1
Return to “Tutorials”