vehicle car icon
vehicle-car-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-car-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M19 29.25c0-.69.56-1.25 1.25-1.25h7.5a1.25 1.25 0 1 1 0 2.5h-7.5c-.69 0-1.25-.56-1.25-1.25M16 26a2 2 0 1 1-4 0a2 2 0 0 1 4 0m18 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4M8.765 18.267l.433-1.767H7.25a1.25 1.25 0 1 1 0-2.5h2.56l.793-3.237A6.25 6.25 0 0 1 16.673 6H30.98a6.25 6.25 0 0 1 6.009 4.533l.99 3.467h2.772a1.25 1.25 0 1 1 0 2.5h-2.057l.5 1.751A4.25 4.25 0 0 1 42 22.25v17.5A3.25 3.25 0 0 1 38.75 43h-3.5A3.25 3.25 0 0 1 32 39.75V36.5H16v3.25A3.25 3.25 0 0 1 12.75 43h-3.5A3.25 3.25 0 0 1 6 39.75v-17.5a4.25 4.25 0 0 1 2.765-3.983m4.266-6.909L11.404 18h25.117l-1.937-6.78a3.75 3.75 0 0 0-3.606-2.72H16.674a3.75 3.75 0 0 0-3.642 2.858M10.25 20.5a1.75 1.75 0 0 0-1.75 1.75V34h31V22.25a1.75 1.75 0 0 0-1.75-1.75zM34.5 39.75c0 .414.336.75.75.75h3.5a.75.75 0 0 0 .75-.75V36.5h-5zm-26-3.25v3.25c0 .414.336.75.75.75h3.5a.75.75 0 0 0 .75-.75V36.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleCar48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M19 29.25c0-.69.56-1.25 1.25-1.25h7.5a1.25 1.25 0 1 1 0 2.5h-7.5c-.69 0-1.25-.56-1.25-1.25M16 26a2 2 0 1 1-4 0a2 2 0 0 1 4 0m18 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4M8.765 18.267l.433-1.767H7.25a1.25 1.25 0 1 1 0-2.5h2.56l.793-3.237A6.25 6.25 0 0 1 16.673 6H30.98a6.25 6.25 0 0 1 6.009 4.533l.99 3.467h2.772a1.25 1.25 0 1 1 0 2.5h-2.057l.5 1.751A4.25 4.25 0 0 1 42 22.25v17.5A3.25 3.25 0 0 1 38.75 43h-3.5A3.25 3.25 0 0 1 32 39.75V36.5H16v3.25A3.25 3.25 0 0 1 12.75 43h-3.5A3.25 3.25 0 0 1 6 39.75v-17.5a4.25 4.25 0 0 1 2.765-3.983m4.266-6.909L11.404 18h25.117l-1.937-6.78a3.75 3.75 0 0 0-3.606-2.72H16.674a3.75 3.75 0 0 0-3.642 2.858M10.25 20.5a1.75 1.75 0 0 0-1.75 1.75V34h31V22.25a1.75 1.75 0 0 0-1.75-1.75zM34.5 39.75c0 .414.336.75.75.75h3.5a.75.75 0 0 0 .75-.75V36.5h-5zm-26-3.25v3.25c0 .414.336.75.75.75h3.5a.75.75 0 0 0 .75-.75V36.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M19 29.25c0-.69.56-1.25 1.25-1.25h7.5a1.25 1.25 0 1 1 0 2.5h-7.5c-.69 0-1.25-.56-1.25-1.25M16 26a2 2 0 1 1-4 0a2 2 0 0 1 4 0m18 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4M8.765 18.267l.433-1.767H7.25a1.25 1.25 0 1 1 0-2.5h2.56l.793-3.237A6.25 6.25 0 0 1 16.673 6H30.98a6.25 6.25 0 0 1 6.009 4.533l.99 3.467h2.772a1.25 1.25 0 1 1 0 2.5h-2.057l.5 1.751A4.25 4.25 0 0 1 42 22.25v17.5A3.25 3.25 0 0 1 38.75 43h-3.5A3.25 3.25 0 0 1 32 39.75V36.5H16v3.25A3.25 3.25 0 0 1 12.75 43h-3.5A3.25 3.25 0 0 1 6 39.75v-17.5a4.25 4.25 0 0 1 2.765-3.983m4.266-6.909L11.404 18h25.117l-1.937-6.78a3.75 3.75 0 0 0-3.606-2.72H16.674a3.75 3.75 0 0 0-3.642 2.858M10.25 20.5a1.75 1.75 0 0 0-1.75 1.75V34h31V22.25a1.75 1.75 0 0 0-1.75-1.75zM34.5 39.75c0 .414.336.75.75.75h3.5a.75.75 0 0 0 .75-.75V36.5h-5zm-26-3.25v3.25c0 .414.336.75.75.75h3.5a.75.75 0 0 0 .75-.75V36.5z"/></svg> </template>
CSS
.icon-vehicle-car-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2029.25c0-.69.56-1.25%201.25-1.25h7.5a1.25%201.25%200%201%201%200%202.5h-7.5c-.69%200-1.25-.56-1.25-1.25M16%2026a2%202%200%201%201-4%200a2%202%200%200%201%204%200m18%202a2%202%200%201%200%200-4a2%202%200%200%200%200%204M8.765%2018.267l.433-1.767H7.25a1.25%201.25%200%201%201%200-2.5h2.56l.793-3.237A6.25%206.25%200%200%201%2016.673%206H30.98a6.25%206.25%200%200%201%206.009%204.533l.99%203.467h2.772a1.25%201.25%200%201%201%200%202.5h-2.057l.5%201.751A4.25%204.25%200%200%201%2042%2022.25v17.5A3.25%203.25%200%200%201%2038.75%2043h-3.5A3.25%203.25%200%200%201%2032%2039.75V36.5H16v3.25A3.25%203.25%200%200%201%2012.75%2043h-3.5A3.25%203.25%200%200%201%206%2039.75v-17.5a4.25%204.25%200%200%201%202.765-3.983m4.266-6.909L11.404%2018h25.117l-1.937-6.78a3.75%203.75%200%200%200-3.606-2.72H16.674a3.75%203.75%200%200%200-3.642%202.858M10.25%2020.5a1.75%201.75%200%200%200-1.75%201.75V34h31V22.25a1.75%201.75%200%200%200-1.75-1.75zM34.5%2039.75c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%20.75-.75V36.5h-5zm-26-3.25v3.25c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%20.75-.75V36.5z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2029.25c0-.69.56-1.25%201.25-1.25h7.5a1.25%201.25%200%201%201%200%202.5h-7.5c-.69%200-1.25-.56-1.25-1.25M16%2026a2%202%200%201%201-4%200a2%202%200%200%201%204%200m18%202a2%202%200%201%200%200-4a2%202%200%200%200%200%204M8.765%2018.267l.433-1.767H7.25a1.25%201.25%200%201%201%200-2.5h2.56l.793-3.237A6.25%206.25%200%200%201%2016.673%206H30.98a6.25%206.25%200%200%201%206.009%204.533l.99%203.467h2.772a1.25%201.25%200%201%201%200%202.5h-2.057l.5%201.751A4.25%204.25%200%200%201%2042%2022.25v17.5A3.25%203.25%200%200%201%2038.75%2043h-3.5A3.25%203.25%200%200%201%2032%2039.75V36.5H16v3.25A3.25%203.25%200%200%201%2012.75%2043h-3.5A3.25%203.25%200%200%201%206%2039.75v-17.5a4.25%204.25%200%200%201%202.765-3.983m4.266-6.909L11.404%2018h25.117l-1.937-6.78a3.75%203.75%200%200%200-3.606-2.72H16.674a3.75%203.75%200%200%200-3.642%202.858M10.25%2020.5a1.75%201.75%200%200%200-1.75%201.75V34h31V22.25a1.75%201.75%200%200%200-1.75-1.75zM34.5%2039.75c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%20.75-.75V36.5h-5zm-26-3.25v3.25c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%20.75-.75V36.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-car-48-regular.svg?color=%231a73e8&size=48