gas icon
gas-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- gas-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the gas icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 1a.5.5 0 0 1 .5.5v2.77c.597.345 1 .99 1 1.73v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1a1 1 0 0 0-1-1H3.5a.5.5 0 0 1 0-1H5a2 2 0 0 1 2 2h.732l1.852-2.777l.038-.05A.5.5 0 0 1 10 1zM5 5a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm4.646 1.646a.5.5 0 1 1 .707.708L8.708 9l1.646 1.646a.5.5 0 1 1-.707.707L8 9.708l-1.646 1.646a.5.5 0 1 1-.708-.707L7.293 9L5.646 7.354a.5.5 0 1 1 .708-.708L8 8.293zM8.935 4H11V2h-.732z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGas16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 1a.5.5 0 0 1 .5.5v2.77c.597.345 1 .99 1 1.73v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1a1 1 0 0 0-1-1H3.5a.5.5 0 0 1 0-1H5a2 2 0 0 1 2 2h.732l1.852-2.777l.038-.05A.5.5 0 0 1 10 1zM5 5a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm4.646 1.646a.5.5 0 1 1 .707.708L8.708 9l1.646 1.646a.5.5 0 1 1-.707.707L8 9.708l-1.646 1.646a.5.5 0 1 1-.708-.707L7.293 9L5.646 7.354a.5.5 0 1 1 .708-.708L8 8.293zM8.935 4H11V2h-.732z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 1a.5.5 0 0 1 .5.5v2.77c.597.345 1 .99 1 1.73v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1a1 1 0 0 0-1-1H3.5a.5.5 0 0 1 0-1H5a2 2 0 0 1 2 2h.732l1.852-2.777l.038-.05A.5.5 0 0 1 10 1zM5 5a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm4.646 1.646a.5.5 0 1 1 .707.708L8.708 9l1.646 1.646a.5.5 0 1 1-.707.707L8 9.708l-1.646 1.646a.5.5 0 1 1-.708-.707L7.293 9L5.646 7.354a.5.5 0 1 1 .708-.708L8 8.293zM8.935 4H11V2h-.732z"/></svg> </template>
CSS
.icon-gas-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%201a.5.5%200%200%201%20.5.5v2.77c.597.345%201%20.99%201%201.73v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2h1a1%201%200%200%200-1-1H3.5a.5.5%200%200%201%200-1H5a2%202%200%200%201%202%202h.732l1.852-2.777l.038-.05A.5.5%200%200%201%2010%201zM5%205a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201h6a1%201%200%200%200%201-1V6a1%201%200%200%200-1-1zm4.646%201.646a.5.5%200%201%201%20.707.708L8.708%209l1.646%201.646a.5.5%200%201%201-.707.707L8%209.708l-1.646%201.646a.5.5%200%201%201-.708-.707L7.293%209L5.646%207.354a.5.5%200%201%201%20.708-.708L8%208.293zM8.935%204H11V2h-.732z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%201a.5.5%200%200%201%20.5.5v2.77c.597.345%201%20.99%201%201.73v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2h1a1%201%200%200%200-1-1H3.5a.5.5%200%200%201%200-1H5a2%202%200%200%201%202%202h.732l1.852-2.777l.038-.05A.5.5%200%200%201%2010%201zM5%205a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201h6a1%201%200%200%200%201-1V6a1%201%200%200%200-1-1zm4.646%201.646a.5.5%200%201%201%20.707.708L8.708%209l1.646%201.646a.5.5%200%201%201-.707.707L8%209.708l-1.646%201.646a.5.5%200%201%201-.708-.707L7.293%209L5.646%207.354a.5.5%200%201%201%20.708-.708L8%208.293zM8.935%204H11V2h-.732z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gas-16-regular.svg?color=%231a73e8&size=48