smesh-loader.svg raw

   1  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
   2    <circle cx="90" cy="90" r="70" fill="none" stroke="var(--accent, #7c3aed)" stroke-width="6" stroke-linecap="round" stroke-dasharray="220 220" stroke-dashoffset="0">
   3      <animateTransform attributeName="transform" type="rotate" from="0 90 90" to="360 90 90" dur="1s" repeatCount="indefinite"/>
   4    </circle>
   5    <circle cx="90" cy="90" r="50" fill="none" stroke="var(--accent, #7c3aed)" stroke-width="4" stroke-linecap="round" stroke-dasharray="157 157" stroke-dashoffset="0" opacity="0.4">
   6      <animateTransform attributeName="transform" type="rotate" from="360 90 90" to="0 90 90" dur="1.5s" repeatCount="indefinite"/>
   7    </circle>
   8  </svg>
   9