vehicle truck profile icon
vehicle-truck-profile-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-truck-profile-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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-28-regularvehicle-truck-profile-32-filledvehicle-truck-profile-32-regularvehicle-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 48 48"><path fill="currentColor" d="M4 10.25A4.25 4.25 0 0 1 8.25 6h20.5A4.25 4.25 0 0 1 33 10.25V12h3.31c1.673 0 3.19.98 3.876 2.506l3.44 7.644A4.25 4.25 0 0 1 44 23.894V34.75A4.25 4.25 0 0 1 39.75 39h-3.833a6.002 6.002 0 0 1-11.834 0h-4.166a6.002 6.002 0 0 1-11.835-.003A4.25 4.25 0 0 1 4 34.75zM26.645 39a3.502 3.502 0 0 0 6.855-1a3.5 3.5 0 1 0-6.855 1M14 41.5a3.5 3.5 0 0 0 3.5-3.5a3.5 3.5 0 1 0-3.5 3.5M41.5 31h-3.25a1.25 1.25 0 1 0 0 2.5h3.25zM33 22h7.817l-2.91-6.468A1.75 1.75 0 0 0 36.31 14.5H33z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleTruckProfile48Filled(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="M4 10.25A4.25 4.25 0 0 1 8.25 6h20.5A4.25 4.25 0 0 1 33 10.25V12h3.31c1.673 0 3.19.98 3.876 2.506l3.44 7.644A4.25 4.25 0 0 1 44 23.894V34.75A4.25 4.25 0 0 1 39.75 39h-3.833a6.002 6.002 0 0 1-11.834 0h-4.166a6.002 6.002 0 0 1-11.835-.003A4.25 4.25 0 0 1 4 34.75zM26.645 39a3.502 3.502 0 0 0 6.855-1a3.5 3.5 0 1 0-6.855 1M14 41.5a3.5 3.5 0 0 0 3.5-3.5a3.5 3.5 0 1 0-3.5 3.5M41.5 31h-3.25a1.25 1.25 0 1 0 0 2.5h3.25zM33 22h7.817l-2.91-6.468A1.75 1.75 0 0 0 36.31 14.5H33z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M4 10.25A4.25 4.25 0 0 1 8.25 6h20.5A4.25 4.25 0 0 1 33 10.25V12h3.31c1.673 0 3.19.98 3.876 2.506l3.44 7.644A4.25 4.25 0 0 1 44 23.894V34.75A4.25 4.25 0 0 1 39.75 39h-3.833a6.002 6.002 0 0 1-11.834 0h-4.166a6.002 6.002 0 0 1-11.835-.003A4.25 4.25 0 0 1 4 34.75zM26.645 39a3.502 3.502 0 0 0 6.855-1a3.5 3.5 0 1 0-6.855 1M14 41.5a3.5 3.5 0 0 0 3.5-3.5a3.5 3.5 0 1 0-3.5 3.5M41.5 31h-3.25a1.25 1.25 0 1 0 0 2.5h3.25zM33 22h7.817l-2.91-6.468A1.75 1.75 0 0 0 36.31 14.5H33z"/></svg> </template>
CSS
.icon-vehicle-truck-profile-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2010.25A4.25%204.25%200%200%201%208.25%206h20.5A4.25%204.25%200%200%201%2033%2010.25V12h3.31c1.673%200%203.19.98%203.876%202.506l3.44%207.644A4.25%204.25%200%200%201%2044%2023.894V34.75A4.25%204.25%200%200%201%2039.75%2039h-3.833a6.002%206.002%200%200%201-11.834%200h-4.166a6.002%206.002%200%200%201-11.835-.003A4.25%204.25%200%200%201%204%2034.75zM26.645%2039a3.502%203.502%200%200%200%206.855-1a3.5%203.5%200%201%200-6.855%201M14%2041.5a3.5%203.5%200%200%200%203.5-3.5a3.5%203.5%200%201%200-3.5%203.5M41.5%2031h-3.25a1.25%201.25%200%201%200%200%202.5h3.25zM33%2022h7.817l-2.91-6.468A1.75%201.75%200%200%200%2036.31%2014.5H33z%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%22M4%2010.25A4.25%204.25%200%200%201%208.25%206h20.5A4.25%204.25%200%200%201%2033%2010.25V12h3.31c1.673%200%203.19.98%203.876%202.506l3.44%207.644A4.25%204.25%200%200%201%2044%2023.894V34.75A4.25%204.25%200%200%201%2039.75%2039h-3.833a6.002%206.002%200%200%201-11.834%200h-4.166a6.002%206.002%200%200%201-11.835-.003A4.25%204.25%200%200%201%204%2034.75zM26.645%2039a3.502%203.502%200%200%200%206.855-1a3.5%203.5%200%201%200-6.855%201M14%2041.5a3.5%203.5%200%200%200%203.5-3.5a3.5%203.5%200%201%200-3.5%203.5M41.5%2031h-3.25a1.25%201.25%200%201%200%200%202.5h3.25zM33%2022h7.817l-2.91-6.468A1.75%201.75%200%200%200%2036.31%2014.5H33z%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-48-filled.svg?color=%231a73e8&size=48