loading.svg 642 B

12345678910111213141516
  1. <svg width="38" height="38" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#fff">
  2. <g fill="none" fill-rule="evenodd">
  3. <g transform="translate(1 1)" stroke-width="2">
  4. <circle stroke-opacity=".5" cx="18" cy="18" r="18"/>
  5. <path d="M36 18c0-9.94-8.06-18-18-18">
  6. <animateTransform
  7. attributeName="transform"
  8. type="rotate"
  9. from="0 18 18"
  10. to="360 18 18"
  11. dur="1s"
  12. repeatCount="indefinite"/>
  13. </path>
  14. </g>
  15. </g>
  16. </svg>