vehicle truck profile icon
vehicle-truck-profile-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-truck-profile-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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-filled
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="M8.25 6A4.25 4.25 0 0 0 4 10.25v24.5a4.25 4.25 0 0 0 4.082 4.247A6.002 6.002 0 0 0 19.917 39h4.166a6.002 6.002 0 0 0 11.834 0h3.833A4.25 4.25 0 0 0 44 34.75V23.894a4.25 4.25 0 0 0-.374-1.744l-3.44-7.644A4.25 4.25 0 0 0 36.31 12H33v-1.75A4.25 4.25 0 0 0 28.75 6zm27.561 30.5A6 6 0 0 0 33 32.803V24.5h8.5V31h-3.25a1.25 1.25 0 1 0 0 2.5h3.25v1.25a1.75 1.75 0 0 1-1.75 1.75zM33 36.196A3.5 3.5 0 0 1 33.5 38a3.502 3.502 0 1 1-6.663-1.5A3.5 3.5 0 0 1 33 36.196m-2.5-4.175a6 6 0 0 0-6.311 4.48h-4.378a6.003 6.003 0 0 0-11.622-.002A1.75 1.75 0 0 1 6.5 34.75v-24.5c0-.966.784-1.75 1.75-1.75h20.5c.966 0 1.75.784 1.75 1.75zM14 41.5a3.502 3.502 0 0 1-3.163-5a3.5 3.5 0 1 1 3.163 5m19-27h3.31a1.75 1.75 0 0 1 1.596 1.032L40.816 22H33z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleTruckProfile48Regular(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="M8.25 6A4.25 4.25 0 0 0 4 10.25v24.5a4.25 4.25 0 0 0 4.082 4.247A6.002 6.002 0 0 0 19.917 39h4.166a6.002 6.002 0 0 0 11.834 0h3.833A4.25 4.25 0 0 0 44 34.75V23.894a4.25 4.25 0 0 0-.374-1.744l-3.44-7.644A4.25 4.25 0 0 0 36.31 12H33v-1.75A4.25 4.25 0 0 0 28.75 6zm27.561 30.5A6 6 0 0 0 33 32.803V24.5h8.5V31h-3.25a1.25 1.25 0 1 0 0 2.5h3.25v1.25a1.75 1.75 0 0 1-1.75 1.75zM33 36.196A3.5 3.5 0 0 1 33.5 38a3.502 3.502 0 1 1-6.663-1.5A3.5 3.5 0 0 1 33 36.196m-2.5-4.175a6 6 0 0 0-6.311 4.48h-4.378a6.003 6.003 0 0 0-11.622-.002A1.75 1.75 0 0 1 6.5 34.75v-24.5c0-.966.784-1.75 1.75-1.75h20.5c.966 0 1.75.784 1.75 1.75zM14 41.5a3.502 3.502 0 0 1-3.163-5a3.5 3.5 0 1 1 3.163 5m19-27h3.31a1.75 1.75 0 0 1 1.596 1.032L40.816 22H33z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.25 6A4.25 4.25 0 0 0 4 10.25v24.5a4.25 4.25 0 0 0 4.082 4.247A6.002 6.002 0 0 0 19.917 39h4.166a6.002 6.002 0 0 0 11.834 0h3.833A4.25 4.25 0 0 0 44 34.75V23.894a4.25 4.25 0 0 0-.374-1.744l-3.44-7.644A4.25 4.25 0 0 0 36.31 12H33v-1.75A4.25 4.25 0 0 0 28.75 6zm27.561 30.5A6 6 0 0 0 33 32.803V24.5h8.5V31h-3.25a1.25 1.25 0 1 0 0 2.5h3.25v1.25a1.75 1.75 0 0 1-1.75 1.75zM33 36.196A3.5 3.5 0 0 1 33.5 38a3.502 3.502 0 1 1-6.663-1.5A3.5 3.5 0 0 1 33 36.196m-2.5-4.175a6 6 0 0 0-6.311 4.48h-4.378a6.003 6.003 0 0 0-11.622-.002A1.75 1.75 0 0 1 6.5 34.75v-24.5c0-.966.784-1.75 1.75-1.75h20.5c.966 0 1.75.784 1.75 1.75zM14 41.5a3.502 3.502 0 0 1-3.163-5a3.5 3.5 0 1 1 3.163 5m19-27h3.31a1.75 1.75 0 0 1 1.596 1.032L40.816 22H33z"/></svg> </template>
CSS
.icon-vehicle-truck-profile-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%22M8.25%206A4.25%204.25%200%200%200%204%2010.25v24.5a4.25%204.25%200%200%200%204.082%204.247A6.002%206.002%200%200%200%2019.917%2039h4.166a6.002%206.002%200%200%200%2011.834%200h3.833A4.25%204.25%200%200%200%2044%2034.75V23.894a4.25%204.25%200%200%200-.374-1.744l-3.44-7.644A4.25%204.25%200%200%200%2036.31%2012H33v-1.75A4.25%204.25%200%200%200%2028.75%206zm27.561%2030.5A6%206%200%200%200%2033%2032.803V24.5h8.5V31h-3.25a1.25%201.25%200%201%200%200%202.5h3.25v1.25a1.75%201.75%200%200%201-1.75%201.75zM33%2036.196A3.5%203.5%200%200%201%2033.5%2038a3.502%203.502%200%201%201-6.663-1.5A3.5%203.5%200%200%201%2033%2036.196m-2.5-4.175a6%206%200%200%200-6.311%204.48h-4.378a6.003%206.003%200%200%200-11.622-.002A1.75%201.75%200%200%201%206.5%2034.75v-24.5c0-.966.784-1.75%201.75-1.75h20.5c.966%200%201.75.784%201.75%201.75zM14%2041.5a3.502%203.502%200%200%201-3.163-5a3.5%203.5%200%201%201%203.163%205m19-27h3.31a1.75%201.75%200%200%201%201.596%201.032L40.816%2022H33z%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%22M8.25%206A4.25%204.25%200%200%200%204%2010.25v24.5a4.25%204.25%200%200%200%204.082%204.247A6.002%206.002%200%200%200%2019.917%2039h4.166a6.002%206.002%200%200%200%2011.834%200h3.833A4.25%204.25%200%200%200%2044%2034.75V23.894a4.25%204.25%200%200%200-.374-1.744l-3.44-7.644A4.25%204.25%200%200%200%2036.31%2012H33v-1.75A4.25%204.25%200%200%200%2028.75%206zm27.561%2030.5A6%206%200%200%200%2033%2032.803V24.5h8.5V31h-3.25a1.25%201.25%200%201%200%200%202.5h3.25v1.25a1.75%201.75%200%200%201-1.75%201.75zM33%2036.196A3.5%203.5%200%200%201%2033.5%2038a3.502%203.502%200%201%201-6.663-1.5A3.5%203.5%200%200%201%2033%2036.196m-2.5-4.175a6%206%200%200%200-6.311%204.48h-4.378a6.003%206.003%200%200%200-11.622-.002A1.75%201.75%200%200%201%206.5%2034.75v-24.5c0-.966.784-1.75%201.75-1.75h20.5c.966%200%201.75.784%201.75%201.75zM14%2041.5a3.502%203.502%200%200%201-3.163-5a3.5%203.5%200%201%201%203.163%205m19-27h3.31a1.75%201.75%200%200%201%201.596%201.032L40.816%2022H33z%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-regular.svg?color=%231a73e8&size=48