Spotco Carrion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spotco Carrion 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/333211.svg" alt="Spotco Carrion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333211.svg" alt="Spotco Carrion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333211.svg" alt="Spotco Carrion icon" :width="24" :height="24" />
CSS background
.icon-spotco-carrion {
background-image: url('https://proicons.com/icon/333211.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m31.2868,24.7038c5.1863,0,9.3981,4.2118,9.3981,9.3981s-4.2118,9.3981-9.3981,9.3981c-5.1971,0-9.3981-4.2118-9.3981-9.3981s4.201-9.3981,9.3981-9.3981Z"/><path id="d" class="e" d="m23.4478,39.3748c-.6208.2454-1.2993.5233-2.0355.8337-8.9217-3.7571-14.0972-6.5722-14.0972-18.7962v-10.3293l14.0972-6.583,14.0972,6.583v10.3293c0,1.6746-.083,3.0533-.249,4.136"/><line class="e" x1="31.2868" y1="39.6019" x2="31.2868" y2="28.6019"/><line class="e" x1="25.7868" y1="34.1019" x2="36.7868" y2="34.1019"/></svg>
Copied!