garbage truck icon

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

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

Use the garbage 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"><circle cx="17" cy="18" r="2"/><circle cx="7" cy="18" r="2"/><path stroke-linecap="round" d="M11 9v3m-4-2v2"/><path stroke-linecap="round" stroke-linejoin="round" d="M17 4h-2m0 0H9.485c-1.226 0-1.84 0-2.39.228c-.552.229-.985.662-1.852 1.53L3.464 7.535c-.722.722-1.083 1.083-1.274 1.543c-.19.46-.19.97-.19 1.992V13c0 2.357 0 3.535.732 4.268c.487.487 1.171.65 2.268.704M15 4v4c0 1.886 0 2.828.586 3.414S17.114 12 19 12h3v1c0 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="M15 7h1.7c1.358 0 2.037 0 2.59.354c.553.353.875.994 1.519 2.276L22 12"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGarbageTruck(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"><circle cx="17" cy="18" r="2"/><circle cx="7" cy="18" r="2"/><path strokeLinecap="round" d="M11 9v3m-4-2v2"/><path strokeLinecap="round" strokeLinejoin="round" d="M17 4h-2m0 0H9.485c-1.226 0-1.84 0-2.39.228c-.552.229-.985.662-1.852 1.53L3.464 7.535c-.722.722-1.083 1.083-1.274 1.543c-.19.46-.19.97-.19 1.992V13c0 2.357 0 3.535.732 4.268c.487.487 1.171.65 2.268.704M15 4v4c0 1.886 0 2.828.586 3.414S17.114 12 19 12h3v1c0 2.357 0 3.535-.732 4.268c-.487.487-1.171.65-2.268.704M9 18h6"/><path strokeLinecap="round" strokeLinejoin="round" d="M15 7h1.7c1.358 0 2.037 0 2.59.354c.553.353.875.994 1.519 2.276L22 12"/></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"><circle cx="17" cy="18" r="2"/><circle cx="7" cy="18" r="2"/><path stroke-linecap="round" d="M11 9v3m-4-2v2"/><path stroke-linecap="round" stroke-linejoin="round" d="M17 4h-2m0 0H9.485c-1.226 0-1.84 0-2.39.228c-.552.229-.985.662-1.852 1.53L3.464 7.535c-.722.722-1.083 1.083-1.274 1.543c-.19.46-.19.97-.19 1.992V13c0 2.357 0 3.535.732 4.268c.487.487 1.171.65 2.268.704M15 4v4c0 1.886 0 2.828.586 3.414S17.114 12 19 12h3v1c0 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="M15 7h1.7c1.358 0 2.037 0 2.59.354c.553.353.875.994 1.519 2.276L22 12"/></g></svg>
</template>

CSS

.icon-garbage-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%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%20d%3D%22M11%209v3m-4-2v2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%204h-2m0%200H9.485c-1.226%200-1.84%200-2.39.228c-.552.229-.985.662-1.852%201.53L3.464%207.535c-.722.722-1.083%201.083-1.274%201.543c-.19.46-.19.97-.19%201.992V13c0%202.357%200%203.535.732%204.268c.487.487%201.171.65%202.268.704M15%204v4c0%201.886%200%202.828.586%203.414S17.114%2012%2019%2012h3v1c0%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%22M15%207h1.7c1.358%200%202.037%200%202.59.354c.553.353.875.994%201.519%202.276L22%2012%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%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%20d%3D%22M11%209v3m-4-2v2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%204h-2m0%200H9.485c-1.226%200-1.84%200-2.39.228c-.552.229-.985.662-1.852%201.53L3.464%207.535c-.722.722-1.083%201.083-1.274%201.543c-.19.46-.19.97-.19%201.992V13c0%202.357%200%203.535.732%204.268c.487.487%201.171.65%202.268.704M15%204v4c0%201.886%200%202.828.586%203.414S17.114%2012%2019%2012h3v1c0%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%22M15%207h1.7c1.358%200%202.037%200%202.59.354c.553.353.875.994%201.519%202.276L22%2012%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/garbage-truck.svg?color=%231a73e8&size=48