Spin De Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spin De 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/347747.svg" alt="Spin De icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347747.svg" alt="Spin De icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347747.svg" alt="Spin De icon" :width="24" :height="24" />
CSS background
.icon-spin-de {
background-image: url('https://proicons.com/icon/347747.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="c" cx="28.327" cy="15.872" r=".75"/><line class="b" x1="28.327" y1="19.73" x2="28.327" y2="28.076"/><path class="b" d="M10.193,27.372c.5674.4828,1.1798.7042,2.5555.7042h.6971c1.1344,0,2.054-.9341,2.054-2.0865s-.9196-2.0865-2.054-2.0865h-1.3942c-1.1344,0-2.054-.9341-2.054-2.0865s.9196-2.0865,2.054-2.0865h.6971c1.3756,0,1.9882.2212,2.5555.7042"/><path class="b" d="M38.003,28.076v-5.1965c0-1.7394-1.3911-3.1494-3.1072-3.1494s-3.1072,1.41-3.1072,3.1494"/><line class="b" x1="31.788" y1="28.076" x2="31.788" y2="19.73"/><path class="b" d="M18.651,24.927c0,1.7394,1.3911,3.1494,3.1072,3.1494s3.1072-1.41,3.1072-3.1494v-2.0471c0-1.7394-1.3911-3.1494-3.1072-3.1494s-3.1072,1.41-3.1072,3.1494"/><line class="b" x1="18.651" y1="19.73" x2="18.651" y2="32.328"/></svg>
Copied!