One2car Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The One2car 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/330608.svg" alt="One2car icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330608.svg" alt="One2car icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330608.svg" alt="One2car icon" :width="24" :height="24" />
CSS background
.icon-one2car {
background-image: url('https://proicons.com/icon/330608.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/><path id="d" class="h" d="M8.2104,17.8417c3.2588-1.9666,7.7973-2.2488,9.9261-1.7702,1.1327-1.3182,2.7162-2.132,5.1113-2.5558,4.5359.1371,12.4396.6753,16.542,4.7554-3.1203-1.7075-6.9326-2.1245-11.4154-1.597"/><path id="e" class="h" d="M37.6845,27.5922v.0454c0,2.0279-1.6698,3.6719-3.7297,3.6719h0c-2.0598,0-3.7297-1.6439-3.7297-3.6719v-3.7411c0-2.0279,1.6698-3.6719,3.7297-3.6719h0c2.0598,0,3.7297,1.6439,3.7297,3.6719v.0454"/><path id="f" class="h" d="M19.8988,23.8958c0-2.2662,2.0853-4.0529,4.4698-3.6017,1.5641.2959,2.8132,1.6277,2.9689,3.1882.1158,1.1608-.2573,2.3062-1.0718,3.0099-1.5088,1.3036-6.3669,4.8166-6.3669,4.8166h7.4594"/><path id="g" class="h" d="M13.3022,20.2246h0c2.0662,0,3.7297,1.6376,3.7297,3.6719v3.7411c0,2.0342-1.6634,3.6719-3.7297,3.6719h0c-2.0662,0-3.7297-1.6376-3.7297-3.6719v-3.7411c0-2.0342,1.6634-3.6719,3.7297-3.6719Z"/></svg>
Copied!