tanker truck icon

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

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

The same icon in other sets

Use the tanker 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 17.5h8V15H2.25c-.232 0-.348 0-.445.02a1 1 0 0 0-.786.785C1 15.902 1 16.018 1 16.25s0 .349.02.445a1 1 0 0 0 .785.786c.097.019.213.019.445.019H3m14 0h-2v-8c0-.943 0-1.414.293-1.707S16.057 7.5 17 7.5h.735c1.106 0 1.66 0 2.118.26s.743.733 1.312 1.682l1.265 2.108c.283.472.425.708.497.97s.073.537.073 1.088V15.5c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293m-4 0a2 2 0 1 0 4 0m-4 0a2 2 0 1 1 4 0m1.5-5H20c-.943 0-1.414 0-1.707-.293S18 11.443 18 10.5V10"/><path d="M7 17.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0M1.203 6.552A9.2 9.2 0 0 0 1 8.5c0 .687.072 1.344.203 1.948c.17.777.254 1.166.803 1.61c.55.442 1.102.442 2.206.442h5.076c1.104 0 1.656 0 2.206-.443s.634-.832.803-1.61c.131-.603.203-1.26.203-1.947s-.072-1.344-.203-1.948c-.17-.778-.254-1.166-.803-1.61c-.55-.442-1.102-.442-2.206-.442H4.212c-1.104 0-1.656 0-2.206.443s-.634.831-.803 1.61M8.75 4.5v8m-4 0v-8"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTankerTruck(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="M7 17.5h8V15H2.25c-.232 0-.348 0-.445.02a1 1 0 0 0-.786.785C1 15.902 1 16.018 1 16.25s0 .349.02.445a1 1 0 0 0 .785.786c.097.019.213.019.445.019H3m14 0h-2v-8c0-.943 0-1.414.293-1.707S16.057 7.5 17 7.5h.735c1.106 0 1.66 0 2.118.26s.743.733 1.312 1.682l1.265 2.108c.283.472.425.708.497.97s.073.537.073 1.088V15.5c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293m-4 0a2 2 0 1 0 4 0m-4 0a2 2 0 1 1 4 0m1.5-5H20c-.943 0-1.414 0-1.707-.293S18 11.443 18 10.5V10"/><path d="M7 17.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0M1.203 6.552A9.2 9.2 0 0 0 1 8.5c0 .687.072 1.344.203 1.948c.17.777.254 1.166.803 1.61c.55.442 1.102.442 2.206.442h5.076c1.104 0 1.656 0 2.206-.443s.634-.832.803-1.61c.131-.603.203-1.26.203-1.947s-.072-1.344-.203-1.948c-.17-.778-.254-1.166-.803-1.61c-.55-.442-1.102-.442-2.206-.442H4.212c-1.104 0-1.656 0-2.206.443s-.634.831-.803 1.61M8.75 4.5v8m-4 0v-8"/></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="M7 17.5h8V15H2.25c-.232 0-.348 0-.445.02a1 1 0 0 0-.786.785C1 15.902 1 16.018 1 16.25s0 .349.02.445a1 1 0 0 0 .785.786c.097.019.213.019.445.019H3m14 0h-2v-8c0-.943 0-1.414.293-1.707S16.057 7.5 17 7.5h.735c1.106 0 1.66 0 2.118.26s.743.733 1.312 1.682l1.265 2.108c.283.472.425.708.497.97s.073.537.073 1.088V15.5c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293m-4 0a2 2 0 1 0 4 0m-4 0a2 2 0 1 1 4 0m1.5-5H20c-.943 0-1.414 0-1.707-.293S18 11.443 18 10.5V10"/><path d="M7 17.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0M1.203 6.552A9.2 9.2 0 0 0 1 8.5c0 .687.072 1.344.203 1.948c.17.777.254 1.166.803 1.61c.55.442 1.102.442 2.206.442h5.076c1.104 0 1.656 0 2.206-.443s.634-.832.803-1.61c.131-.603.203-1.26.203-1.947s-.072-1.344-.203-1.948c-.17-.778-.254-1.166-.803-1.61c-.55-.442-1.102-.442-2.206-.442H4.212c-1.104 0-1.656 0-2.206.443s-.634.831-.803 1.61M8.75 4.5v8m-4 0v-8"/></g></svg>
</template>

CSS

.icon-tanker-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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%2017.5h8V15H2.25c-.232%200-.348%200-.445.02a1%201%200%200%200-.786.785C1%2015.902%201%2016.018%201%2016.25s0%20.349.02.445a1%201%200%200%200%20.785.786c.097.019.213.019.445.019H3m14%200h-2v-8c0-.943%200-1.414.293-1.707S16.057%207.5%2017%207.5h.735c1.106%200%201.66%200%202.118.26s.743.733%201.312%201.682l1.265%202.108c.283.472.425.708.497.97s.073.537.073%201.088V15.5c0%20.943%200%201.414-.293%201.707s-.764.293-1.707.293m-4%200a2%202%200%201%200%204%200m-4%200a2%202%200%201%201%204%200m1.5-5H20c-.943%200-1.414%200-1.707-.293S18%2011.443%2018%2010.5V10%22%2F%3E%3Cpath%20d%3D%22M7%2017.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200M1.203%206.552A9.2%209.2%200%200%200%201%208.5c0%20.687.072%201.344.203%201.948c.17.777.254%201.166.803%201.61c.55.442%201.102.442%202.206.442h5.076c1.104%200%201.656%200%202.206-.443s.634-.832.803-1.61c.131-.603.203-1.26.203-1.947s-.072-1.344-.203-1.948c-.17-.778-.254-1.166-.803-1.61c-.55-.442-1.102-.442-2.206-.442H4.212c-1.104%200-1.656%200-2.206.443s-.634.831-.803%201.61M8.75%204.5v8m-4%200v-8%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%22M7%2017.5h8V15H2.25c-.232%200-.348%200-.445.02a1%201%200%200%200-.786.785C1%2015.902%201%2016.018%201%2016.25s0%20.349.02.445a1%201%200%200%200%20.785.786c.097.019.213.019.445.019H3m14%200h-2v-8c0-.943%200-1.414.293-1.707S16.057%207.5%2017%207.5h.735c1.106%200%201.66%200%202.118.26s.743.733%201.312%201.682l1.265%202.108c.283.472.425.708.497.97s.073.537.073%201.088V15.5c0%20.943%200%201.414-.293%201.707s-.764.293-1.707.293m-4%200a2%202%200%201%200%204%200m-4%200a2%202%200%201%201%204%200m1.5-5H20c-.943%200-1.414%200-1.707-.293S18%2011.443%2018%2010.5V10%22%2F%3E%3Cpath%20d%3D%22M7%2017.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200M1.203%206.552A9.2%209.2%200%200%200%201%208.5c0%20.687.072%201.344.203%201.948c.17.777.254%201.166.803%201.61c.55.442%201.102.442%202.206.442h5.076c1.104%200%201.656%200%202.206-.443s.634-.832.803-1.61c.131-.603.203-1.26.203-1.947s-.072-1.344-.203-1.948c-.17-.778-.254-1.166-.803-1.61c-.55-.442-1.102-.442-2.206-.442H4.212c-1.104%200-1.656%200-2.206.443s-.634.831-.803%201.61M8.75%204.5v8m-4%200v-8%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/tanker-truck.svg?color=%231a73e8&size=48