Spin The Wheel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spin The Wheel icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/333190.svg" alt="Spin The Wheel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333190.svg" alt="Spin The Wheel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333190.svg" alt="Spin The Wheel icon" :width="24" :height="24" />
CSS background
.icon-spin-the-wheel {
background-image: url('https://proicons.com/icon/333190.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M19.653,15.016c1.355-.6563,2.8414-.9962,4.347-.994,5.51,0,9.977,4.467,9.977,9.977s-4.467,9.977-9.977,9.977-9.977-4.467-9.977-9.977c0-1.68.415-3.263,1.148-4.652l-1.451-5.82,5.933,1.489Z"/><line class="b" x1="42.5" y1="38.099" x2="31.916" y2="30.069"/><line class="b" x1="14.563" y1="16.902" x2="5.5" y2="10.026"/><line class="b" x1="42.5" y1="21.497" x2="33.889" y2="22.678"/><line class="b" x1="14.12" y1="25.39" x2="5.5" y2="26.572"/><line class="b" x1="38.027" y1="5.5" x2="30.024" y2="16.047"/><line class="b" x1="17.963" y1="31.943" x2="9.953" y2="42.5"/><line class="b" x1="21.416" y1="5.5" x2="22.599" y2="14.124"/><line class="b" x1="25.31" y1="33.887" x2="26.491" y2="42.499"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!