Skip to content

Instantly share code, notes, and snippets.

@nathangathright
Created March 30, 2024 20:28
Show Gist options
  • Save nathangathright/819c50b61ea9d7fe3d8a6c63980f6944 to your computer and use it in GitHub Desktop.
Save nathangathright/819c50b61ea9d7fe3d8a6c63980f6944 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
<g transform="rotate(45, 60, 60)">
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="9" >
<path d="M84.035,21.357c28.628,17.849,28.628,59.438,0,77.287"/>
<path d="M35.965,98.643c-28.628-17.849-28.628-59.438,0-77.287"/>
<circle cx="60" cy="60" r="20.5" />
</g>
<circle cx="60" cy="14.5" r="9" fill="currentColor"/>
<circle cx="60" cy="105.5" r="9" fill="currentColor"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment