Skip to content

Instantly share code, notes, and snippets.

@dennishall1
Last active August 29, 2015 14:27
Show Gist options
  • Save dennishall1/ec4bbf5dae612d2bc7c1 to your computer and use it in GitHub Desktop.
Save dennishall1/ec4bbf5dae612d2bc7c1 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="48" height="48">
<symbol id="plus" viewBox="0 0 100 100">
<g><polygon points="40,10 60,10 60,40 90,40 90,60 60,60 60,90 40,90 40,60 10,60 10,40 40,40"/></g>
</symbol>
<g id="circled-plus" viewBox="0 0 48 48">
<g>
<circle cx="50%" cy="50%" r="50%" fill="white"/>
<path d="M26 14h-4v8h-8v4h8v8h4v-8h8v-4h-8v-8zm-2-10c-11.05 0-20 8.95-20 20s8.95 20 20 20 20-8.95 20-20-8.95-20-20-20zm0 36c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16z"/>
</g>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment