vehicle car icon
vehicle-car-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-car-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
vehicle-bicycle-16-filledvehicle-bus-16-filledvehicle-cab-16-filledvehicle-cable-car-20-filledvehicle-car-collision-16-filledvehicle-car-parking-16-filledvehicle-car-profile-16-filledvehicle-car-profile-ltr-16-filledvehicle-car-profile-ltr-clock-16-filledvehicle-car-profile-rtl-16-filledvehicle-motorcycle-16-filledvehicle-rv-16-filledvehicle-ship-16-filledvehicle-subway-16-filledvehicle-subway-clock-16-filledvehicle-tractor-20-filledvehicle-trailer-16-filledvehicle-trailer-arrow-down-16-filledvehicle-truck-16-filledvehicle-truck-bag-20-filledvehicle-truck-checkmark-16-filledvehicle-truck-cube-20-filledvehicle-truck-profile-16-filled
Use the vehicle car icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.502 6.132A4 4 0 0 1 10.406 3h11.187a4 4 0 0 1 3.905 3.132L26.135 9H27a1 1 0 1 1 0 2h-.42l.33 1.485A4 4 0 0 1 29 16v10a3 3 0 0 1-3 3h-1a3 3 0 0 1-3-3v-1H10v1a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V16a4 4 0 0 1 2.09-3.515L5.42 11H5a1 1 0 1 1 0-2h.864zm17.044.434A2 2 0 0 0 21.593 5H10.407a2 2 0 0 0-1.953 1.566L7.247 12h17.506zM24 25v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1zM5 25v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1zm2-11a2 2 0 0 0-2 2v7h22v-7a2 2 0 0 0-2-2zm6.5 5a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2zM11 17.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M22.5 19a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCar32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.502 6.132A4 4 0 0 1 10.406 3h11.187a4 4 0 0 1 3.905 3.132L26.135 9H27a1 1 0 1 1 0 2h-.42l.33 1.485A4 4 0 0 1 29 16v10a3 3 0 0 1-3 3h-1a3 3 0 0 1-3-3v-1H10v1a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V16a4 4 0 0 1 2.09-3.515L5.42 11H5a1 1 0 1 1 0-2h.864zm17.044.434A2 2 0 0 0 21.593 5H10.407a2 2 0 0 0-1.953 1.566L7.247 12h17.506zM24 25v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1zM5 25v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1zm2-11a2 2 0 0 0-2 2v7h22v-7a2 2 0 0 0-2-2zm6.5 5a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2zM11 17.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M22.5 19a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.502 6.132A4 4 0 0 1 10.406 3h11.187a4 4 0 0 1 3.905 3.132L26.135 9H27a1 1 0 1 1 0 2h-.42l.33 1.485A4 4 0 0 1 29 16v10a3 3 0 0 1-3 3h-1a3 3 0 0 1-3-3v-1H10v1a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V16a4 4 0 0 1 2.09-3.515L5.42 11H5a1 1 0 1 1 0-2h.864zm17.044.434A2 2 0 0 0 21.593 5H10.407a2 2 0 0 0-1.953 1.566L7.247 12h17.506zM24 25v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1zM5 25v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1zm2-11a2 2 0 0 0-2 2v7h22v-7a2 2 0 0 0-2-2zm6.5 5a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2zM11 17.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M22.5 19a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg> </template>
CSS
.icon-vehicle-car-32-regular {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.502%206.132A4%204%200%200%201%2010.406%203h11.187a4%204%200%200%201%203.905%203.132L26.135%209H27a1%201%200%201%201%200%202h-.42l.33%201.485A4%204%200%200%201%2029%2016v10a3%203%200%200%201-3%203h-1a3%203%200%200%201-3-3v-1H10v1a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V16a4%204%200%200%201%202.09-3.515L5.42%2011H5a1%201%200%201%201%200-2h.864zm17.044.434A2%202%200%200%200%2021.593%205H10.407a2%202%200%200%200-1.953%201.566L7.247%2012h17.506zM24%2025v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1zM5%2025v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1zm2-11a2%202%200%200%200-2%202v7h22v-7a2%202%200%200%200-2-2zm6.5%205a1%201%200%201%200%200%202h5a1%201%200%201%200%200-2zM11%2017.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M22.5%2019a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.502%206.132A4%204%200%200%201%2010.406%203h11.187a4%204%200%200%201%203.905%203.132L26.135%209H27a1%201%200%201%201%200%202h-.42l.33%201.485A4%204%200%200%201%2029%2016v10a3%203%200%200%201-3%203h-1a3%203%200%200%201-3-3v-1H10v1a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V16a4%204%200%200%201%202.09-3.515L5.42%2011H5a1%201%200%201%201%200-2h.864zm17.044.434A2%202%200%200%200%2021.593%205H10.407a2%202%200%200%200-1.953%201.566L7.247%2012h17.506zM24%2025v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1zM5%2025v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1zm2-11a2%202%200%200%200-2%202v7h22v-7a2%202%200%200%200-2-2zm6.5%205a1%201%200%201%200%200%202h5a1%201%200%201%200%200-2zM11%2017.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M22.5%2019a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-car-32-regular.svg?color=%231a73e8&size=48