vehicle truck profile icon
vehicle-truck-profile-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-truck-profile-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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-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 32 32"><path fill="currentColor" d="M2 6.25A3.25 3.25 0 0 1 5.25 3h13.5A3.25 3.25 0 0 1 22 6.25V7h2.516c1.3 0 2.475.775 2.988 1.97l2.233 5.212c.174.404.263.84.263 1.28v7.288A3.25 3.25 0 0 1 26.75 26h-2.876a4.002 4.002 0 0 1-7.748 0h-2.252a4.002 4.002 0 0 1-7.748 0H5.25A3.25 3.25 0 0 1 2 22.75zM18.268 26A2 2 0 0 0 22 25a2 2 0 1 0-3.732 1M10 27a2 2 0 1 0 0-4a2 2 0 1 0 0 4m12-13h5.483l-1.818-4.242A1.25 1.25 0 0 0 24.516 9H22zm4 6a1 1 0 1 0 0 2h2v-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleTruckProfile32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 6.25A3.25 3.25 0 0 1 5.25 3h13.5A3.25 3.25 0 0 1 22 6.25V7h2.516c1.3 0 2.475.775 2.988 1.97l2.233 5.212c.174.404.263.84.263 1.28v7.288A3.25 3.25 0 0 1 26.75 26h-2.876a4.002 4.002 0 0 1-7.748 0h-2.252a4.002 4.002 0 0 1-7.748 0H5.25A3.25 3.25 0 0 1 2 22.75zM18.268 26A2 2 0 0 0 22 25a2 2 0 1 0-3.732 1M10 27a2 2 0 1 0 0-4a2 2 0 1 0 0 4m12-13h5.483l-1.818-4.242A1.25 1.25 0 0 0 24.516 9H22zm4 6a1 1 0 1 0 0 2h2v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 6.25A3.25 3.25 0 0 1 5.25 3h13.5A3.25 3.25 0 0 1 22 6.25V7h2.516c1.3 0 2.475.775 2.988 1.97l2.233 5.212c.174.404.263.84.263 1.28v7.288A3.25 3.25 0 0 1 26.75 26h-2.876a4.002 4.002 0 0 1-7.748 0h-2.252a4.002 4.002 0 0 1-7.748 0H5.25A3.25 3.25 0 0 1 2 22.75zM18.268 26A2 2 0 0 0 22 25a2 2 0 1 0-3.732 1M10 27a2 2 0 1 0 0-4a2 2 0 1 0 0 4m12-13h5.483l-1.818-4.242A1.25 1.25 0 0 0 24.516 9H22zm4 6a1 1 0 1 0 0 2h2v-2z"/></svg> </template>
CSS
.icon-vehicle-truck-profile-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206.25A3.25%203.25%200%200%201%205.25%203h13.5A3.25%203.25%200%200%201%2022%206.25V7h2.516c1.3%200%202.475.775%202.988%201.97l2.233%205.212c.174.404.263.84.263%201.28v7.288A3.25%203.25%200%200%201%2026.75%2026h-2.876a4.002%204.002%200%200%201-7.748%200h-2.252a4.002%204.002%200%200%201-7.748%200H5.25A3.25%203.25%200%200%201%202%2022.75zM18.268%2026A2%202%200%200%200%2022%2025a2%202%200%201%200-3.732%201M10%2027a2%202%200%201%200%200-4a2%202%200%201%200%200%204m12-13h5.483l-1.818-4.242A1.25%201.25%200%200%200%2024.516%209H22zm4%206a1%201%200%201%200%200%202h2v-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206.25A3.25%203.25%200%200%201%205.25%203h13.5A3.25%203.25%200%200%201%2022%206.25V7h2.516c1.3%200%202.475.775%202.988%201.97l2.233%205.212c.174.404.263.84.263%201.28v7.288A3.25%203.25%200%200%201%2026.75%2026h-2.876a4.002%204.002%200%200%201-7.748%200h-2.252a4.002%204.002%200%200%201-7.748%200H5.25A3.25%203.25%200%200%201%202%2022.75zM18.268%2026A2%202%200%200%200%2022%2025a2%202%200%201%200-3.732%201M10%2027a2%202%200%201%200%200-4a2%202%200%201%200%200%204m12-13h5.483l-1.818-4.242A1.25%201.25%200%200%200%2024.516%209H22zm4%206a1%201%200%201%200%200%202h2v-2z%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-32-filled.svg?color=%231a73e8&size=48