vehicle car icon
vehicle-car-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-car-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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="m5.241 9.5l-.288 1.117A2.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.953-2.633L22.758 9.5h.992a.75.75 0 0 0 0-1.5h-1.379l-.564-2.187A3.75 3.75 0 0 0 18.176 3H9.824a3.75 3.75 0 0 0-3.631 2.813L5.629 8H4.25a.75.75 0 0 0 0 1.5zm4.583-5h8.352a2.25 2.25 0 0 1 2.178 1.688l1.113 4.312H6.533l1.112-4.312A2.25 2.25 0 0 1 9.824 4.5M20 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-1zm.25-4.75a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 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.25h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCar28Filled(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="m5.241 9.5l-.288 1.117A2.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.953-2.633L22.758 9.5h.992a.75.75 0 0 0 0-1.5h-1.379l-.564-2.187A3.75 3.75 0 0 0 18.176 3H9.824a3.75 3.75 0 0 0-3.631 2.813L5.629 8H4.25a.75.75 0 0 0 0 1.5zm4.583-5h8.352a2.25 2.25 0 0 1 2.178 1.688l1.113 4.312H6.533l1.112-4.312A2.25 2.25 0 0 1 9.824 4.5M20 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-1zm.25-4.75a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 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.25h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="m5.241 9.5l-.288 1.117A2.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.953-2.633L22.758 9.5h.992a.75.75 0 0 0 0-1.5h-1.379l-.564-2.187A3.75 3.75 0 0 0 18.176 3H9.824a3.75 3.75 0 0 0-3.631 2.813L5.629 8H4.25a.75.75 0 0 0 0 1.5zm4.583-5h8.352a2.25 2.25 0 0 1 2.178 1.688l1.113 4.312H6.533l1.112-4.312A2.25 2.25 0 0 1 9.824 4.5M20 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-1zm.25-4.75a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 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.25h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5"/></svg> </template>
CSS
.icon-vehicle-car-28-filled {
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%22m5.241%209.5l-.288%201.117A2.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.953-2.633L22.758%209.5h.992a.75.75%200%200%200%200-1.5h-1.379l-.564-2.187A3.75%203.75%200%200%200%2018.176%203H9.824a3.75%203.75%200%200%200-3.631%202.813L5.629%208H4.25a.75.75%200%200%200%200%201.5zm4.583-5h8.352a2.25%202.25%200%200%201%202.178%201.688l1.113%204.312H6.533l1.112-4.312A2.25%202.25%200%200%201%209.824%204.5M20%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-1zm.25-4.75a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%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.25h4.5a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201%200-1.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.241%209.5l-.288%201.117A2.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.953-2.633L22.758%209.5h.992a.75.75%200%200%200%200-1.5h-1.379l-.564-2.187A3.75%203.75%200%200%200%2018.176%203H9.824a3.75%203.75%200%200%200-3.631%202.813L5.629%208H4.25a.75.75%200%200%200%200%201.5zm4.583-5h8.352a2.25%202.25%200%200%201%202.178%201.688l1.113%204.312H6.533l1.112-4.312A2.25%202.25%200%200%201%209.824%204.5M20%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-1zm.25-4.75a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%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.25h4.5a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201%200-1.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-28-filled.svg?color=%231a73e8&size=48