Carscanner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Carscanner 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/323473.svg" alt="Carscanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323473.svg" alt="Carscanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323473.svg" alt="Carscanner icon" :width="24" :height="24" />
CSS background
.icon-carscanner {
background-image: url('https://proicons.com/icon/323473.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.a{fill-rule:evenodd;}</style></defs><path class="a" d="M18.14,14.68a1.7,1.7,0,0,1,0-3.39h12a1.7,1.7,0,1,1,0,3.39h-12Z"/><path class="a" d="M10,21.77A1.8,1.8,0,0,1,11.79,20h1.4l2.66-2.26a1.13,1.13,0,0,1,.73-.27H31.84A1.59,1.59,0,0,1,33.42,19v2.15h1.79a1.59,1.59,0,0,1,1.58,1.59h0V35.13a1.58,1.58,0,0,1-1.58,1.58H21.65a1.17,1.17,0,0,1-.66-.2L16,33H11.79A1.79,1.79,0,0,1,10,31.17h0Z"/><path class="a" d="M7.89,31.55a1.7,1.7,0,0,1-3.39,0h0V21.38a1.7,1.7,0,1,1,3.39,0Z"/><line class="b" x1="7.89" y1="26.46" x2="10" y2="26.46"/><path class="a" d="M38.64,22.22a1.14,1.14,0,0,1,1.13-1.13h.83a1.13,1.13,0,0,1,.92.48L43.29,24a1.18,1.18,0,0,1,.21.66V32a1.09,1.09,0,0,1-.23.68L41.52,35a1.14,1.14,0,0,1-.9.47h-.85a1.14,1.14,0,0,1-1.13-1.13Z"/><line class="b" x1="24.14" y1="17.44" x2="24.14" y2="14.68"/><line class="b" x1="38.64" y1="28.27" x2="36.79" y2="28.27"/></svg>
Copied!