vehicle truck profile icon
vehicle-truck-profile-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-truck-profile-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
vehicle-truck-profile-16-filledvehicle-truck-profile-16-regularvehicle-truck-profile-20-filledvehicle-truck-profile-20-regularvehicle-truck-profile-24-filledvehicle-truck-profile-24-regularvehicle-truck-profile-28-filledvehicle-truck-profile-32-filledvehicle-truck-profile-32-regularvehicle-truck-profile-48-filledvehicle-truck-profile-48-regular
Related icons in Fluent UI System Icons
vehicle-bicycle-16-filledvehicle-bus-16-filledvehicle-cab-16-filledvehicle-cable-car-20-filledvehicle-car-16-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-filled
Use the vehicle truck profile icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.75 3A2.75 2.75 0 0 0 2 5.75v14.5A2.75 2.75 0 0 0 4.75 23h.285a3.5 3.5 0 0 0 6.93 0h2.07a3.501 3.501 0 0 0 6.93 0h2.285A2.75 2.75 0 0 0 26 20.25v-6.296c0-.411-.092-.816-.27-1.187l-2.01-4.203A2.75 2.75 0 0 0 21.24 7H19V5.75A2.75 2.75 0 0 0 16.25 3zm16.105 18.5A3.5 3.5 0 0 0 19 19.337V14.5h5.5V18h-1.75a.75.75 0 0 0 0 1.5h1.75v.75c0 .69-.56 1.25-1.25 1.25zM19 21.177a2 2 0 1 1-2.997 2.648A2 2 0 0 1 19 21.177M17.5 19a3.5 3.5 0 0 0-3.355 2.5h-2.29a3.502 3.502 0 0 0-6.71 0H4.75c-.69 0-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25 1.25-1.25h11.5c.69 0 1.25.56 1.25 1.25zm-9 5.5a2 2 0 1 1 0-4.002a2 2 0 0 1 0 4.002M19 8.5h2.24c.48 0 .92.276 1.127.71L24.18 13H19z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleTruckProfile28Regular(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="M4.75 3A2.75 2.75 0 0 0 2 5.75v14.5A2.75 2.75 0 0 0 4.75 23h.285a3.5 3.5 0 0 0 6.93 0h2.07a3.501 3.501 0 0 0 6.93 0h2.285A2.75 2.75 0 0 0 26 20.25v-6.296c0-.411-.092-.816-.27-1.187l-2.01-4.203A2.75 2.75 0 0 0 21.24 7H19V5.75A2.75 2.75 0 0 0 16.25 3zm16.105 18.5A3.5 3.5 0 0 0 19 19.337V14.5h5.5V18h-1.75a.75.75 0 0 0 0 1.5h1.75v.75c0 .69-.56 1.25-1.25 1.25zM19 21.177a2 2 0 1 1-2.997 2.648A2 2 0 0 1 19 21.177M17.5 19a3.5 3.5 0 0 0-3.355 2.5h-2.29a3.502 3.502 0 0 0-6.71 0H4.75c-.69 0-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25 1.25-1.25h11.5c.69 0 1.25.56 1.25 1.25zm-9 5.5a2 2 0 1 1 0-4.002a2 2 0 0 1 0 4.002M19 8.5h2.24c.48 0 .92.276 1.127.71L24.18 13H19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.75 3A2.75 2.75 0 0 0 2 5.75v14.5A2.75 2.75 0 0 0 4.75 23h.285a3.5 3.5 0 0 0 6.93 0h2.07a3.501 3.501 0 0 0 6.93 0h2.285A2.75 2.75 0 0 0 26 20.25v-6.296c0-.411-.092-.816-.27-1.187l-2.01-4.203A2.75 2.75 0 0 0 21.24 7H19V5.75A2.75 2.75 0 0 0 16.25 3zm16.105 18.5A3.5 3.5 0 0 0 19 19.337V14.5h5.5V18h-1.75a.75.75 0 0 0 0 1.5h1.75v.75c0 .69-.56 1.25-1.25 1.25zM19 21.177a2 2 0 1 1-2.997 2.648A2 2 0 0 1 19 21.177M17.5 19a3.5 3.5 0 0 0-3.355 2.5h-2.29a3.502 3.502 0 0 0-6.71 0H4.75c-.69 0-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25 1.25-1.25h11.5c.69 0 1.25.56 1.25 1.25zm-9 5.5a2 2 0 1 1 0-4.002a2 2 0 0 1 0 4.002M19 8.5h2.24c.48 0 .92.276 1.127.71L24.18 13H19z"/></svg> </template>
CSS
.icon-vehicle-truck-profile-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%22M4.75%203A2.75%202.75%200%200%200%202%205.75v14.5A2.75%202.75%200%200%200%204.75%2023h.285a3.5%203.5%200%200%200%206.93%200h2.07a3.501%203.501%200%200%200%206.93%200h2.285A2.75%202.75%200%200%200%2026%2020.25v-6.296c0-.411-.092-.816-.27-1.187l-2.01-4.203A2.75%202.75%200%200%200%2021.24%207H19V5.75A2.75%202.75%200%200%200%2016.25%203zm16.105%2018.5A3.5%203.5%200%200%200%2019%2019.337V14.5h5.5V18h-1.75a.75.75%200%200%200%200%201.5h1.75v.75c0%20.69-.56%201.25-1.25%201.25zM19%2021.177a2%202%200%201%201-2.997%202.648A2%202%200%200%201%2019%2021.177M17.5%2019a3.5%203.5%200%200%200-3.355%202.5h-2.29a3.502%203.502%200%200%200-6.71%200H4.75c-.69%200-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25%201.25-1.25h11.5c.69%200%201.25.56%201.25%201.25zm-9%205.5a2%202%200%201%201%200-4.002a2%202%200%200%201%200%204.002M19%208.5h2.24c.48%200%20.92.276%201.127.71L24.18%2013H19z%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%22M4.75%203A2.75%202.75%200%200%200%202%205.75v14.5A2.75%202.75%200%200%200%204.75%2023h.285a3.5%203.5%200%200%200%206.93%200h2.07a3.501%203.501%200%200%200%206.93%200h2.285A2.75%202.75%200%200%200%2026%2020.25v-6.296c0-.411-.092-.816-.27-1.187l-2.01-4.203A2.75%202.75%200%200%200%2021.24%207H19V5.75A2.75%202.75%200%200%200%2016.25%203zm16.105%2018.5A3.5%203.5%200%200%200%2019%2019.337V14.5h5.5V18h-1.75a.75.75%200%200%200%200%201.5h1.75v.75c0%20.69-.56%201.25-1.25%201.25zM19%2021.177a2%202%200%201%201-2.997%202.648A2%202%200%200%201%2019%2021.177M17.5%2019a3.5%203.5%200%200%200-3.355%202.5h-2.29a3.502%203.502%200%200%200-6.71%200H4.75c-.69%200-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25%201.25-1.25h11.5c.69%200%201.25.56%201.25%201.25zm-9%205.5a2%202%200%201%201%200-4.002a2%202%200%200%201%200%204.002M19%208.5h2.24c.48%200%20.92.276%201.127.71L24.18%2013H19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-truck-profile-28-regular.svg?color=%231a73e8&size=48