Skip to content

Instantly share code, notes, and snippets.

@getflourish
Last active August 29, 2015 14:27
Show Gist options
  • Save getflourish/7ed1586f581a1599a7d1 to your computer and use it in GitHub Desktop.
Save getflourish/7ed1586f581a1599a7d1 to your computer and use it in GitHub Desktop.
SVG with vectorized strokes, exported using a slice
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs></defs>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g fill="#566483">
<path d="M12,22 L12,22 C17.5228475,22 22,17.5228475 22,12 C22,6.4771525 17.5228475,2 12,2 C6.4771525,2 2,6.4771525 2,12 C2,17.5228475 6.4771525,22 12,22 L12,22 Z M12,24 L12,24 C5.372583,24 0,18.627417 0,12 C0,5.372583 5.372583,0 12,0 C18.627417,0 24,5.372583 24,12 C24,18.627417 18.627417,24 12,24 L12,24 Z"></path>
<path d="M6,13 L18,13 L19,13 L19,11 L18,11 L6,11 L5,11 L5,13 L6,13 L6,13 Z"></path>
<path d="M11,6 L11,18 L11,19 L13,19 L13,18 L13,6 L13,5 L11,5 L11,6 L11,6 Z"></path>
</g>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment