spinner.svg 582 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" viewBox="132 132 264 264">
  3. <defs>
  4. <radialGradient id="g" cx="0%" cy="0%" r="60%">
  5. <stop offset=".8" style="stop-opacity:1" />
  6. <stop offset="1" style="stop-opacity:.5" />
  7. </radialGradient>
  8. </defs>
  9. <g>
  10. <path style="fill:url(#g)" d="M 264 132 A 132 132 0 0 0 132 264 A 132 132 0 0 0 264 396 A 132 132 0 0 0 396 264 A 132 132 0 0 0 264 132 z M 264 170 A 94 94 0 0 1 359 264 A 94 94 0 0 1 264 359 A 94 94 0 0 1 170 264 A 94 94 0 0 1 264 170 z " />
  11. </g>
  12. </svg>