Skip to content

Instantly share code, notes, and snippets.

@lukewestby
Last active February 8, 2019 17:19
Show Gist options
  • Save lukewestby/a288b53fdab5e3cfe1b5210e2d202d19 to your computer and use it in GitHub Desktop.
Save lukewestby/a288b53fdab5e3cfe1b5210e2d202d19 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg">
<style>
.circle {
fill: var(--icon-fill, black);
}
</style>
<circle id="icon" class="circle" cx="5" cy="5" r="4"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment