reload-stop-go.svg (1825B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <svg xmlns="http://www.w3.org/2000/svg" 3 xmlns:xlink="http://www.w3.org/1999/xlink" 4 x="0" 5 y="0" 6 width="14" 7 height="14" 8 viewBox="0 0 14 14" 9 shape-rendering="geometricPrecision"> 10 <style> 11 use:not(:target) { 12 display: none; 13 } 14 use { 15 fill: none; 16 stroke: #fff; 17 stroke-width: 1; 18 } 19 use[id$="normal"] { 20 opacity: 0.6; 21 } 22 use[id="reload-active"] { 23 stroke: #128ED3; 24 } 25 use[id="stop-active"] { 26 stroke: #C62323; 27 } 28 use[id="go-active"] { 29 stroke: #469046; 30 } 31 </style> 32 <defs style="display: none;"> 33 <g id="reload-shape"> 34 <path d="M 6,8 m 4.537,0 a 4.537,4.537 0 1,1 -4.537,-4.537 35 l 2.5,0 m -2.5,-2.5 l 2.65,2.5 l -2.65,2.5" stroke-width="1.027"/> 36 </g> 37 <g id="stop-shape"> 38 <line x1="3" y1="3" x2="11" y2="11"/> 39 <line x1="3" y1="11" x2="11" y2="3"/> 40 </g> 41 <g id="go-shape0"> 42 <path d="M 2,7.5 l 10,0 m -5,-5 l 5,5 l -5,5" fill="none"/> 43 </g> 44 <g id="go-shape"> 45 <path d="M 2,7.5 l 9.2,0 m -4.2,-4.5 l 4.5,4.5 l -4.5,4.5" fill="none"/> 46 </g> 47 </defs> 48 <use id="reload" xlink:href="#reload-shape"/> 49 <use id="reload-normal" xlink:href="#reload-shape"/> 50 <use id="reload-hover" xlink:href="#reload-shape"/> 51 <use id="reload-active" xlink:href="#reload-shape"/> 52 <use id="stop" xlink:href="#stop-shape"/> 53 <use id="stop-normal" xlink:href="#stop-shape"/> 54 <use id="stop-hover" xlink:href="#stop-shape"/> 55 <use id="stop-active" xlink:href="#stop-shape"/> 56 <use id="go" xlink:href="#go-shape"/> 57 <use id="go-normal" xlink:href="#go-shape"/> 58 <use id="go-hover" xlink:href="#go-shape"/> 59 <use id="go-active" xlink:href="#go-shape"/> 60 </svg>