Skip to content

Instantly share code, notes, and snippets.

@KyleMit
Last active August 29, 2015 14:11
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 KyleMit/cecfb57d641ad9be755e to your computer and use it in GitHub Desktop.
Save KyleMit/cecfb57d641ad9be755e to your computer and use it in GitHub Desktop.
Snowflake.svg
Display the source blob
Display the rendered blob
Raw
<svg width="14" height="14" viewBox="0 0 100 100"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<def>
<g fill="#888888" id="branch">
<rect x="47" y="5" width="6" height="45" />
<rect x="47" y="10" width="6" height="20" transform="translate(-7)rotate(-45, 50, 20)"/>
<rect x="47" y="10" width="6" height="20" transform="translate( 7)rotate( 45, 50, 20)"/>
</g>
</def>
<use xlink:href="#branch" transform="rotate(0, 50, 50)" />
<use xlink:href="#branch" transform="rotate(60, 50, 50)" />
<use xlink:href="#branch" transform="rotate(120, 50, 50)" />
<use xlink:href="#branch" transform="rotate(180, 50, 50)" />
<use xlink:href="#branch" transform="rotate(240, 50, 50)" />
<use xlink:href="#branch" transform="rotate(300, 50, 50)" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment