Skip to content

Instantly share code, notes, and snippets.

@the-gigi
Last active September 2, 2021 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save the-gigi/ef432cde9e9a74e338367859ff6eb8a7 to your computer and use it in GitHub Desktop.
Save the-gigi/ef432cde9e9a74e338367859ff6eb8a7 to your computer and use it in GitHub Desktop.
<svg>
<g id="smiley">
...
</g>
<use x="80" y="0" xlink:href="#smiley" />
<use x="0" y="80" xlink:href="#smiley" />
<use x="80" y="80" xlink:href="#smiley" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment