gas-meter-outline-sharp from Material Symbols by Google · Outline Sharp · Household · Apache-2.0 Free for personal and commercial use.

Name
gas-meter-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the gas meter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22V4h5V2h2v2h2V2h2v2h5v18zm2-2h12V6H6zm2-10h8V8H8zm4 8q1.05 0 1.775-.712t.725-1.738q0-.825-.475-1.412T12 11.75q-1.575 1.8-2.037 2.4t-.463 1.4q0 1.025.725 1.738T12 18m-6 2V6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGasMeterOutlineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22V4h5V2h2v2h2V2h2v2h5v18zm2-2h12V6H6zm2-10h8V8H8zm4 8q1.05 0 1.775-.712t.725-1.738q0-.825-.475-1.412T12 11.75q-1.575 1.8-2.037 2.4t-.463 1.4q0 1.025.725 1.738T12 18m-6 2V6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22V4h5V2h2v2h2V2h2v2h5v18zm2-2h12V6H6zm2-10h8V8H8zm4 8q1.05 0 1.775-.712t.725-1.738q0-.825-.475-1.412T12 11.75q-1.575 1.8-2.037 2.4t-.463 1.4q0 1.025.725 1.738T12 18m-6 2V6z"/></svg>
</template>

CSS

.icon-gas-meter-outline-sharp {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2022V4h5V2h2v2h2V2h2v2h5v18zm2-2h12V6H6zm2-10h8V8H8zm4%208q1.05%200%201.775-.712t.725-1.738q0-.825-.475-1.412T12%2011.75q-1.575%201.8-2.037%202.4t-.463%201.4q0%201.025.725%201.738T12%2018m-6%202V6z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2022V4h5V2h2v2h2V2h2v2h5v18zm2-2h12V6H6zm2-10h8V8H8zm4%208q1.05%200%201.775-.712t.725-1.738q0-.825-.475-1.412T12%2011.75q-1.575%201.8-2.037%202.4t-.463%201.4q0%201.025.725%201.738T12%2018m-6%202V6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/gas-meter-outline-sharp.svg?color=%231a73e8&size=48