Drag Racing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Drag Racing 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/324722.svg" alt="Drag Racing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324722.svg" alt="Drag Racing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324722.svg" alt="Drag Racing icon" :width="24" :height="24" />
CSS background
.icon-drag-racing {
background-image: url('https://proicons.com/icon/324722.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M6.8623,21.4281l.7385-2.8549,7.1531.0243-.756,2.4184c-.178.5694-.3289,1.1503-.5741,1.6941-.1226.2719-.2753.5337-.4819.7489-.2066.2152-.4721.3824-.7661.4327-.0973.0167-.1965.0204-.2952.024-2.1258.0774-4.2537.0967-6.3806.0579"/><path class="b" d="M15.6514,23.949l1.5975-5.3758,5.0586.0096c.0357.0195.0706.0404.1047.0625.1506.0976.2867.2216.3805.3746.1323.2158.1736.4793.1481.7311-.0254.2518-.1139.4936-.2253.721-.2841.58-.7244,1.0826-1.262,1.4405"/><path class="b" d="M16.3869,21.8716l5.0683.0412.3866,2.063"/><path class="b" d="M42.5,18.5568l-8.0562-.0038-1.312,5.3701,7.4765-.0047.6536-2.6409"/><path class="b" d="M23.9383,23.9361l1.4859-5.3348,6.2066.0041-1.2731,5.3663"/><path class="b" d="M24.663,21.9404l6.1541.0999"/><path class="b" d="M11.585,29.442l.7188-2.403,2.0418-.0023c.0322.0231.0599.0524.0811.0859.0355.0559.0522.1216.0641.1867.0358.1971.0313.4038-.0316.5941-.0842.2547-.2749.4724-.5163.5893"/><path class="b" d="M11.8859,28.495l2.0575-.0025.1569.9534"/><path class="b" d="M16.1296,29.4443l1.8669-2.4054,1.015,2.4066"/><path class="b" d="M25.9061,27.0565l-.513,2.3807"/><path class="b" d="M27.3318,29.4395l.5756-2.3713,2.7532-.0074-.4158,2.3718"/><path class="b" d="M24.085,27.0445l-2.6208-.0011-.7244,2.3812,2.7.0067"/><path class="b" d="M35.2273,27.1152l-2.6967-.0099-.4215,2.3417,2.4524-.0113.161-.7663"/></svg>
Copied!