Traffic Racer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Traffic Racer 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/334195.svg" alt="Traffic Racer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334195.svg" alt="Traffic Racer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334195.svg" alt="Traffic Racer icon" :width="24" :height="24" />
CSS background
.icon-traffic-racer {
background-image: url('https://proicons.com/icon/334195.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"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M12.902,22.4773c-.2125,1.1442-.3096,2.3068-.29,3.4703M18.5115,24.9075l-4.9325-3.4073M14.5991,17.1157c1.4123.7469,2.6943,1.7176,3.7964,2.8743M13.579,21.5002l-4.7825-3.3033c-.492-.34-.8001-1.4481.5501-1.8802,1.7182-.5501,3.5963-.06,5.2525.8001-.9161,1.3561-.9221,2.8783-1.0201,4.3834M21.3738,24.6175c-.6311-1.2551-.8791-1.9722-1.6772-3.5573-.511-1.0141.8851-1.2821,1.6482-1.5331,3.8524-1.2701,4.7865-2.2642,6.0706-3.2683M20.6797,25.4565c-1.3471.354-1.4341.7601-1.1571,1.3011.13.254.8001.6601,1.5041.087M40.3866,31.1811c-1.0141.8581-2.4002,1.6902-3.9784,2.3722M23.977,27.9138c2.0025,1.1888,3.8813,2.5745,5.6085,4.1364M34.9921,33.8723c.04.8681-.8031,1.3341-2.9203,1.3011-1.5641-.024-2.8563-.351-2.6893-.9251.238-.8181.7431-.7951,1.7352-.8101,2.1752-.034,3.0303.04,3.8744.434M33.2279,17.8778c.395-.284.8521.121.6651.7951M8.4115,26.1756c-.8841.087-1.8702-.5541-2.3922-1.6402-.2261-.4618-.3412-.97-.336-1.4841M27.6424,37.6017c-.7291.206-1.6272.021-2.3652-.5591-.6021-.474-.9731-1.1151-1.0731-1.7472M23.693,26.4806c3.6823-1.3551,6.8076-3.2083,9.1149-5.2125M33.981,20.164c2.7543,1.5101,6.5096,5.0515,8.2648,6.8877M42.2457,27.0517c.246.257.452.481.6111.6611M42.2127,33.3963c1.4031-1.9822,1.7222-4.1524.6441-5.6835.365.9661-.435,3.9274-1.0401,2.8343-.7781-1.4021.373-2.7693.429-3.4953M33.981,20.164c-1.6372-1.7102-3.1943-3.4423-5.3495-5.0035-2.9323-1.9272-6.4736-3.7654-9.5699-5.1205M4.6932,15.9716c-.423,1.9542-.028,4.0584.03,5.4075l.7801.174c.097-1.5341,1.7172-1.7172,3.1193.158.7081.9471,1.2341,2.8553,1.4771,4.0934l13.2423,8.4458c-.385-1.7062.9891-3.0783,2.8633-1.8512,2.5602,1.6772,2.6603,3.7904,3.0063,5.8135,6.1326.8351,10.847-1.7692,13.0022-4.8155l-.5271-.8251c-.489.402-.9151.7981-1.0891.9301-.8991.6761-2.1082,1.4631-3.4353,2.0202-.8041.338-.473,1.0901-.231,1.5621M19.0636,10.0421c-3.1373,1.5001-6.0206,2.4982-9.0209,4.8885l-5.3495,1.0401c2.7473-2.6803,7.0727-4.5684,10.091-5.9866,1.1531-.5411,3.0263-.416,4.2794.058"/></svg>
Copied!