Drive Ahead Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Drive Ahead 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/324753.svg" alt="Drive Ahead icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324753.svg" alt="Drive Ahead icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324753.svg" alt="Drive Ahead icon" :width="24" :height="24" />
CSS background
.icon-drive-ahead {
background-image: url('https://proicons.com/icon/324753.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>.t{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path id="g" class="t" d="M43.5,20.6598c0,4.1303-3.35,7.4786-7.4824,7.4786-4.1324,0-7.4824-3.3483-7.4824-7.4786s3.35-7.4786,7.4824-7.4786c4.1324,0,7.4824,3.3483,7.4824,7.4786Z"/><path id="h" class="t" d="M39.5106,20.6598c0,1.9291-1.5639,3.493-3.493,3.493s-3.493-1.5639-3.493-3.493,1.5639-3.493,3.493-3.493,3.493,1.5639,3.493,3.493Z"/></g><g id="i"><path id="j" class="t" d="M24.6101,32.8747c0,4.1303-3.35,7.4786-7.4824,7.4786s-7.4824-3.3483-7.4824-7.4786,3.35-7.4786,7.4824-7.4786,7.4824,3.3483,7.4824,7.4786Z"/><path id="k" class="t" d="M20.6207,32.8747c0,1.9291-1.5639,3.493-3.493,3.493h0c-1.9291,0-3.493-1.5639-3.493-3.493h0c0-1.9291,1.5639-3.493,3.493-3.493h0c1.9291,0,3.493,1.5639,3.493,3.493h0Z"/></g><g id="l"><path id="m" class="t" d="M21.8337,16.3209l.5479-2.9514-1.1178-1.4587.6274-1.5639,4.2923,1.3292,5.8146-4.0294,3.4461.6957,1.5334,2.3111-2.2042,1.6564-1.0727-1.2771-1.9618-.4299-3.7892,2.5998-2.1255,5.3964,1.5968,2.3206-6.4933,4.0903-5.9088-2.5749-3.829,2.3443.0412,2.2514-1.5313,1.1534-5.1997-3.1981,5.8135-3.842,6.7021-1.3696,6.8168-4.6509,1.743-3.3788"/><path id="n" class="t" d="M17.6227,19.2799l-5.4379-3.3787-6.2491,8.0015"/></g><g id="o"><path id="p" class="t" d="M20.093,12.3969l-3.2134,3.5288-2.5536-.1025-1.4176-1.3308.0258-2.2603,1.7758-1.8785,2.1154-.101.9788.9575.9547-.1679,1.3341,1.3548Z"/><path id="q" class="t" d="M16.8254,10.2525l-1.9815,2.091,1.0852.9582h1.0509l2.0732-1.9608"/><path id="r" class="t" d="M18.4863,14.1612l3.6213.6839"/><path id="s" class="t" d="M15.6028,15.8744l-.6991,1.7162"/></g></svg>
Copied!