Racing Car Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Racing Car 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/331860.svg" alt="Racing Car icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331860.svg" alt="Racing Car icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331860.svg" alt="Racing Car icon" :width="24" :height="24" />
CSS background
.icon-racing-car {
background-image: url('https://proicons.com/icon/331860.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="M29.2308,25.5903l-2.9118,1.5863c-2.383,1.2982-5.3242.9632-7.3543-.8376l-.6009-.5333c-3.423-3.0671-1.6255-3.5952,1.3629-3.6207,2.8874-.0246,5.7511-.0219,8.8815.2087,2.9792.2194,3.2473,1.7671.6229,3.1968l-.0003-.0002Z"/><path class="c" d="M8.5508,28.1514l1.8474,1.6207M8.6772,19.8639c.1473.868.9703,1.4522,1.8383,1.3049.0908-.0154.18-.0386.2668-.0695,5.3022-1.2196,11.8544-3.7695,17.6026-5.8205M40.6489,15.3637c-3.8956-2.6259-7.3592-2.0216-12.264-.0848-4.5232-2.5537-10.5234-2.2527-17.1117.5517-.4807.2092-.9023.5339-1.2274.9452-.5121,1.0037-.9689,2.0347-1.3684,3.0883-1.8451.3181-2.6819.597-3.2672,1.1683-.3926.4193-.6978.9124-.8979,1.4508-.0588.6875.0926,1.3766.434,1.9762.6972,1.3632.9866,1.6702,1.7896,3.0209.213.3198.5513.5347.9313.5915l.8837.0801M18.4385,33.7963c-1.7022.6195-3.5949.42-5.1305-.5408-2.8103-1.6698-3.9865-5.0938-2.6273-7.6475.4458-.8403,1.1417-1.5214,1.9914-1.9491M10.618,23.3685c-.2394-1.2151,1.0956-.4481,2.1932.2408,2.7457,2.5566,3.7897,6.0697,5.1323,9.9086,3.4281,1.3744,7.2749,1.252,10.6088-.3376,1.6749-.7041,3.2532-1.6188,4.6968-2.7219.232-.1732.4802-.3236.7411-.4492,2.961-1.3521,5.7305-3.0893,8.2367-5.1665.3529-.2942.6483-.6511.8713-1.0527.6487-1.6674.5064-3.539-.387-5.0892.4186-1.994-2.063-3.3366-2.063-3.3366"/><path class="c" d="M30.9633,23.4388c4.2342-1.4086,8.5779-2.635,11.6147-6.0395"/><path class="c" d="M18.5748,25.9165c3.0548-.2183,6.0807-.7371,9.0337-1.5489"/><path class="c" d="M10.6095,16.426l2.6963,3.8074"/></svg>
Copied!