Last active
August 29, 2015 14:11
-
-
Save KyleMit/cecfb57d641ad9be755e to your computer and use it in GitHub Desktop.
Snowflake.svg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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