Last active
September 29, 2017 19:18
-
-
Save brito/7b2eb4db16b66b65078146ba4fa22098 to your computer and use it in GitHub Desktop.
|\//\|
This file contains hidden or 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:100vh; display:block; margin:auto } | |
path { fill:hsla(338,56%,67%,1) } |
This file contains hidden or 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 viewBox="-64 -64 128 128"> | |
<g id=IV> | |
<path d="m-32 0 0 -32 8 0 0 32"/> | |
<path d="m-5 0 -16 -32 32 0"/> | |
<path d="m6.6 -13.5 0 -5 5 0"/> | |
</g> | |
<use href="#IV" transform="translate(-32) rotate(180 25 -16)"/> | |
</svg> |
This file contains hidden or 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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment