Car4way Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Car4way 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/323441.svg" alt="Car4way icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323441.svg" alt="Car4way icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323441.svg" alt="Car4way icon" :width="24" :height="24" />
CSS background
.icon-car4way {
background-image: url('https://proicons.com/icon/323441.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="m24.042,43.5c-8.2288-7.6612-14.5091-14.6327-15.1385-23.7705.2832-20.6131,30.5437-19.9965,30.1901,0-.8321,9.9131-8.1352,16.7499-15.0515,23.7705Z"/><path class="c" d="m15.7456,25.0807l3.3047-.0326v-1.565h9.9767v1.5367h3.3745v-6.3855l-1.3841-1.3841,1.7453-.4677v-.818l-.5332-.5332h-2.4532l-.7611-2.8406h-9.8704l-.7467,2.7869h-2.6228l-.4129.4129v.6698l1.6602.9585-1.3858,1.3858.1089,6.276Z"/></svg>
Copied!