Created
May 13, 2015 09:33
-
-
Save adikahorvath/3e0c50ef4114aa162b56 to your computer and use it in GitHub Desktop.
SVG loader
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="32" height="32" viewBox="0 0 39 39" xmlns="http://www.w3.org/2000/svg" stroke="#333"> | |
<g fill="none" fill-rule="evenodd"> | |
<g transform="translate(1 1)" stroke-width="3"> | |
<circle stroke-opacity=".3" cx="18" cy="18" r="18"/> | |
<path d="M36 18c0-9.94-8.06-18-18-18"> | |
<animateTransform | |
attributeName="transform" | |
type="rotate" | |
from="0 18 18" | |
to="360 18 18" | |
dur="1s" | |
repeatCount="indefinite"/> | |
</path> | |
</g> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment