fuel can icon

fuel-can from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
fuel-can
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the fuel can icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 30H8c-1.103 0-2-.897-2-2V12.614l-1.428-1.428a1.96 1.96 0 0 1-.575-1.45a2.07 2.07 0 0 1 .61-1.414l3.715-3.715c.38-.38.883-.597 1.414-.61a1.9 1.9 0 0 1 1.45.575L12.614 6H17V4c0-1.103.898-2 2-2h5c1.103 0 2 .897 2 2v24c0 1.103-.897 2-2 2M8 13.414V28h16V8H13.414zm1.771-7.428l-3.75 3.75l1.39 1.438L11.187 7.4zM19 6h5V4h-5zm.593 18.007L16 20.414l-3.593 3.593l-1.414-1.414L14.586 19l-3.593-3.593l1.414-1.414L16 17.586l3.593-3.593l1.414 1.414L17.414 19l3.593 3.593z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFuelCan(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 30H8c-1.103 0-2-.897-2-2V12.614l-1.428-1.428a1.96 1.96 0 0 1-.575-1.45a2.07 2.07 0 0 1 .61-1.414l3.715-3.715c.38-.38.883-.597 1.414-.61a1.9 1.9 0 0 1 1.45.575L12.614 6H17V4c0-1.103.898-2 2-2h5c1.103 0 2 .897 2 2v24c0 1.103-.897 2-2 2M8 13.414V28h16V8H13.414zm1.771-7.428l-3.75 3.75l1.39 1.438L11.187 7.4zM19 6h5V4h-5zm.593 18.007L16 20.414l-3.593 3.593l-1.414-1.414L14.586 19l-3.593-3.593l1.414-1.414L16 17.586l3.593-3.593l1.414 1.414L17.414 19l3.593 3.593z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 30H8c-1.103 0-2-.897-2-2V12.614l-1.428-1.428a1.96 1.96 0 0 1-.575-1.45a2.07 2.07 0 0 1 .61-1.414l3.715-3.715c.38-.38.883-.597 1.414-.61a1.9 1.9 0 0 1 1.45.575L12.614 6H17V4c0-1.103.898-2 2-2h5c1.103 0 2 .897 2 2v24c0 1.103-.897 2-2 2M8 13.414V28h16V8H13.414zm1.771-7.428l-3.75 3.75l1.39 1.438L11.187 7.4zM19 6h5V4h-5zm.593 18.007L16 20.414l-3.593 3.593l-1.414-1.414L14.586 19l-3.593-3.593l1.414-1.414L16 17.586l3.593-3.593l1.414 1.414L17.414 19l3.593 3.593z"/></svg>
</template>

CSS

.icon-fuel-can {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2030H8c-1.103%200-2-.897-2-2V12.614l-1.428-1.428a1.96%201.96%200%200%201-.575-1.45a2.07%202.07%200%200%201%20.61-1.414l3.715-3.715c.38-.38.883-.597%201.414-.61a1.9%201.9%200%200%201%201.45.575L12.614%206H17V4c0-1.103.898-2%202-2h5c1.103%200%202%20.897%202%202v24c0%201.103-.897%202-2%202M8%2013.414V28h16V8H13.414zm1.771-7.428l-3.75%203.75l1.39%201.438L11.187%207.4zM19%206h5V4h-5zm.593%2018.007L16%2020.414l-3.593%203.593l-1.414-1.414L14.586%2019l-3.593-3.593l1.414-1.414L16%2017.586l3.593-3.593l1.414%201.414L17.414%2019l3.593%203.593z%22%2F%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2030H8c-1.103%200-2-.897-2-2V12.614l-1.428-1.428a1.96%201.96%200%200%201-.575-1.45a2.07%202.07%200%200%201%20.61-1.414l3.715-3.715c.38-.38.883-.597%201.414-.61a1.9%201.9%200%200%201%201.45.575L12.614%206H17V4c0-1.103.898-2%202-2h5c1.103%200%202%20.897%202%202v24c0%201.103-.897%202-2%202M8%2013.414V28h16V8H13.414zm1.771-7.428l-3.75%203.75l1.39%201.438L11.187%207.4zM19%206h5V4h-5zm.593%2018.007L16%2020.414l-3.593%203.593l-1.414-1.414L14.586%2019l-3.593-3.593l1.414-1.414L16%2017.586l3.593-3.593l1.414%201.414L17.414%2019l3.593%203.593z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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