spinning-circles.svg 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
  2. <svg width="58" height="58" viewBox="0 0 58 58" xmlns="http://www.w3.org/2000/svg">
  3. <g fill="none" fill-rule="evenodd">
  4. <g transform="translate(2 1)" stroke="#000" stroke-width="1.5">
  5. <circle cx="42.601" cy="11.462" r="5" fill-opacity="1" fill="#000">
  6. <animate attributeName="fill-opacity"
  7. begin="0s" dur="1.3s"
  8. values="1;0;0;0;0;0;0;0" calcMode="linear"
  9. repeatCount="indefinite" />
  10. </circle>
  11. <circle cx="49.063" cy="27.063" r="5" fill-opacity="0" fill="#000">
  12. <animate attributeName="fill-opacity"
  13. begin="0s" dur="1.3s"
  14. values="0;1;0;0;0;0;0;0" calcMode="linear"
  15. repeatCount="indefinite" />
  16. </circle>
  17. <circle cx="42.601" cy="42.663" r="5" fill-opacity="0" fill="#000">
  18. <animate attributeName="fill-opacity"
  19. begin="0s" dur="1.3s"
  20. values="0;0;1;0;0;0;0;0" calcMode="linear"
  21. repeatCount="indefinite" />
  22. </circle>
  23. <circle cx="27" cy="49.125" r="5" fill-opacity="0" fill="#000">
  24. <animate attributeName="fill-opacity"
  25. begin="0s" dur="1.3s"
  26. values="0;0;0;1;0;0;0;0" calcMode="linear"
  27. repeatCount="indefinite" />
  28. </circle>
  29. <circle cx="11.399" cy="42.663" r="5" fill-opacity="0" fill="#000">
  30. <animate attributeName="fill-opacity"
  31. begin="0s" dur="1.3s"
  32. values="0;0;0;0;1;0;0;0" calcMode="linear"
  33. repeatCount="indefinite" />
  34. </circle>
  35. <circle cx="4.938" cy="27.063" r="5" fill-opacity="0" fill="#000">
  36. <animate attributeName="fill-opacity"
  37. begin="0s" dur="1.3s"
  38. values="0;0;0;0;0;1;0;0" calcMode="linear"
  39. repeatCount="indefinite" />
  40. </circle>
  41. <circle cx="11.399" cy="11.462" r="5" fill-opacity="0" fill="#000">
  42. <animate attributeName="fill-opacity"
  43. begin="0s" dur="1.3s"
  44. values="0;0;0;0;0;0;1;0" calcMode="linear"
  45. repeatCount="indefinite" />
  46. </circle>
  47. <circle cx="27" cy="5" r="5" fill-opacity="0" fill="#000">
  48. <animate attributeName="fill-opacity"
  49. begin="0s" dur="1.3s"
  50. values="0;0;0;0;0;0;0;1" calcMode="linear"
  51. repeatCount="indefinite" />
  52. </circle>
  53. </g>
  54. </g>
  55. </svg>