Skip to content

Instantly share code, notes, and snippets.

@Holger-Will
Created November 18, 2019 08:05
Show Gist options
  • Save Holger-Will/81e9dc840792ce6ba286363bae0426fd to your computer and use it in GitHub Desktop.
Save Holger-Will/81e9dc840792ce6ba286363bae0426fd to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg">
<svg id="symbol1" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="50" fill="green"/>
</svg>
<svg id="symbol2" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="50" fill="blue"/>
</svg>
<svg id="symbol3" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="50" fill="red"/>
</svg>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment