vehicle car icon
vehicle-car-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-car-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M8.25 16.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M21 15.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-9.25 1.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zm-6.523-7l-.28 1.119A2.75 2.75 0 0 0 3 13.25v9A2.75 2.75 0 0 0 5.75 25h1a2.75 2.75 0 0 0 2.75-2.75v-1h9v1A2.75 2.75 0 0 0 21.25 25h1A2.75 2.75 0 0 0 25 22.25v-9a2.75 2.75 0 0 0-1.947-2.63l-.28-1.12h.977a.75.75 0 0 0 0-1.5h-1.352l-.602-2.41a3.75 3.75 0 0 0-3.638-2.84H9.842a3.75 3.75 0 0 0-3.638 2.84L5.602 8H4.25a.75.75 0 0 0 0 1.5zm4.615-5.25h8.316a2.25 2.25 0 0 1 2.183 1.704l1.136 4.546H6.523L7.66 5.954A2.25 2.25 0 0 1 9.842 4.25M20 22.25v-1h3.5v1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25m-12-1v1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25v-1zM5.75 12h16.5c.69 0 1.25.56 1.25 1.25v6.5h-19v-6.5c0-.69.56-1.25 1.25-1.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCar28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.25 16.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M21 15.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-9.25 1.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zm-6.523-7l-.28 1.119A2.75 2.75 0 0 0 3 13.25v9A2.75 2.75 0 0 0 5.75 25h1a2.75 2.75 0 0 0 2.75-2.75v-1h9v1A2.75 2.75 0 0 0 21.25 25h1A2.75 2.75 0 0 0 25 22.25v-9a2.75 2.75 0 0 0-1.947-2.63l-.28-1.12h.977a.75.75 0 0 0 0-1.5h-1.352l-.602-2.41a3.75 3.75 0 0 0-3.638-2.84H9.842a3.75 3.75 0 0 0-3.638 2.84L5.602 8H4.25a.75.75 0 0 0 0 1.5zm4.615-5.25h8.316a2.25 2.25 0 0 1 2.183 1.704l1.136 4.546H6.523L7.66 5.954A2.25 2.25 0 0 1 9.842 4.25M20 22.25v-1h3.5v1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25m-12-1v1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25v-1zM5.75 12h16.5c.69 0 1.25.56 1.25 1.25v6.5h-19v-6.5c0-.69.56-1.25 1.25-1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.25 16.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M21 15.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-9.25 1.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zm-6.523-7l-.28 1.119A2.75 2.75 0 0 0 3 13.25v9A2.75 2.75 0 0 0 5.75 25h1a2.75 2.75 0 0 0 2.75-2.75v-1h9v1A2.75 2.75 0 0 0 21.25 25h1A2.75 2.75 0 0 0 25 22.25v-9a2.75 2.75 0 0 0-1.947-2.63l-.28-1.12h.977a.75.75 0 0 0 0-1.5h-1.352l-.602-2.41a3.75 3.75 0 0 0-3.638-2.84H9.842a3.75 3.75 0 0 0-3.638 2.84L5.602 8H4.25a.75.75 0 0 0 0 1.5zm4.615-5.25h8.316a2.25 2.25 0 0 1 2.183 1.704l1.136 4.546H6.523L7.66 5.954A2.25 2.25 0 0 1 9.842 4.25M20 22.25v-1h3.5v1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25m-12-1v1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25v-1zM5.75 12h16.5c.69 0 1.25.56 1.25 1.25v6.5h-19v-6.5c0-.69.56-1.25 1.25-1.25"/></svg> </template>
CSS
.icon-vehicle-car-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%2016.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M21%2015.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-9.25%201.25a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zm-6.523-7l-.28%201.119A2.75%202.75%200%200%200%203%2013.25v9A2.75%202.75%200%200%200%205.75%2025h1a2.75%202.75%200%200%200%202.75-2.75v-1h9v1A2.75%202.75%200%200%200%2021.25%2025h1A2.75%202.75%200%200%200%2025%2022.25v-9a2.75%202.75%200%200%200-1.947-2.63l-.28-1.12h.977a.75.75%200%200%200%200-1.5h-1.352l-.602-2.41a3.75%203.75%200%200%200-3.638-2.84H9.842a3.75%203.75%200%200%200-3.638%202.84L5.602%208H4.25a.75.75%200%200%200%200%201.5zm4.615-5.25h8.316a2.25%202.25%200%200%201%202.183%201.704l1.136%204.546H6.523L7.66%205.954A2.25%202.25%200%200%201%209.842%204.25M20%2022.25v-1h3.5v1c0%20.69-.56%201.25-1.25%201.25h-1c-.69%200-1.25-.56-1.25-1.25m-12-1v1c0%20.69-.56%201.25-1.25%201.25h-1c-.69%200-1.25-.56-1.25-1.25v-1zM5.75%2012h16.5c.69%200%201.25.56%201.25%201.25v6.5h-19v-6.5c0-.69.56-1.25%201.25-1.25%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%2016.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M21%2015.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-9.25%201.25a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zm-6.523-7l-.28%201.119A2.75%202.75%200%200%200%203%2013.25v9A2.75%202.75%200%200%200%205.75%2025h1a2.75%202.75%200%200%200%202.75-2.75v-1h9v1A2.75%202.75%200%200%200%2021.25%2025h1A2.75%202.75%200%200%200%2025%2022.25v-9a2.75%202.75%200%200%200-1.947-2.63l-.28-1.12h.977a.75.75%200%200%200%200-1.5h-1.352l-.602-2.41a3.75%203.75%200%200%200-3.638-2.84H9.842a3.75%203.75%200%200%200-3.638%202.84L5.602%208H4.25a.75.75%200%200%200%200%201.5zm4.615-5.25h8.316a2.25%202.25%200%200%201%202.183%201.704l1.136%204.546H6.523L7.66%205.954A2.25%202.25%200%200%201%209.842%204.25M20%2022.25v-1h3.5v1c0%20.69-.56%201.25-1.25%201.25h-1c-.69%200-1.25-.56-1.25-1.25m-12-1v1c0%20.69-.56%201.25-1.25%201.25h-1c-.69%200-1.25-.56-1.25-1.25v-1zM5.75%2012h16.5c.69%200%201.25.56%201.25%201.25v6.5h-19v-6.5c0-.69.56-1.25%201.25-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-car-28-regular.svg?color=%231a73e8&size=48