container truck icon

container-truck from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
container-truck
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the container truck icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M10 9v2"/><circle cx="17" cy="18" r="2"/><circle cx="7" cy="18" r="2"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 17.972c-1.097-.054-1.78-.217-2.268-.704C2 16.535 2 15.357 2 13V9c0-2.357 0-3.536.732-4.268S4.643 4 7 4h3.3c1.117 0 1.675 0 2.127.147a3 3 0 0 1 1.926 1.926c.147.452.147 1.01.147 2.127c0 .745 0 1.117.098 1.418a2 2 0 0 0 1.284 1.284c.301.098.673.098 1.418.098H22v2c0 2.357 0 3.535-.732 4.268c-.487.487-1.171.65-2.268.704M9 18h6"/><path stroke-linecap="round" stroke-linejoin="round" d="M14.5 6h1.821c1.456 0 2.183 0 2.775.354c.593.353.938.994 1.628 2.276L22 11"/><path stroke-linecap="round" d="M6 9v2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsContainerTruck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M10 9v2"/><circle cx="17" cy="18" r="2"/><circle cx="7" cy="18" r="2"/><path strokeLinecap="round" strokeLinejoin="round" d="M5 17.972c-1.097-.054-1.78-.217-2.268-.704C2 16.535 2 15.357 2 13V9c0-2.357 0-3.536.732-4.268S4.643 4 7 4h3.3c1.117 0 1.675 0 2.127.147a3 3 0 0 1 1.926 1.926c.147.452.147 1.01.147 2.127c0 .745 0 1.117.098 1.418a2 2 0 0 0 1.284 1.284c.301.098.673.098 1.418.098H22v2c0 2.357 0 3.535-.732 4.268c-.487.487-1.171.65-2.268.704M9 18h6"/><path strokeLinecap="round" strokeLinejoin="round" d="M14.5 6h1.821c1.456 0 2.183 0 2.775.354c.593.353.938.994 1.628 2.276L22 11"/><path strokeLinecap="round" d="M6 9v2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M10 9v2"/><circle cx="17" cy="18" r="2"/><circle cx="7" cy="18" r="2"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 17.972c-1.097-.054-1.78-.217-2.268-.704C2 16.535 2 15.357 2 13V9c0-2.357 0-3.536.732-4.268S4.643 4 7 4h3.3c1.117 0 1.675 0 2.127.147a3 3 0 0 1 1.926 1.926c.147.452.147 1.01.147 2.127c0 .745 0 1.117.098 1.418a2 2 0 0 0 1.284 1.284c.301.098.673.098 1.418.098H22v2c0 2.357 0 3.535-.732 4.268c-.487.487-1.171.65-2.268.704M9 18h6"/><path stroke-linecap="round" stroke-linejoin="round" d="M14.5 6h1.821c1.456 0 2.183 0 2.775.354c.593.353.938.994 1.628 2.276L22 11"/><path stroke-linecap="round" d="M6 9v2"/></g></svg>
</template>

CSS

.icon-container-truck {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%209v2%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2218%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2218%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2017.972c-1.097-.054-1.78-.217-2.268-.704C2%2016.535%202%2015.357%202%2013V9c0-2.357%200-3.536.732-4.268S4.643%204%207%204h3.3c1.117%200%201.675%200%202.127.147a3%203%200%200%201%201.926%201.926c.147.452.147%201.01.147%202.127c0%20.745%200%201.117.098%201.418a2%202%200%200%200%201.284%201.284c.301.098.673.098%201.418.098H22v2c0%202.357%200%203.535-.732%204.268c-.487.487-1.171.65-2.268.704M9%2018h6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5%206h1.821c1.456%200%202.183%200%202.775.354c.593.353.938.994%201.628%202.276L22%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%209v2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%209v2%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2218%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2218%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2017.972c-1.097-.054-1.78-.217-2.268-.704C2%2016.535%202%2015.357%202%2013V9c0-2.357%200-3.536.732-4.268S4.643%204%207%204h3.3c1.117%200%201.675%200%202.127.147a3%203%200%200%201%201.926%201.926c.147.452.147%201.01.147%202.127c0%20.745%200%201.117.098%201.418a2%202%200%200%200%201.284%201.284c.301.098.673.098%201.418.098H22v2c0%202.357%200%203.535-.732%204.268c-.487.487-1.171.65-2.268.704M9%2018h6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5%206h1.821c1.456%200%202.183%200%202.775.354c.593.353.938.994%201.628%202.276L22%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%209v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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