Traffic Rider Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Traffic Rider 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/334196.svg" alt="Traffic Rider icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334196.svg" alt="Traffic Rider icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334196.svg" alt="Traffic Rider icon" :width="24" :height="24" />
CSS background
.icon-traffic-rider {
background-image: url('https://proicons.com/icon/334196.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><circle class="c" cx="38.6178" cy="29.5071" r="4.8822"/><circle class="c" cx="38.6178" cy="29.5071" r="1.7967"/><circle class="c" cx="9.3822" cy="29.5071" r="4.8822"/><circle class="c" cx="9.3822" cy="29.5071" r="1.7967"/><line class="c" x1="10.8085" y1="28.422" x2="16.3512" y2="22.2027"/><polyline class="c" points="37.9924 27.8262 32.017 13.6107 28.619 13.6107"/><line class="c" x1="7.5856" y1="21.3831" x2="20.4267" y2="27.8262"/><polyline class="c" points="23.6782 26.0701 8.5824 18.1023 12.1757 17.1649 21.1699 19.3173"/><path class="c" d="m24.9085,19.0885s1.2108.5761,1.9138,2.0603h5.39l-1.1229-4.0327h-6.9327c-1.7381,0-3.1832,1.6209-3.3199,3.6023h5.7537"/><line class="c" x1="26.9298" y1="27.6421" x2="32.2123" y2="21.1488"/><path class="c" d="m30.8941,25.6404c.0976-1.6502,3.5347-7.1671,9.6863-4.6674"/><ellipse class="c" cx="23.6782" cy="27.8262" rx="3.2516" ry="1.7562"/></svg>
Copied!