Skip to content

Instantly share code, notes, and snippets.

@dingledow
Created December 8, 2014 15:33
Show Gist options
  • Save dingledow/70f46ccb9fdfb9e9b497 to your computer and use it in GitHub Desktop.
Save dingledow/70f46ccb9fdfb9e9b497 to your computer and use it in GitHub Desktop.
Spinner Legacy
<svg class="spinner-legacy" width="40px" height="40px" viewBox="0 0 40 40">
<path fill="none" stroke="#808284" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
M20,2C10.059,2,2,10.059,2,20s8.059,18,18,18s18-8.059,18-18c0-4.971-2.015-9.471-5.272-12.728" cx="20" cy="20" r="20"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment