Last active
January 7, 2019 04:32
-
-
Save amitkeret/0c1891fc82c30af97a9f217beeff5e20 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 xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1"> | |
<rect style="opacity:0.2" x="10" y="45" width="44" height="16" rx="4" ry="4"/> | |
<rect style="fill:#e4e4e4" x="10" y="4" width="44" height="56" rx="4" ry="4"/> | |
<path style="opacity:0.5" d="m 18,26 a 14,14 0 1 1 14,14 l -14,0 m 6,-14 a 8,8 0 1 0 16,0 a 8,8 0 1 0 -16,0 z"/> | |
<path style="opacity:0.1;fill:#ffffff" d="M 14 4 C 11.784 4 10 5.784 10 8 L 10 9 C 10 6.784 11.784 5 14 5 L 50 5 C 52.216 5 54 6.784 54 9 L 54 8 C 54 5.784 52.216 4 50 4 L 14 4 z"/> | |
<path style="opacity:0.2" d="m 35.5,57 a 16,16 0 1 1 25,0 z"/> | |
<path style="fill:#30a14b;fill-rule:evenodd" d="m 35.5,56 a 16,16 0 1 1 25,0 z"/> | |
<g fill="#ffffff" transform="rotate(-45 49 48.5)"> | |
<path transform="rotate(45 49 33.5)" d="m 49,33.5 l 6,0.5 -5.5,5.5 z"/> | |
<rect x="47.5" y="37" width="3" height="10"/> | |
<circle cx="49" cy="48.5" r="2.75"/> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment