truck-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.

Name
truck-16-solid
Set
HeroIcons
Style
Solid 16x16
Viewbox
16×16
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Use the truck icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.908 2.067A.98.98 0 0 0 2 3.05V8h6V3.05a.98.98 0 0 0-.908-.983a32.5 32.5 0 0 0-4.184 0m10.011 2.655A.98.98 0 0 0 11.968 4H10a1 1 0 0 0-1 1v6.268A2 2 0 0 1 12 13h1a.977.977 0 0 0 .985-1a32 32 0 0 0-1.066-7.278"/><path fill="currentColor" d="M11 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-9-1V9h6v3a1 1 0 0 1-1 1a2 2 0 1 0-4 0a1 1 0 0 1-1-1"/><path fill="currentColor" d="M6 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsTruck16Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.908 2.067A.98.98 0 0 0 2 3.05V8h6V3.05a.98.98 0 0 0-.908-.983a32.5 32.5 0 0 0-4.184 0m10.011 2.655A.98.98 0 0 0 11.968 4H10a1 1 0 0 0-1 1v6.268A2 2 0 0 1 12 13h1a.977.977 0 0 0 .985-1a32 32 0 0 0-1.066-7.278"/><path fill="currentColor" d="M11 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-9-1V9h6v3a1 1 0 0 1-1 1a2 2 0 1 0-4 0a1 1 0 0 1-1-1"/><path fill="currentColor" d="M6 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.908 2.067A.98.98 0 0 0 2 3.05V8h6V3.05a.98.98 0 0 0-.908-.983a32.5 32.5 0 0 0-4.184 0m10.011 2.655A.98.98 0 0 0 11.968 4H10a1 1 0 0 0-1 1v6.268A2 2 0 0 1 12 13h1a.977.977 0 0 0 .985-1a32 32 0 0 0-1.066-7.278"/><path fill="currentColor" d="M11 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-9-1V9h6v3a1 1 0 0 1-1 1a2 2 0 1 0-4 0a1 1 0 0 1-1-1"/><path fill="currentColor" d="M6 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
</template>

CSS

.icon-truck-16-solid {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.908%202.067A.98.98%200%200%200%202%203.05V8h6V3.05a.98.98%200%200%200-.908-.983a32.5%2032.5%200%200%200-4.184%200m10.011%202.655A.98.98%200%200%200%2011.968%204H10a1%201%200%200%200-1%201v6.268A2%202%200%200%201%2012%2013h1a.977.977%200%200%200%20.985-1a32%2032%200%200%200-1.066-7.278%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-9-1V9h6v3a1%201%200%200%201-1%201a2%202%200%201%200-4%200a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.908%202.067A.98.98%200%200%200%202%203.05V8h6V3.05a.98.98%200%200%200-.908-.983a32.5%2032.5%200%200%200-4.184%200m10.011%202.655A.98.98%200%200%200%2011.968%204H10a1%201%200%200%200-1%201v6.268A2%202%200%200%201%2012%2013h1a.977.977%200%200%200%20.985-1a32%2032%200%200%200-1.066-7.278%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-9-1V9h6v3a1%201%200%200%201-1%201a2%202%200%201%200-4%200a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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