fuel from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
fuel
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the fuel 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"><path d="M5 6v-.5c0-.943 0-1.414.293-1.707S6.057 3.5 7 3.5s1.414 0 1.707.293S9 4.557 9 5.5V6"/><path stroke-linecap="round" d="M15 5h3"/><path d="M16 2h-1.333C12.793 2 12 2.934 12 4.667C12 5.533 11.603 6 10.667 6H7c-1.886 0-2.828 0-3.414.586S3 8.114 3 10v5c0 3.3 0 4.95 1.025 5.975S6.7 22 10 22h4c3.3 0 4.95 0 5.975-1.025S21 18.3 21 15V7c0-2.357 0-3.536-.732-4.268C19.535 2 18.357 2 16 2Z"/><path d="M9 14.587c0-1.464 1.264-2.911 2.15-3.747a1.23 1.23 0 0 1 1.7 0c.886.836 2.15 2.283 2.15 3.747a2.933 2.933 0 0 1-3 2.913c-1.864 0-3-1.477-3-2.913Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFuel(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"><path d="M5 6v-.5c0-.943 0-1.414.293-1.707S6.057 3.5 7 3.5s1.414 0 1.707.293S9 4.557 9 5.5V6"/><path strokeLinecap="round" d="M15 5h3"/><path d="M16 2h-1.333C12.793 2 12 2.934 12 4.667C12 5.533 11.603 6 10.667 6H7c-1.886 0-2.828 0-3.414.586S3 8.114 3 10v5c0 3.3 0 4.95 1.025 5.975S6.7 22 10 22h4c3.3 0 4.95 0 5.975-1.025S21 18.3 21 15V7c0-2.357 0-3.536-.732-4.268C19.535 2 18.357 2 16 2Z"/><path d="M9 14.587c0-1.464 1.264-2.911 2.15-3.747a1.23 1.23 0 0 1 1.7 0c.886.836 2.15 2.283 2.15 3.747a2.933 2.933 0 0 1-3 2.913c-1.864 0-3-1.477-3-2.913Z"/></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"><path d="M5 6v-.5c0-.943 0-1.414.293-1.707S6.057 3.5 7 3.5s1.414 0 1.707.293S9 4.557 9 5.5V6"/><path stroke-linecap="round" d="M15 5h3"/><path d="M16 2h-1.333C12.793 2 12 2.934 12 4.667C12 5.533 11.603 6 10.667 6H7c-1.886 0-2.828 0-3.414.586S3 8.114 3 10v5c0 3.3 0 4.95 1.025 5.975S6.7 22 10 22h4c3.3 0 4.95 0 5.975-1.025S21 18.3 21 15V7c0-2.357 0-3.536-.732-4.268C19.535 2 18.357 2 16 2Z"/><path d="M9 14.587c0-1.464 1.264-2.911 2.15-3.747a1.23 1.23 0 0 1 1.7 0c.886.836 2.15 2.283 2.15 3.747a2.933 2.933 0 0 1-3 2.913c-1.864 0-3-1.477-3-2.913Z"/></g></svg>
</template>

CSS

.icon-fuel {
  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%3Cpath%20d%3D%22M5%206v-.5c0-.943%200-1.414.293-1.707S6.057%203.5%207%203.5s1.414%200%201.707.293S9%204.557%209%205.5V6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%205h3%22%2F%3E%3Cpath%20d%3D%22M16%202h-1.333C12.793%202%2012%202.934%2012%204.667C12%205.533%2011.603%206%2010.667%206H7c-1.886%200-2.828%200-3.414.586S3%208.114%203%2010v5c0%203.3%200%204.95%201.025%205.975S6.7%2022%2010%2022h4c3.3%200%204.95%200%205.975-1.025S21%2018.3%2021%2015V7c0-2.357%200-3.536-.732-4.268C19.535%202%2018.357%202%2016%202Z%22%2F%3E%3Cpath%20d%3D%22M9%2014.587c0-1.464%201.264-2.911%202.15-3.747a1.23%201.23%200%200%201%201.7%200c.886.836%202.15%202.283%202.15%203.747a2.933%202.933%200%200%201-3%202.913c-1.864%200-3-1.477-3-2.913Z%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%3Cpath%20d%3D%22M5%206v-.5c0-.943%200-1.414.293-1.707S6.057%203.5%207%203.5s1.414%200%201.707.293S9%204.557%209%205.5V6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%205h3%22%2F%3E%3Cpath%20d%3D%22M16%202h-1.333C12.793%202%2012%202.934%2012%204.667C12%205.533%2011.603%206%2010.667%206H7c-1.886%200-2.828%200-3.414.586S3%208.114%203%2010v5c0%203.3%200%204.95%201.025%205.975S6.7%2022%2010%2022h4c3.3%200%204.95%200%205.975-1.025S21%2018.3%2021%2015V7c0-2.357%200-3.536-.732-4.268C19.535%202%2018.357%202%2016%202Z%22%2F%3E%3Cpath%20d%3D%22M9%2014.587c0-1.464%201.264-2.911%202.15-3.747a1.23%201.23%200%200%201%201.7%200c.886.836%202.15%202.283%202.15%203.747a2.933%202.933%200%200%201-3%202.913c-1.864%200-3-1.477-3-2.913Z%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/fuel.svg?color=%231a73e8&size=48