<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="cursor:wait;overflow:hidden;-webkit-animation:svg-spinner-animation 1s linear infinite;animation:svg-spinner-animation 1s linear infinite;transform-origin:center;" viewBox="0 0 50 50">
    <style type="text/css">
      @-webkit-keyframes svg-spinner-animation{100%{-webkit-transform:rotate(360deg);}}@keyframes svg-spinner-animation{100%{transform:rotate(360deg);}}
    </style>
    <g>
      <path d="M42.7,7.3L40,10c3.8,3.8,6.2,9.1,6.2,15c0,11.7-9.5,21.1-21.1,21.1C13.3,46.1,3.9,36.7,3.9,25H0c0,13.8,11.2,25,25,25c13.8,0,25-11.2,25-25C50,18.1,47.2,11.9,42.7,7.3z" style="fill:rgb(97, 101, 112);"/>
    </g>
    
    <g>
      <defs>
        <path id="svg-spinner-circle" d="M25,50C11.2,50,0,38.8,0,25C0,11.2,11.2,0,25,0c13.8,0,25,11.2,25,25C50,38.8,38.8,50,25,50z M25,3.9C13.3,3.9,3.9,13.3,3.9,25c0,11.7,9.5,21.1,21.1,21.1S46.1,36.7,46.1,25C46.1,13.3,36.7,3.9,25,3.9z"/>
      </defs>
      <clipPath id="svg-spinner-clippath">
        <use style="overflow:visible;" xlink:href="#svg-spinner-circle"/>
      </clipPath>
      <linearGradient id="svg-spinner-gradient" x1="0" x2="50" y1="12.4998" y2="12.4998" gradientUnits="userSpaceOnUse">
        <stop offset="0" style="stop-color:rgb(97, 101, 112);stop-opacity:0"/>
        <stop offset="0.15" style="stop-color:rgb(97, 101, 112);stop-opacity:0.04"/>
        <stop offset="0.3" style="stop-color:rgb(97, 101, 112);stop-opacity:0.16"/>
        <stop offset="0.45" style="stop-color:rgb(97, 101, 112);stop-opacity:0.36"/>
        <stop offset="0.61" style="stop-color:rgb(97, 101, 112);stop-opacity:0.64"/>
        <stop offset="0.76" style="stop-color:rgb(97, 101, 112)"/>
      </linearGradient>
      <polygon points="25,25 0,25 0,0 50,0" style="clip-path:url(#svg-spinner-clippath);fill:url(#svg-spinner-gradient);"/>
    </g>
  </svg>