Skip to content

Instantly share code, notes, and snippets.

@getflourish
Last active August 29, 2015 14:27
Show Gist options
  • Save getflourish/aa157fb6cf8071379992 to your computer and use it in GitHub Desktop.
Save getflourish/aa157fb6cf8071379992 to your computer and use it in GitHub Desktop.
SVG, optimized with SVGO
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g fill="none" stroke="#566483" stroke-width="2">
<circle cx="12" cy="12" r="12"/>
<path d="M6 12h12M12 6v12" stroke-linecap="square"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment