gas tank icon

gas-tank from Iconoir by Luca Burgio · Regular · Transport · MIT Free for personal and commercial use.

Name
gas-tank
Set
Iconoir
Style
Regular
Category
Transport
Viewbox
24×24
License
MIT

More transport icons from Iconoir

Use the gas tank 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-miterlimit="1.5" stroke-width="1.5"><path stroke-width="1.493" d="M3 7.562A2.56 2.56 0 0 1 5.563 5H7V3h5v2h2.002A7 7 0 0 1 21 11.998v6.442a2.56 2.56 0 0 1-2.563 2.562H5.563A2.565 2.565 0 0 1 3 18.44z" clip-rule="evenodd"/><path stroke-width="1.502" d="m8 8.878l8 8.238l-4-4.121l-4 4.12l4-4.12l4-4.121"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirGasTank(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" strokeMiterlimit="1.5" strokeWidth="1.5"><path strokeWidth="1.493" d="M3 7.562A2.56 2.56 0 0 1 5.563 5H7V3h5v2h2.002A7 7 0 0 1 21 11.998v6.442a2.56 2.56 0 0 1-2.563 2.562H5.563A2.565 2.565 0 0 1 3 18.44z" clipRule="evenodd"/><path strokeWidth="1.502" d="m8 8.878l8 8.238l-4-4.121l-4 4.12l4-4.12l4-4.121"/></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-miterlimit="1.5" stroke-width="1.5"><path stroke-width="1.493" d="M3 7.562A2.56 2.56 0 0 1 5.563 5H7V3h5v2h2.002A7 7 0 0 1 21 11.998v6.442a2.56 2.56 0 0 1-2.563 2.562H5.563A2.565 2.565 0 0 1 3 18.44z" clip-rule="evenodd"/><path stroke-width="1.502" d="m8 8.878l8 8.238l-4-4.121l-4 4.12l4-4.12l4-4.121"/></g></svg>
</template>

CSS

.icon-gas-tank {
  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-miterlimit%3D%221.5%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-width%3D%221.493%22%20d%3D%22M3%207.562A2.56%202.56%200%200%201%205.563%205H7V3h5v2h2.002A7%207%200%200%201%2021%2011.998v6.442a2.56%202.56%200%200%201-2.563%202.562H5.563A2.565%202.565%200%200%201%203%2018.44z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-width%3D%221.502%22%20d%3D%22m8%208.878l8%208.238l-4-4.121l-4%204.12l4-4.12l4-4.121%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-miterlimit%3D%221.5%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-width%3D%221.493%22%20d%3D%22M3%207.562A2.56%202.56%200%200%201%205.563%205H7V3h5v2h2.002A7%207%200%200%201%2021%2011.998v6.442a2.56%202.56%200%200%201-2.563%202.562H5.563A2.565%202.565%200%200%201%203%2018.44z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-width%3D%221.502%22%20d%3D%22m8%208.878l8%208.238l-4-4.121l-4%204.12l4-4.12l4-4.121%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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