Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created May 13, 2015 09:33
Show Gist options
  • Save adikahorvath/3e0c50ef4114aa162b56 to your computer and use it in GitHub Desktop.
Save adikahorvath/3e0c50ef4114aa162b56 to your computer and use it in GitHub Desktop.
SVG loader
Display the source blob
Display the rendered blob
Raw
<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