Created
September 19, 2014 07:21
-
-
Save fuddl/486cd5f3c8197b14a85e to your computer and use it in GitHub Desktop.
a simple globe icon
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 xmlns="http://www.w3.org/2000/svg" width="100" height="100"> | |
<g stroke="#000" fill="none"> | |
<circle cx="50" cy="50" r="45" stroke-width="10" /> | |
<path d="M50.5 95.5c-15.41 0-27.9-20.147-27.9-45s12.49-45 27.9-45c15.41 0 27.9 20.147 27.9 45s-12.49 45-27.9 45zM50.5 5.5v90M5.5 50.5h90M85.805 22.66C75.787 30.507 62.94 32.91 50.5 33.3c-12.524-.07-25.194-3.043-35.305-10.64M15.195 78.3C25.213 70.454 38.06 68.05 50.5 67.66c12.524.07 25.194 3.043 35.305 10.64" stroke-width="5"/> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment