vehicle car icon
vehicle-car-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-car-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M15.8 3a3.25 3.25 0 0 1 3.152 2.46L19.337 7h.913a.75.75 0 0 1 .743.648L21 7.75a.75.75 0 0 1-.648.743l-.102.007h-.536l.208.826a2.25 2.25 0 0 1 1.082 1.924v8.497a1.75 1.75 0 0 1-1.75 1.75H17.75a1.75 1.75 0 0 1-1.75-1.75l-.001-1.247H8.004v1.247a1.75 1.75 0 0 1-1.75 1.75H4.75A1.75 1.75 0 0 1 3 19.747V11.25c0-.815.433-1.529 1.082-1.923l.207-.827H3.75a.75.75 0 0 1-.743-.648L3 7.75a.75.75 0 0 1 .648-.743L3.75 7h.913l.386-1.538A3.25 3.25 0 0 1 8.202 3zM6.503 18.5H4.499l.001 1.247c0 .138.112.25.25.25h1.504a.25.25 0 0 0 .25-.25zm13 0h-2.005l.001 1.247c0 .138.112.25.25.25h1.504a.25.25 0 0 0 .25-.25zm-.75-8H5.25a.75.75 0 0 0-.75.75V17h15.004v-5.75a.75.75 0 0 0-.75-.75M10.25 14h3.502a.75.75 0 0 1 .101 1.493l-.101.007H10.25a.75.75 0 0 1-.102-1.493zh3.502zM17 12a1 1 0 1 1 0 2a1 1 0 0 1 0-2M7 12a1 1 0 1 1 0 2a1 1 0 0 1 0-2m8.8-7.5H8.201a1.75 1.75 0 0 0-1.698 1.326L5.711 9h12.582l-.796-3.176A1.75 1.75 0 0 0 15.799 4.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCar24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.8 3a3.25 3.25 0 0 1 3.152 2.46L19.337 7h.913a.75.75 0 0 1 .743.648L21 7.75a.75.75 0 0 1-.648.743l-.102.007h-.536l.208.826a2.25 2.25 0 0 1 1.082 1.924v8.497a1.75 1.75 0 0 1-1.75 1.75H17.75a1.75 1.75 0 0 1-1.75-1.75l-.001-1.247H8.004v1.247a1.75 1.75 0 0 1-1.75 1.75H4.75A1.75 1.75 0 0 1 3 19.747V11.25c0-.815.433-1.529 1.082-1.923l.207-.827H3.75a.75.75 0 0 1-.743-.648L3 7.75a.75.75 0 0 1 .648-.743L3.75 7h.913l.386-1.538A3.25 3.25 0 0 1 8.202 3zM6.503 18.5H4.499l.001 1.247c0 .138.112.25.25.25h1.504a.25.25 0 0 0 .25-.25zm13 0h-2.005l.001 1.247c0 .138.112.25.25.25h1.504a.25.25 0 0 0 .25-.25zm-.75-8H5.25a.75.75 0 0 0-.75.75V17h15.004v-5.75a.75.75 0 0 0-.75-.75M10.25 14h3.502a.75.75 0 0 1 .101 1.493l-.101.007H10.25a.75.75 0 0 1-.102-1.493zh3.502zM17 12a1 1 0 1 1 0 2a1 1 0 0 1 0-2M7 12a1 1 0 1 1 0 2a1 1 0 0 1 0-2m8.8-7.5H8.201a1.75 1.75 0 0 0-1.698 1.326L5.711 9h12.582l-.796-3.176A1.75 1.75 0 0 0 15.799 4.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.8 3a3.25 3.25 0 0 1 3.152 2.46L19.337 7h.913a.75.75 0 0 1 .743.648L21 7.75a.75.75 0 0 1-.648.743l-.102.007h-.536l.208.826a2.25 2.25 0 0 1 1.082 1.924v8.497a1.75 1.75 0 0 1-1.75 1.75H17.75a1.75 1.75 0 0 1-1.75-1.75l-.001-1.247H8.004v1.247a1.75 1.75 0 0 1-1.75 1.75H4.75A1.75 1.75 0 0 1 3 19.747V11.25c0-.815.433-1.529 1.082-1.923l.207-.827H3.75a.75.75 0 0 1-.743-.648L3 7.75a.75.75 0 0 1 .648-.743L3.75 7h.913l.386-1.538A3.25 3.25 0 0 1 8.202 3zM6.503 18.5H4.499l.001 1.247c0 .138.112.25.25.25h1.504a.25.25 0 0 0 .25-.25zm13 0h-2.005l.001 1.247c0 .138.112.25.25.25h1.504a.25.25 0 0 0 .25-.25zm-.75-8H5.25a.75.75 0 0 0-.75.75V17h15.004v-5.75a.75.75 0 0 0-.75-.75M10.25 14h3.502a.75.75 0 0 1 .101 1.493l-.101.007H10.25a.75.75 0 0 1-.102-1.493zh3.502zM17 12a1 1 0 1 1 0 2a1 1 0 0 1 0-2M7 12a1 1 0 1 1 0 2a1 1 0 0 1 0-2m8.8-7.5H8.201a1.75 1.75 0 0 0-1.698 1.326L5.711 9h12.582l-.796-3.176A1.75 1.75 0 0 0 15.799 4.5"/></svg> </template>
CSS
.icon-vehicle-car-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.8%203a3.25%203.25%200%200%201%203.152%202.46L19.337%207h.913a.75.75%200%200%201%20.743.648L21%207.75a.75.75%200%200%201-.648.743l-.102.007h-.536l.208.826a2.25%202.25%200%200%201%201.082%201.924v8.497a1.75%201.75%200%200%201-1.75%201.75H17.75a1.75%201.75%200%200%201-1.75-1.75l-.001-1.247H8.004v1.247a1.75%201.75%200%200%201-1.75%201.75H4.75A1.75%201.75%200%200%201%203%2019.747V11.25c0-.815.433-1.529%201.082-1.923l.207-.827H3.75a.75.75%200%200%201-.743-.648L3%207.75a.75.75%200%200%201%20.648-.743L3.75%207h.913l.386-1.538A3.25%203.25%200%200%201%208.202%203zM6.503%2018.5H4.499l.001%201.247c0%20.138.112.25.25.25h1.504a.25.25%200%200%200%20.25-.25zm13%200h-2.005l.001%201.247c0%20.138.112.25.25.25h1.504a.25.25%200%200%200%20.25-.25zm-.75-8H5.25a.75.75%200%200%200-.75.75V17h15.004v-5.75a.75.75%200%200%200-.75-.75M10.25%2014h3.502a.75.75%200%200%201%20.101%201.493l-.101.007H10.25a.75.75%200%200%201-.102-1.493zh3.502zM17%2012a1%201%200%201%201%200%202a1%201%200%200%201%200-2M7%2012a1%201%200%201%201%200%202a1%201%200%200%201%200-2m8.8-7.5H8.201a1.75%201.75%200%200%200-1.698%201.326L5.711%209h12.582l-.796-3.176A1.75%201.75%200%200%200%2015.799%204.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.8%203a3.25%203.25%200%200%201%203.152%202.46L19.337%207h.913a.75.75%200%200%201%20.743.648L21%207.75a.75.75%200%200%201-.648.743l-.102.007h-.536l.208.826a2.25%202.25%200%200%201%201.082%201.924v8.497a1.75%201.75%200%200%201-1.75%201.75H17.75a1.75%201.75%200%200%201-1.75-1.75l-.001-1.247H8.004v1.247a1.75%201.75%200%200%201-1.75%201.75H4.75A1.75%201.75%200%200%201%203%2019.747V11.25c0-.815.433-1.529%201.082-1.923l.207-.827H3.75a.75.75%200%200%201-.743-.648L3%207.75a.75.75%200%200%201%20.648-.743L3.75%207h.913l.386-1.538A3.25%203.25%200%200%201%208.202%203zM6.503%2018.5H4.499l.001%201.247c0%20.138.112.25.25.25h1.504a.25.25%200%200%200%20.25-.25zm13%200h-2.005l.001%201.247c0%20.138.112.25.25.25h1.504a.25.25%200%200%200%20.25-.25zm-.75-8H5.25a.75.75%200%200%200-.75.75V17h15.004v-5.75a.75.75%200%200%200-.75-.75M10.25%2014h3.502a.75.75%200%200%201%20.101%201.493l-.101.007H10.25a.75.75%200%200%201-.102-1.493zh3.502zM17%2012a1%201%200%201%201%200%202a1%201%200%200%201%200-2M7%2012a1%201%200%201%201%200%202a1%201%200%200%201%200-2m8.8-7.5H8.201a1.75%201.75%200%200%200-1.698%201.326L5.711%209h12.582l-.796-3.176A1.75%201.75%200%200%200%2015.799%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-car-24-regular.svg?color=%231a73e8&size=48