Voltcraft Sem6000 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Voltcraft Sem6000 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/334872.svg" alt="Voltcraft Sem6000 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334872.svg" alt="Voltcraft Sem6000 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334872.svg" alt="Voltcraft Sem6000 icon" :width="24" :height="24" />
CSS background
.icon-voltcraft-sem6000 {
background-image: url('https://proicons.com/icon/334872.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M26.879,19.026c2.7476,1.59,3.6861,5.1064,2.096,7.854-1.59,2.7476-5.1064,3.6861-7.854,2.096s-3.6861-5.1064-2.096-7.854c.5034-.8699,1.2261-1.5926,2.096-2.096M24,15.434v8.566M24,2.5v4.694M20.267,2.827l.815,4.623M16.647,3.797l1.605,4.411M13.25,5.38l2.347,4.065M10.18,7.53l3.017,3.596M7.53,10.18l3.596,3.017M5.38,13.25l4.065,2.347M3.797,16.647l4.411,1.605M2.827,20.267l4.623.815M2.5,24h4.694M2.827,27.733l4.623-.815M3.797,31.353l4.411-1.605M5.38,34.75l4.065-2.347M7.53,37.82l3.596-3.017M27.733,2.827l-.815,4.623M31.353,3.797l-1.605,4.411M34.75,5.38l-2.347,4.065M37.82,7.53l-3.017,3.596M40.47,10.18l-3.596,3.017M42.62,13.25l-4.065,2.347M44.203,16.647l-4.411,1.605M45.173,20.267l-4.623.815M45.5,24h-4.694M45.173,27.733l-4.623-.815M44.203,31.353l-4.411-1.605M42.62,34.75l-4.065-2.347M40.47,37.82l-3.596-3.017"/></svg>
Copied!