Skip to content

Instantly share code, notes, and snippets.

@luixxiul
Created December 13, 2015 12:33
Show Gist options
  • Save luixxiul/1013eb2c8b02539b544a to your computer and use it in GitHub Desktop.
Save luixxiul/1013eb2c8b02539b544a to your computer and use it in GitHub Desktop.
Original SVG
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="196" height="196">
<circle cx="98" cy="98" r="98" fill="#808080"/>
<circle cx="98" cy="98" r="78" fill="#fff"/>
<circle cx="98" cy="98" r="55" fill="#808080"/>
<circle cx="98" cy="98" r="30" fill="#fff"/>
<rect width="31" height="25" x="123" y="85" fill="#fff"/>
<rect width="20.5" height="100" transform="matrix(1,1,-1,1,137.75,37.75)" fill="#fff"/>
<rect width="17.5" height="120" transform="matrix(1,1,-1,1,149.25,29.25)" fill="#808080"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment