Traficar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Traficar 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/348757.svg" alt="Traficar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348757.svg" alt="Traficar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348757.svg" alt="Traficar icon" :width="24" :height="24" />
CSS background
.icon-traficar {
background-image: url('https://proicons.com/icon/348757.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"><path d="M36.6623,17.1623c0-6.9932-5.6691-12.6623-12.6623-12.6623s-12.6623,5.6691-12.6623,12.6623c0,11.412,12.6623,26.3377,12.6623,26.3377,0,0,12.6623-14.9257,12.6623-26.3377Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M24,33.4086c-3.4316-5.251-6.6621-11.6787-6.6621-16.2461,0-3.6738,2.9883-6.6621,6.6621-6.6621s6.6621,2.9883,6.6621,6.6621c0,4.5674-3.2305,10.9951-6.6621,16.2461Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!