loading.svg 601 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <svg
  3. xmlns="http://www.w3.org/2000/svg"
  4. xmlns:xlink="http://www.w3.org/1999/xlink"
  5. width="34px"
  6. height="34px"
  7. viewBox="0 0 100 100"
  8. preserveAspectRatio="xMidYMid"
  9. style="display:block;animation-play-state:paused"
  10. >
  11. <circle
  12. class="bytm-loading-spinner"
  13. cx="50"
  14. cy="50"
  15. fill="none"
  16. stroke="#ffffff"
  17. stroke-width="6"
  18. r="25"
  19. stroke-dasharray="117.80972450961724 41.269908169872416"
  20. transform="matrix(1,0,0,1,0,0)"
  21. style="animation-play-state:paused"
  22. ></circle><!-- generated by https://loading.io/ -->
  23. </svg>