Skip to content

Instantly share code, notes, and snippets.

@mcroydon
Created May 14, 2009 21:41
Show Gist options
  • Save mcroydon/111939 to your computer and use it in GitHub Desktop.
Save mcroydon/111939 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" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100" viewBox="0 0 100 100">
<defs>
<g id="node" stroke="none">
<circle r="18" fill="#149"></circle>
<path d="M-14,7a16,16,0,0,1,22-21a15,15,0,0,0-14,2a3,3,0,1,1-5,5a15,15,0,0,0-3,14" fill="#fff"></path>
</g>
<path d="M-14-6a44,62,0,0,0,28,0l0,12a44,62,0,0,0-28,0z" fill="#149" id="arc"></path>
</defs>
<use xlink:href="#arc" transform="translate(76,50) rotate(90)"></use>
<use xlink:href="#arc" transform="translate(50,35) rotate(-30)"></use>
<use xlink:href="#arc" transform="translate(50,65) rotate(30)"></use>
<use xlink:href="#node" transform="translate(24,50)"></use>
<use xlink:href="#node" transform="translate(76,80)"></use>
<use xlink:href="#node" transform="translate(76,20)"></use>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment