vehicle-truck-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
vehicle-truck-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the vehicle truck icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 5.25A2.25 2.25 0 0 1 5.25 3h13.5A2.25 2.25 0 0 1 21 5.25v13.5a.75.75 0 0 1-.75.75h-1v-8.25q0-.165-.036-.325l-.739-3.326a3 3 0 0 0-2.928-2.349H8.453A3 3 0 0 0 5.525 7.6l-.74 3.325a1.5 1.5 0 0 0-.035.325v8.25h-1a.75.75 0 0 1-.75-.75zM8.453 6a2.25 2.25 0 0 0-2.196 1.762l-.74 3.325a1 1 0 0 0-.017.163v9c0 .966.784 1.75 1.75 1.75h1.5a1.75 1.75 0 0 0 1.75-1.75v-.75h3v.75c0 .966.784 1.75 1.75 1.75h1.5a1.75 1.75 0 0 0 1.75-1.75v-9a1 1 0 0 0-.018-.163l-.739-3.325A2.25 2.25 0 0 0 15.547 6zm-.732 2.087a.75.75 0 0 1 .732-.587h7.094a.75.75 0 0 1 .732.587l.536 2.413h-9.63zM7 20.25v-.75h2v.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25m10-.75v.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-.75zm-6.25-3h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5m-.745-2.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M15 15a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleTruck24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 5.25A2.25 2.25 0 0 1 5.25 3h13.5A2.25 2.25 0 0 1 21 5.25v13.5a.75.75 0 0 1-.75.75h-1v-8.25q0-.165-.036-.325l-.739-3.326a3 3 0 0 0-2.928-2.349H8.453A3 3 0 0 0 5.525 7.6l-.74 3.325a1.5 1.5 0 0 0-.035.325v8.25h-1a.75.75 0 0 1-.75-.75zM8.453 6a2.25 2.25 0 0 0-2.196 1.762l-.74 3.325a1 1 0 0 0-.017.163v9c0 .966.784 1.75 1.75 1.75h1.5a1.75 1.75 0 0 0 1.75-1.75v-.75h3v.75c0 .966.784 1.75 1.75 1.75h1.5a1.75 1.75 0 0 0 1.75-1.75v-9a1 1 0 0 0-.018-.163l-.739-3.325A2.25 2.25 0 0 0 15.547 6zm-.732 2.087a.75.75 0 0 1 .732-.587h7.094a.75.75 0 0 1 .732.587l.536 2.413h-9.63zM7 20.25v-.75h2v.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25m10-.75v.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-.75zm-6.25-3h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5m-.745-2.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M15 15a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 5.25A2.25 2.25 0 0 1 5.25 3h13.5A2.25 2.25 0 0 1 21 5.25v13.5a.75.75 0 0 1-.75.75h-1v-8.25q0-.165-.036-.325l-.739-3.326a3 3 0 0 0-2.928-2.349H8.453A3 3 0 0 0 5.525 7.6l-.74 3.325a1.5 1.5 0 0 0-.035.325v8.25h-1a.75.75 0 0 1-.75-.75zM8.453 6a2.25 2.25 0 0 0-2.196 1.762l-.74 3.325a1 1 0 0 0-.017.163v9c0 .966.784 1.75 1.75 1.75h1.5a1.75 1.75 0 0 0 1.75-1.75v-.75h3v.75c0 .966.784 1.75 1.75 1.75h1.5a1.75 1.75 0 0 0 1.75-1.75v-9a1 1 0 0 0-.018-.163l-.739-3.325A2.25 2.25 0 0 0 15.547 6zm-.732 2.087a.75.75 0 0 1 .732-.587h7.094a.75.75 0 0 1 .732.587l.536 2.413h-9.63zM7 20.25v-.75h2v.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25m10-.75v.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-.75zm-6.25-3h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5m-.745-2.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M15 15a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
</template>

CSS

.icon-vehicle-truck-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%205.25A2.25%202.25%200%200%201%205.25%203h13.5A2.25%202.25%200%200%201%2021%205.25v13.5a.75.75%200%200%201-.75.75h-1v-8.25q0-.165-.036-.325l-.739-3.326a3%203%200%200%200-2.928-2.349H8.453A3%203%200%200%200%205.525%207.6l-.74%203.325a1.5%201.5%200%200%200-.035.325v8.25h-1a.75.75%200%200%201-.75-.75zM8.453%206a2.25%202.25%200%200%200-2.196%201.762l-.74%203.325a1%201%200%200%200-.017.163v9c0%20.966.784%201.75%201.75%201.75h1.5a1.75%201.75%200%200%200%201.75-1.75v-.75h3v.75c0%20.966.784%201.75%201.75%201.75h1.5a1.75%201.75%200%200%200%201.75-1.75v-9a1%201%200%200%200-.018-.163l-.739-3.325A2.25%202.25%200%200%200%2015.547%206zm-.732%202.087a.75.75%200%200%201%20.732-.587h7.094a.75.75%200%200%201%20.732.587l.536%202.413h-9.63zM7%2020.25v-.75h2v.75a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25m10-.75v.75a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25v-.75zm-6.25-3h2.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201%200-1.5m-.745-2.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200M15%2015a1%201%200%201%201%200-2a1%201%200%200%201%200%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%205.25A2.25%202.25%200%200%201%205.25%203h13.5A2.25%202.25%200%200%201%2021%205.25v13.5a.75.75%200%200%201-.75.75h-1v-8.25q0-.165-.036-.325l-.739-3.326a3%203%200%200%200-2.928-2.349H8.453A3%203%200%200%200%205.525%207.6l-.74%203.325a1.5%201.5%200%200%200-.035.325v8.25h-1a.75.75%200%200%201-.75-.75zM8.453%206a2.25%202.25%200%200%200-2.196%201.762l-.74%203.325a1%201%200%200%200-.017.163v9c0%20.966.784%201.75%201.75%201.75h1.5a1.75%201.75%200%200%200%201.75-1.75v-.75h3v.75c0%20.966.784%201.75%201.75%201.75h1.5a1.75%201.75%200%200%200%201.75-1.75v-9a1%201%200%200%200-.018-.163l-.739-3.325A2.25%202.25%200%200%200%2015.547%206zm-.732%202.087a.75.75%200%200%201%20.732-.587h7.094a.75.75%200%200%201%20.732.587l.536%202.413h-9.63zM7%2020.25v-.75h2v.75a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25m10-.75v.75a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25v-.75zm-6.25-3h2.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201%200-1.5m-.745-2.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200M15%2015a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-truck-24-filled.svg?color=%231a73e8&size=48