document table truck icon

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

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

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document table truck icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.113 17.25V16h-2.462l.098.196c.165.33.251.693.251 1.062v.242h1.863a.25.25 0 0 0 .25-.25m0-2.75h-3.212l-.177-.354a2.4 2.4 0 0 0-.61-.768V13h3.75a.25.25 0 0 1 .25.25zM13 20.25V19h1.863a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75H9.181c-.43-.314-.961-.5-1.535-.5H3.613V4a2 2 0 0 1 2-2h6v6a2 2 0 0 0 2 2h6v10a2 2 0 0 1-2 2h-5.382A2.37 2.37 0 0 0 13 20.25M13.113 8V2.5l6 6h-5.5a.5.5 0 0 1-.5-.5M1 13.604C1 12.718 1.718 12 2.604 12h5.042c.886 0 1.604.718 1.604 1.604v.23h.35c.52 0 .997.294 1.23.76l1.025 2.05c.095.19.145.4.145.614v2.992c0 .76-.616 1.375-1.375 1.375h-.516a1.834 1.834 0 0 1-3.551 0H5.526a1.834 1.834 0 0 1-3.582-.142A1.6 1.6 0 0 1 1 20.021zm8.25 1.146v1.833h1.55l-.79-1.58a.46.46 0 0 0-.41-.253zm-5.5 5.5a.917.917 0 1 0 0 1.833a.917.917 0 0 0 0-1.833m3.667.917a.917.917 0 1 0 1.833 0a.917.917 0 0 0-1.833 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentTableTruck24Filled(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="M15.113 17.25V16h-2.462l.098.196c.165.33.251.693.251 1.062v.242h1.863a.25.25 0 0 0 .25-.25m0-2.75h-3.212l-.177-.354a2.4 2.4 0 0 0-.61-.768V13h3.75a.25.25 0 0 1 .25.25zM13 20.25V19h1.863a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75H9.181c-.43-.314-.961-.5-1.535-.5H3.613V4a2 2 0 0 1 2-2h6v6a2 2 0 0 0 2 2h6v10a2 2 0 0 1-2 2h-5.382A2.37 2.37 0 0 0 13 20.25M13.113 8V2.5l6 6h-5.5a.5.5 0 0 1-.5-.5M1 13.604C1 12.718 1.718 12 2.604 12h5.042c.886 0 1.604.718 1.604 1.604v.23h.35c.52 0 .997.294 1.23.76l1.025 2.05c.095.19.145.4.145.614v2.992c0 .76-.616 1.375-1.375 1.375h-.516a1.834 1.834 0 0 1-3.551 0H5.526a1.834 1.834 0 0 1-3.582-.142A1.6 1.6 0 0 1 1 20.021zm8.25 1.146v1.833h1.55l-.79-1.58a.46.46 0 0 0-.41-.253zm-5.5 5.5a.917.917 0 1 0 0 1.833a.917.917 0 0 0 0-1.833m3.667.917a.917.917 0 1 0 1.833 0a.917.917 0 0 0-1.833 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.113 17.25V16h-2.462l.098.196c.165.33.251.693.251 1.062v.242h1.863a.25.25 0 0 0 .25-.25m0-2.75h-3.212l-.177-.354a2.4 2.4 0 0 0-.61-.768V13h3.75a.25.25 0 0 1 .25.25zM13 20.25V19h1.863a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75H9.181c-.43-.314-.961-.5-1.535-.5H3.613V4a2 2 0 0 1 2-2h6v6a2 2 0 0 0 2 2h6v10a2 2 0 0 1-2 2h-5.382A2.37 2.37 0 0 0 13 20.25M13.113 8V2.5l6 6h-5.5a.5.5 0 0 1-.5-.5M1 13.604C1 12.718 1.718 12 2.604 12h5.042c.886 0 1.604.718 1.604 1.604v.23h.35c.52 0 .997.294 1.23.76l1.025 2.05c.095.19.145.4.145.614v2.992c0 .76-.616 1.375-1.375 1.375h-.516a1.834 1.834 0 0 1-3.551 0H5.526a1.834 1.834 0 0 1-3.582-.142A1.6 1.6 0 0 1 1 20.021zm8.25 1.146v1.833h1.55l-.79-1.58a.46.46 0 0 0-.41-.253zm-5.5 5.5a.917.917 0 1 0 0 1.833a.917.917 0 0 0 0-1.833m3.667.917a.917.917 0 1 0 1.833 0a.917.917 0 0 0-1.833 0"/></svg>
</template>

CSS

.icon-document-table-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%22M15.113%2017.25V16h-2.462l.098.196c.165.33.251.693.251%201.062v.242h1.863a.25.25%200%200%200%20.25-.25m0-2.75h-3.212l-.177-.354a2.4%202.4%200%200%200-.61-.768V13h3.75a.25.25%200%200%201%20.25.25zM13%2020.25V19h1.863a1.75%201.75%200%200%200%201.75-1.75v-4a1.75%201.75%200%200%200-1.75-1.75H9.181c-.43-.314-.961-.5-1.535-.5H3.613V4a2%202%200%200%201%202-2h6v6a2%202%200%200%200%202%202h6v10a2%202%200%200%201-2%202h-5.382A2.37%202.37%200%200%200%2013%2020.25M13.113%208V2.5l6%206h-5.5a.5.5%200%200%201-.5-.5M1%2013.604C1%2012.718%201.718%2012%202.604%2012h5.042c.886%200%201.604.718%201.604%201.604v.23h.35c.52%200%20.997.294%201.23.76l1.025%202.05c.095.19.145.4.145.614v2.992c0%20.76-.616%201.375-1.375%201.375h-.516a1.834%201.834%200%200%201-3.551%200H5.526a1.834%201.834%200%200%201-3.582-.142A1.6%201.6%200%200%201%201%2020.021zm8.25%201.146v1.833h1.55l-.79-1.58a.46.46%200%200%200-.41-.253zm-5.5%205.5a.917.917%200%201%200%200%201.833a.917.917%200%200%200%200-1.833m3.667.917a.917.917%200%201%200%201.833%200a.917.917%200%200%200-1.833%200%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%22M15.113%2017.25V16h-2.462l.098.196c.165.33.251.693.251%201.062v.242h1.863a.25.25%200%200%200%20.25-.25m0-2.75h-3.212l-.177-.354a2.4%202.4%200%200%200-.61-.768V13h3.75a.25.25%200%200%201%20.25.25zM13%2020.25V19h1.863a1.75%201.75%200%200%200%201.75-1.75v-4a1.75%201.75%200%200%200-1.75-1.75H9.181c-.43-.314-.961-.5-1.535-.5H3.613V4a2%202%200%200%201%202-2h6v6a2%202%200%200%200%202%202h6v10a2%202%200%200%201-2%202h-5.382A2.37%202.37%200%200%200%2013%2020.25M13.113%208V2.5l6%206h-5.5a.5.5%200%200%201-.5-.5M1%2013.604C1%2012.718%201.718%2012%202.604%2012h5.042c.886%200%201.604.718%201.604%201.604v.23h.35c.52%200%20.997.294%201.23.76l1.025%202.05c.095.19.145.4.145.614v2.992c0%20.76-.616%201.375-1.375%201.375h-.516a1.834%201.834%200%200%201-3.551%200H5.526a1.834%201.834%200%200%201-3.582-.142A1.6%201.6%200%200%201%201%2020.021zm8.25%201.146v1.833h1.55l-.79-1.58a.46.46%200%200%200-.41-.253zm-5.5%205.5a.917.917%200%201%200%200%201.833a.917.917%200%200%200%200-1.833m3.667.917a.917.917%200%201%200%201.833%200a.917.917%200%200%200-1.833%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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