truck-fast from Material Design Icons by Pictogrammers · Filled · Transportation + Road · Apache-2.0 Free for personal and commercial use.

Name
truck-fast
Set
Material Design Icons
Style
Filled
Category
Transportation + Road
Viewbox
24×24
License
Apache 2.0
Aliases
courier-fast, lorry-fast

1 other variant in Material Design Icons

The same icon in other sets

More transportation + road icons from Material Design Icons

Use the truck fast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 13.5L2.25 12H7.5l-.6-1.5H2L1.25 9h7.8l-.6-1.5H1.11L.25 6H4a2 2 0 0 1 2-2h12v4h3l3 4v5h-2a3 3 0 0 1-3 3a3 3 0 0 1-3-3h-4a3 3 0 0 1-3 3a3 3 0 0 1-3-3H4v-3.5zm16 5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5m1.5-9H18V12h4.46zM9 18.5a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 9 15.5A1.5 1.5 0 0 0 7.5 17A1.5 1.5 0 0 0 9 18.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiTruckFast(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 13.5L2.25 12H7.5l-.6-1.5H2L1.25 9h7.8l-.6-1.5H1.11L.25 6H4a2 2 0 0 1 2-2h12v4h3l3 4v5h-2a3 3 0 0 1-3 3a3 3 0 0 1-3-3h-4a3 3 0 0 1-3 3a3 3 0 0 1-3-3H4v-3.5zm16 5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5m1.5-9H18V12h4.46zM9 18.5a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 9 15.5A1.5 1.5 0 0 0 7.5 17A1.5 1.5 0 0 0 9 18.5"/></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 13.5L2.25 12H7.5l-.6-1.5H2L1.25 9h7.8l-.6-1.5H1.11L.25 6H4a2 2 0 0 1 2-2h12v4h3l3 4v5h-2a3 3 0 0 1-3 3a3 3 0 0 1-3-3h-4a3 3 0 0 1-3 3a3 3 0 0 1-3-3H4v-3.5zm16 5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5m1.5-9H18V12h4.46zM9 18.5a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 9 15.5A1.5 1.5 0 0 0 7.5 17A1.5 1.5 0 0 0 9 18.5"/></svg>
</template>

CSS

.icon-truck-fast {
  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%2013.5L2.25%2012H7.5l-.6-1.5H2L1.25%209h7.8l-.6-1.5H1.11L.25%206H4a2%202%200%200%201%202-2h12v4h3l3%204v5h-2a3%203%200%200%201-3%203a3%203%200%200%201-3-3h-4a3%203%200%200%201-3%203a3%203%200%200%201-3-3H4v-3.5zm16%205a1.5%201.5%200%200%200%201.5-1.5a1.5%201.5%200%200%200-1.5-1.5a1.5%201.5%200%200%200-1.5%201.5a1.5%201.5%200%200%200%201.5%201.5m1.5-9H18V12h4.46zM9%2018.5a1.5%201.5%200%200%200%201.5-1.5A1.5%201.5%200%200%200%209%2015.5A1.5%201.5%200%200%200%207.5%2017A1.5%201.5%200%200%200%209%2018.5%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%2013.5L2.25%2012H7.5l-.6-1.5H2L1.25%209h7.8l-.6-1.5H1.11L.25%206H4a2%202%200%200%201%202-2h12v4h3l3%204v5h-2a3%203%200%200%201-3%203a3%203%200%200%201-3-3h-4a3%203%200%200%201-3%203a3%203%200%200%201-3-3H4v-3.5zm16%205a1.5%201.5%200%200%200%201.5-1.5a1.5%201.5%200%200%200-1.5-1.5a1.5%201.5%200%200%200-1.5%201.5a1.5%201.5%200%200%200%201.5%201.5m1.5-9H18V12h4.46zM9%2018.5a1.5%201.5%200%200%200%201.5-1.5A1.5%201.5%200%200%200%209%2015.5A1.5%201.5%200%200%200%207.5%2017A1.5%201.5%200%200%200%209%2018.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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