document table truck icon

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

Name
document-table-truck-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M7.872 11.43q.065.022.128.047V10h-.5a.5.5 0 0 0-.478.354c.388.256.69.633.85 1.077M13 13H9.324l.465.93a2 2 0 0 1 .211.894V15h2.5a.5.5 0 0 0 .5-.5zm-7.167-3q.126 0 .248.014A1.5 1.5 0 0 1 7.5 9h5a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1-1.5 1.5H10v1c0 .364-.097.706-.268 1H14.5a1.5 1.5 0 0 0 1.5-1.5V8h-4.5A1.5 1.5 0 0 1 10 6.5V2H5.5A1.5 1.5 0 0 0 4 3.5V10zm7.167.5V12H9v-2h3.5a.5.5 0 0 1 .5.5m-2-4V2.25L15.75 7H11.5a.5.5 0 0 1-.5-.5M2.167 11C1.522 11 1 11.522 1 12.167v4.666c0 .474.282.88.686 1.064A1.334 1.334 0 0 0 4.291 18h.751a1.334 1.334 0 0 0 2.583 0H8a1 1 0 0 0 1-1v-2.176a1 1 0 0 0-.106-.447l-.745-1.49a1 1 0 0 0-.894-.554H7v-.166C7 11.522 6.478 11 5.833 11zM7 14.333V13h.255c.126 0 .241.071.298.184l.574 1.15zm-4.667 3.334a.667.667 0 1 1 1.334 0a.667.667 0 0 1-1.334 0m4 .666a.667.667 0 1 1 0-1.333a.667.667 0 0 1 0 1.333"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentTableTruck20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.872 11.43q.065.022.128.047V10h-.5a.5.5 0 0 0-.478.354c.388.256.69.633.85 1.077M13 13H9.324l.465.93a2 2 0 0 1 .211.894V15h2.5a.5.5 0 0 0 .5-.5zm-7.167-3q.126 0 .248.014A1.5 1.5 0 0 1 7.5 9h5a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1-1.5 1.5H10v1c0 .364-.097.706-.268 1H14.5a1.5 1.5 0 0 0 1.5-1.5V8h-4.5A1.5 1.5 0 0 1 10 6.5V2H5.5A1.5 1.5 0 0 0 4 3.5V10zm7.167.5V12H9v-2h3.5a.5.5 0 0 1 .5.5m-2-4V2.25L15.75 7H11.5a.5.5 0 0 1-.5-.5M2.167 11C1.522 11 1 11.522 1 12.167v4.666c0 .474.282.88.686 1.064A1.334 1.334 0 0 0 4.291 18h.751a1.334 1.334 0 0 0 2.583 0H8a1 1 0 0 0 1-1v-2.176a1 1 0 0 0-.106-.447l-.745-1.49a1 1 0 0 0-.894-.554H7v-.166C7 11.522 6.478 11 5.833 11zM7 14.333V13h.255c.126 0 .241.071.298.184l.574 1.15zm-4.667 3.334a.667.667 0 1 1 1.334 0a.667.667 0 0 1-1.334 0m4 .666a.667.667 0 1 1 0-1.333a.667.667 0 0 1 0 1.333"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.872 11.43q.065.022.128.047V10h-.5a.5.5 0 0 0-.478.354c.388.256.69.633.85 1.077M13 13H9.324l.465.93a2 2 0 0 1 .211.894V15h2.5a.5.5 0 0 0 .5-.5zm-7.167-3q.126 0 .248.014A1.5 1.5 0 0 1 7.5 9h5a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1-1.5 1.5H10v1c0 .364-.097.706-.268 1H14.5a1.5 1.5 0 0 0 1.5-1.5V8h-4.5A1.5 1.5 0 0 1 10 6.5V2H5.5A1.5 1.5 0 0 0 4 3.5V10zm7.167.5V12H9v-2h3.5a.5.5 0 0 1 .5.5m-2-4V2.25L15.75 7H11.5a.5.5 0 0 1-.5-.5M2.167 11C1.522 11 1 11.522 1 12.167v4.666c0 .474.282.88.686 1.064A1.334 1.334 0 0 0 4.291 18h.751a1.334 1.334 0 0 0 2.583 0H8a1 1 0 0 0 1-1v-2.176a1 1 0 0 0-.106-.447l-.745-1.49a1 1 0 0 0-.894-.554H7v-.166C7 11.522 6.478 11 5.833 11zM7 14.333V13h.255c.126 0 .241.071.298.184l.574 1.15zm-4.667 3.334a.667.667 0 1 1 1.334 0a.667.667 0 0 1-1.334 0m4 .666a.667.667 0 1 1 0-1.333a.667.667 0 0 1 0 1.333"/></svg>
</template>

CSS

.icon-document-table-truck-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.872%2011.43q.065.022.128.047V10h-.5a.5.5%200%200%200-.478.354c.388.256.69.633.85%201.077M13%2013H9.324l.465.93a2%202%200%200%201%20.211.894V15h2.5a.5.5%200%200%200%20.5-.5zm-7.167-3q.126%200%20.248.014A1.5%201.5%200%200%201%207.5%209h5a1.5%201.5%200%200%201%201.5%201.5v4a1.5%201.5%200%200%201-1.5%201.5H10v1c0%20.364-.097.706-.268%201H14.5a1.5%201.5%200%200%200%201.5-1.5V8h-4.5A1.5%201.5%200%200%201%2010%206.5V2H5.5A1.5%201.5%200%200%200%204%203.5V10zm7.167.5V12H9v-2h3.5a.5.5%200%200%201%20.5.5m-2-4V2.25L15.75%207H11.5a.5.5%200%200%201-.5-.5M2.167%2011C1.522%2011%201%2011.522%201%2012.167v4.666c0%20.474.282.88.686%201.064A1.334%201.334%200%200%200%204.291%2018h.751a1.334%201.334%200%200%200%202.583%200H8a1%201%200%200%200%201-1v-2.176a1%201%200%200%200-.106-.447l-.745-1.49a1%201%200%200%200-.894-.554H7v-.166C7%2011.522%206.478%2011%205.833%2011zM7%2014.333V13h.255c.126%200%20.241.071.298.184l.574%201.15zm-4.667%203.334a.667.667%200%201%201%201.334%200a.667.667%200%200%201-1.334%200m4%20.666a.667.667%200%201%201%200-1.333a.667.667%200%200%201%200%201.333%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.872%2011.43q.065.022.128.047V10h-.5a.5.5%200%200%200-.478.354c.388.256.69.633.85%201.077M13%2013H9.324l.465.93a2%202%200%200%201%20.211.894V15h2.5a.5.5%200%200%200%20.5-.5zm-7.167-3q.126%200%20.248.014A1.5%201.5%200%200%201%207.5%209h5a1.5%201.5%200%200%201%201.5%201.5v4a1.5%201.5%200%200%201-1.5%201.5H10v1c0%20.364-.097.706-.268%201H14.5a1.5%201.5%200%200%200%201.5-1.5V8h-4.5A1.5%201.5%200%200%201%2010%206.5V2H5.5A1.5%201.5%200%200%200%204%203.5V10zm7.167.5V12H9v-2h3.5a.5.5%200%200%201%20.5.5m-2-4V2.25L15.75%207H11.5a.5.5%200%200%201-.5-.5M2.167%2011C1.522%2011%201%2011.522%201%2012.167v4.666c0%20.474.282.88.686%201.064A1.334%201.334%200%200%200%204.291%2018h.751a1.334%201.334%200%200%200%202.583%200H8a1%201%200%200%200%201-1v-2.176a1%201%200%200%200-.106-.447l-.745-1.49a1%201%200%200%200-.894-.554H7v-.166C7%2011.522%206.478%2011%205.833%2011zM7%2014.333V13h.255c.126%200%20.241.071.298.184l.574%201.15zm-4.667%203.334a.667.667%200%201%201%201.334%200a.667.667%200%200%201-1.334%200m4%20.666a.667.667%200%201%201%200-1.333a.667.667%200%200%201%200%201.333%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-20-filled.svg?color=%231a73e8&size=48