Evil Spin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Evil Spin 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/340158.svg" alt="Evil Spin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340158.svg" alt="Evil Spin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340158.svg" alt="Evil Spin icon" :width="24" :height="24" />
CSS background
.icon-evil-spin {
background-image: url('https://proicons.com/icon/340158.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="23.5" cy="22" r="7.5"/><path class="d" d="M26.0986,14.5h-5.1972l2.5986-4.501,2.5986,4.501Z"/><path class="d" d="M22.5,29.5l-1.5,13.5M26.5,29l5.5,12.5M29.5,26.5l11,8.5M31,22h14M18.5,28l-8,10.5M16,24.5l-13,4M16,19.5L3,15.5M19,16L10.5,5"/></svg>
Copied!