loading.svg 481 B

12345
  1. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50" height="50" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
  2. <circle cx="50" cy="50" fill="none" stroke="#fe3e94" stroke-width="10" r="35" stroke-dasharray="164.93361431346415 56.97787143782138">
  3. <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform>
  4. </circle>
  5. </svg>