truck remove icon

truck-remove from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
truck-remove
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the truck remove 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15 2v10c0 1.1-.9 2-2 2H2V7.62c.73.87 1.85 1.41 3.09 1.38c1.01-.02 1.92-.41 2.6-1.06c.31-.26.57-.59.77-.95c.36-.61.56-1.33.54-2.08c-.03-1.17-.55-2.2-1.36-2.91z"/><path d="M22 14v3c0 1.66-1.34 3-3 3h-1c0-1.1-.9-2-2-2s-2 .9-2 2h-4c0-1.1-.9-2-2-2s-2 .9-2 2H5c-1.66 0-3-1.34-3-3v-3h11c1.1 0 2-.9 2-2V5h1.84c.72 0 1.38.39 1.74 1.01L20.29 9H19c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1z"/><path d="M8 22a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m6-10v2h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29z"/><path stroke-miterlimit="10" d="M9 5c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.9 3.9 0 0 1 1 5c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 9 5M6.07 6.04L3.96 3.93m2.08.03L3.93 6.07"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTruckRemove(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15 2v10c0 1.1-.9 2-2 2H2V7.62c.73.87 1.85 1.41 3.09 1.38c1.01-.02 1.92-.41 2.6-1.06c.31-.26.57-.59.77-.95c.36-.61.56-1.33.54-2.08c-.03-1.17-.55-2.2-1.36-2.91z"/><path d="M22 14v3c0 1.66-1.34 3-3 3h-1c0-1.1-.9-2-2-2s-2 .9-2 2h-4c0-1.1-.9-2-2-2s-2 .9-2 2H5c-1.66 0-3-1.34-3-3v-3h11c1.1 0 2-.9 2-2V5h1.84c.72 0 1.38.39 1.74 1.01L20.29 9H19c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1z"/><path d="M8 22a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m6-10v2h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29z"/><path strokeMiterlimit="10" d="M9 5c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.9 3.9 0 0 1 1 5c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 9 5M6.07 6.04L3.96 3.93m2.08.03L3.93 6.07"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15 2v10c0 1.1-.9 2-2 2H2V7.62c.73.87 1.85 1.41 3.09 1.38c1.01-.02 1.92-.41 2.6-1.06c.31-.26.57-.59.77-.95c.36-.61.56-1.33.54-2.08c-.03-1.17-.55-2.2-1.36-2.91z"/><path d="M22 14v3c0 1.66-1.34 3-3 3h-1c0-1.1-.9-2-2-2s-2 .9-2 2h-4c0-1.1-.9-2-2-2s-2 .9-2 2H5c-1.66 0-3-1.34-3-3v-3h11c1.1 0 2-.9 2-2V5h1.84c.72 0 1.38.39 1.74 1.01L20.29 9H19c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1z"/><path d="M8 22a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m6-10v2h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29z"/><path stroke-miterlimit="10" d="M9 5c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.9 3.9 0 0 1 1 5c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 9 5M6.07 6.04L3.96 3.93m2.08.03L3.93 6.07"/></g></svg>
</template>

CSS

.icon-truck-remove {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%202v10c0%201.1-.9%202-2%202H2V7.62c.73.87%201.85%201.41%203.09%201.38c1.01-.02%201.92-.41%202.6-1.06c.31-.26.57-.59.77-.95c.36-.61.56-1.33.54-2.08c-.03-1.17-.55-2.2-1.36-2.91z%22%2F%3E%3Cpath%20d%3D%22M22%2014v3c0%201.66-1.34%203-3%203h-1c0-1.1-.9-2-2-2s-2%20.9-2%202h-4c0-1.1-.9-2-2-2s-2%20.9-2%202H5c-1.66%200-3-1.34-3-3v-3h11c1.1%200%202-.9%202-2V5h1.84c.72%200%201.38.39%201.74%201.01L20.29%209H19c-.55%200-1%20.45-1%201v3c0%20.55.45%201%201%201z%22%2F%3E%3Cpath%20d%3D%22M8%2022a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m6-10v2h-3c-.55%200-1-.45-1-1v-3c0-.55.45-1%201-1h1.29z%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M9%205c0%20.75-.21%201.46-.58%202.06c-.21.36-.48.68-.79.94c-.7.63-1.62%201-2.63%201a3.97%203.97%200%200%201-3.42-1.94A3.9%203.9%200%200%201%201%205c0-1.26.58-2.39%201.5-3.12A3.999%203.999%200%200%201%209%205M6.07%206.04L3.96%203.93m2.08.03L3.93%206.07%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15%202v10c0%201.1-.9%202-2%202H2V7.62c.73.87%201.85%201.41%203.09%201.38c1.01-.02%201.92-.41%202.6-1.06c.31-.26.57-.59.77-.95c.36-.61.56-1.33.54-2.08c-.03-1.17-.55-2.2-1.36-2.91z%22%2F%3E%3Cpath%20d%3D%22M22%2014v3c0%201.66-1.34%203-3%203h-1c0-1.1-.9-2-2-2s-2%20.9-2%202h-4c0-1.1-.9-2-2-2s-2%20.9-2%202H5c-1.66%200-3-1.34-3-3v-3h11c1.1%200%202-.9%202-2V5h1.84c.72%200%201.38.39%201.74%201.01L20.29%209H19c-.55%200-1%20.45-1%201v3c0%20.55.45%201%201%201z%22%2F%3E%3Cpath%20d%3D%22M8%2022a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m6-10v2h-3c-.55%200-1-.45-1-1v-3c0-.55.45-1%201-1h1.29z%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M9%205c0%20.75-.21%201.46-.58%202.06c-.21.36-.48.68-.79.94c-.7.63-1.62%201-2.63%201a3.97%203.97%200%200%201-3.42-1.94A3.9%203.9%200%200%201%201%205c0-1.26.58-2.39%201.5-3.12A3.999%203.999%200%200%201%209%205M6.07%206.04L3.96%203.93m2.08.03L3.93%206.07%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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