gas-meter-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
gas-meter-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

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="M8 21q-1.237 0-2.119-.881T5 18V8q0-1.237.881-2.119T8 5h1.5V3.5q0-.213.144-.356T10.001 3t.356.144t.143.356V5h3V3.5q0-.213.144-.356T14.001 3t.356.144t.143.356V5H16q1.238 0 2.119.881T19 8v10q0 1.238-.881 2.119T16 21zM9 9.5h6q.213 0 .356-.144t.144-.357t-.144-.356T15 8.5H9q-.213 0-.356.144t-.144.357t.144.356T9 9.5m2.997 7.827q.822 0 1.394-.568q.57-.569.57-1.36q0-.328-.08-.56t-.298-.541l-1.123-1.335q-.187-.217-.461-.217q-.275 0-.451.214l-1.137 1.343q-.216.311-.294.535t-.078.555q0 .797.567 1.366q.568.568 1.39.568"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGasMeterRounded(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="M8 21q-1.237 0-2.119-.881T5 18V8q0-1.237.881-2.119T8 5h1.5V3.5q0-.213.144-.356T10.001 3t.356.144t.143.356V5h3V3.5q0-.213.144-.356T14.001 3t.356.144t.143.356V5H16q1.238 0 2.119.881T19 8v10q0 1.238-.881 2.119T16 21zM9 9.5h6q.213 0 .356-.144t.144-.357t-.144-.356T15 8.5H9q-.213 0-.356.144t-.144.357t.144.356T9 9.5m2.997 7.827q.822 0 1.394-.568q.57-.569.57-1.36q0-.328-.08-.56t-.298-.541l-1.123-1.335q-.187-.217-.461-.217q-.275 0-.451.214l-1.137 1.343q-.216.311-.294.535t-.078.555q0 .797.567 1.366q.568.568 1.39.568"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21q-1.237 0-2.119-.881T5 18V8q0-1.237.881-2.119T8 5h1.5V3.5q0-.213.144-.356T10.001 3t.356.144t.143.356V5h3V3.5q0-.213.144-.356T14.001 3t.356.144t.143.356V5H16q1.238 0 2.119.881T19 8v10q0 1.238-.881 2.119T16 21zM9 9.5h6q.213 0 .356-.144t.144-.357t-.144-.356T15 8.5H9q-.213 0-.356.144t-.144.357t.144.356T9 9.5m2.997 7.827q.822 0 1.394-.568q.57-.569.57-1.36q0-.328-.08-.56t-.298-.541l-1.123-1.335q-.187-.217-.461-.217q-.275 0-.451.214l-1.137 1.343q-.216.311-.294.535t-.078.555q0 .797.567 1.366q.568.568 1.39.568"/></svg>
</template>

CSS

.icon-gas-meter-rounded {
  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%22M8%2021q-1.237%200-2.119-.881T5%2018V8q0-1.237.881-2.119T8%205h1.5V3.5q0-.213.144-.356T10.001%203t.356.144t.143.356V5h3V3.5q0-.213.144-.356T14.001%203t.356.144t.143.356V5H16q1.238%200%202.119.881T19%208v10q0%201.238-.881%202.119T16%2021zM9%209.5h6q.213%200%20.356-.144t.144-.357t-.144-.356T15%208.5H9q-.213%200-.356.144t-.144.357t.144.356T9%209.5m2.997%207.827q.822%200%201.394-.568q.57-.569.57-1.36q0-.328-.08-.56t-.298-.541l-1.123-1.335q-.187-.217-.461-.217q-.275%200-.451.214l-1.137%201.343q-.216.311-.294.535t-.078.555q0%20.797.567%201.366q.568.568%201.39.568%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%22M8%2021q-1.237%200-2.119-.881T5%2018V8q0-1.237.881-2.119T8%205h1.5V3.5q0-.213.144-.356T10.001%203t.356.144t.143.356V5h3V3.5q0-.213.144-.356T14.001%203t.356.144t.143.356V5H16q1.238%200%202.119.881T19%208v10q0%201.238-.881%202.119T16%2021zM9%209.5h6q.213%200%20.356-.144t.144-.357t-.144-.356T15%208.5H9q-.213%200-.356.144t-.144.357t.144.356T9%209.5m2.997%207.827q.822%200%201.394-.568q.57-.569.57-1.36q0-.328-.08-.56t-.298-.541l-1.123-1.335q-.187-.217-.461-.217q-.275%200-.451.214l-1.137%201.343q-.216.311-.294.535t-.078.555q0%20.797.567%201.366q.568.568%201.39.568%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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