Skip to content

Instantly share code, notes, and snippets.

@getflourish
Last active August 29, 2015 14:27
Show Gist options
  • Save getflourish/d7258ce5359a2a267a82 to your computer and use it in GitHub Desktop.
Save getflourish/d7258ce5359a2a267a82 to your computer and use it in GitHub Desktop.
SVG, 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">
<circle stroke="#566483" stroke-width="2" cx="12" cy="12" r="12"></circle>
<path d="M6,12 L18,12" stroke="#566483" stroke-width="2" stroke-linecap="square"></path>
<path d="M12,6 L12,18" stroke="#566483" stroke-width="2" stroke-linecap="square"></path>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment