fuel 01 icon
fuel-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- fuel-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the fuel 01 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="M10.112 4.5H8c-1.886 0-2.828 0-3.414.586S4 6.614 4 8.5V16c0 2.828 0 4.243.879 5.121C5.757 22 7.172 22 10 22h4c2.828 0 4.243 0 5.121-.879C20 20.243 20 18.828 20 16v-2.556c0-2.405 0-3.608-.597-4.575c-.598-.966-1.674-1.504-3.825-2.58l-1.889-.944c-.84-.42-1.261-.631-1.714-.738S11.052 4.5 10.11 4.5"/><path d="M12 18c1.105 0 2-.84 2-1.875C14 14.875 12 13 12 13s-2 1.875-2 3.125C10 17.16 10.895 18 12 18m.5-10l4 2M6 4.5v-.75c0-.702 0-1.053.169-1.306a1 1 0 0 1 .275-.275C6.697 2 7.048 2 7.75 2s1.053 0 1.306.169a1 1 0 0 1 .275.275c.169.253.169.604.169 1.306v.75"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFuel01(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="M10.112 4.5H8c-1.886 0-2.828 0-3.414.586S4 6.614 4 8.5V16c0 2.828 0 4.243.879 5.121C5.757 22 7.172 22 10 22h4c2.828 0 4.243 0 5.121-.879C20 20.243 20 18.828 20 16v-2.556c0-2.405 0-3.608-.597-4.575c-.598-.966-1.674-1.504-3.825-2.58l-1.889-.944c-.84-.42-1.261-.631-1.714-.738S11.052 4.5 10.11 4.5"/><path d="M12 18c1.105 0 2-.84 2-1.875C14 14.875 12 13 12 13s-2 1.875-2 3.125C10 17.16 10.895 18 12 18m.5-10l4 2M6 4.5v-.75c0-.702 0-1.053.169-1.306a1 1 0 0 1 .275-.275C6.697 2 7.048 2 7.75 2s1.053 0 1.306.169a1 1 0 0 1 .275.275c.169.253.169.604.169 1.306v.75"/></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="M10.112 4.5H8c-1.886 0-2.828 0-3.414.586S4 6.614 4 8.5V16c0 2.828 0 4.243.879 5.121C5.757 22 7.172 22 10 22h4c2.828 0 4.243 0 5.121-.879C20 20.243 20 18.828 20 16v-2.556c0-2.405 0-3.608-.597-4.575c-.598-.966-1.674-1.504-3.825-2.58l-1.889-.944c-.84-.42-1.261-.631-1.714-.738S11.052 4.5 10.11 4.5"/><path d="M12 18c1.105 0 2-.84 2-1.875C14 14.875 12 13 12 13s-2 1.875-2 3.125C10 17.16 10.895 18 12 18m.5-10l4 2M6 4.5v-.75c0-.702 0-1.053.169-1.306a1 1 0 0 1 .275-.275C6.697 2 7.048 2 7.75 2s1.053 0 1.306.169a1 1 0 0 1 .275.275c.169.253.169.604.169 1.306v.75"/></g></svg> </template>
CSS
.icon-fuel-01 {
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%22M10.112%204.5H8c-1.886%200-2.828%200-3.414.586S4%206.614%204%208.5V16c0%202.828%200%204.243.879%205.121C5.757%2022%207.172%2022%2010%2022h4c2.828%200%204.243%200%205.121-.879C20%2020.243%2020%2018.828%2020%2016v-2.556c0-2.405%200-3.608-.597-4.575c-.598-.966-1.674-1.504-3.825-2.58l-1.889-.944c-.84-.42-1.261-.631-1.714-.738S11.052%204.5%2010.11%204.5%22%2F%3E%3Cpath%20d%3D%22M12%2018c1.105%200%202-.84%202-1.875C14%2014.875%2012%2013%2012%2013s-2%201.875-2%203.125C10%2017.16%2010.895%2018%2012%2018m.5-10l4%202M6%204.5v-.75c0-.702%200-1.053.169-1.306a1%201%200%200%201%20.275-.275C6.697%202%207.048%202%207.75%202s1.053%200%201.306.169a1%201%200%200%201%20.275.275c.169.253.169.604.169%201.306v.75%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%22M10.112%204.5H8c-1.886%200-2.828%200-3.414.586S4%206.614%204%208.5V16c0%202.828%200%204.243.879%205.121C5.757%2022%207.172%2022%2010%2022h4c2.828%200%204.243%200%205.121-.879C20%2020.243%2020%2018.828%2020%2016v-2.556c0-2.405%200-3.608-.597-4.575c-.598-.966-1.674-1.504-3.825-2.58l-1.889-.944c-.84-.42-1.261-.631-1.714-.738S11.052%204.5%2010.11%204.5%22%2F%3E%3Cpath%20d%3D%22M12%2018c1.105%200%202-.84%202-1.875C14%2014.875%2012%2013%2012%2013s-2%201.875-2%203.125C10%2017.16%2010.895%2018%2012%2018m.5-10l4%202M6%204.5v-.75c0-.702%200-1.053.169-1.306a1%201%200%200%201%20.275-.275C6.697%202%207.048%202%207.75%202s1.053%200%201.306.169a1%201%200%200%201%20.275.275c.169.253.169.604.169%201.306v.75%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-01.svg?color=%231a73e8&size=48