gas meter icon
gas-meter-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- gas-meter-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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="M8 22q-1.65 0-2.825-1.175T4 18V8q0-1.65 1.175-2.825T8 4h1V3q0-.425.288-.712T10 2t.713.288T11 3v1h2V3q0-.425.288-.712T14 2t.713.288T15 3v1h1q1.65 0 2.825 1.175T20 8v10q0 1.65-1.175 2.825T16 22zm1-12h6q.425 0 .713-.288T16 9t-.288-.712T15 8H9q-.425 0-.712.288T8 9t.288.713T9 10m3 8q1.05 0 1.775-.712t.725-1.738q0-.425-.1-.725t-.375-.7l-1.45-1.7q-.225-.275-.575-.275t-.575.275l-1.45 1.725q-.275.4-.375.688t-.1.712q0 1.025.725 1.738T12 18"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGasMeterRounded(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 22q-1.65 0-2.825-1.175T4 18V8q0-1.65 1.175-2.825T8 4h1V3q0-.425.288-.712T10 2t.713.288T11 3v1h2V3q0-.425.288-.712T14 2t.713.288T15 3v1h1q1.65 0 2.825 1.175T20 8v10q0 1.65-1.175 2.825T16 22zm1-12h6q.425 0 .713-.288T16 9t-.288-.712T15 8H9q-.425 0-.712.288T8 9t.288.713T9 10m3 8q1.05 0 1.775-.712t.725-1.738q0-.425-.1-.725t-.375-.7l-1.45-1.7q-.225-.275-.575-.275t-.575.275l-1.45 1.725q-.275.4-.375.688t-.1.712q0 1.025.725 1.738T12 18"/></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 22q-1.65 0-2.825-1.175T4 18V8q0-1.65 1.175-2.825T8 4h1V3q0-.425.288-.712T10 2t.713.288T11 3v1h2V3q0-.425.288-.712T14 2t.713.288T15 3v1h1q1.65 0 2.825 1.175T20 8v10q0 1.65-1.175 2.825T16 22zm1-12h6q.425 0 .713-.288T16 9t-.288-.712T15 8H9q-.425 0-.712.288T8 9t.288.713T9 10m3 8q1.05 0 1.775-.712t.725-1.738q0-.425-.1-.725t-.375-.7l-1.45-1.7q-.225-.275-.575-.275t-.575.275l-1.45 1.725q-.275.4-.375.688t-.1.712q0 1.025.725 1.738T12 18"/></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%2022q-1.65%200-2.825-1.175T4%2018V8q0-1.65%201.175-2.825T8%204h1V3q0-.425.288-.712T10%202t.713.288T11%203v1h2V3q0-.425.288-.712T14%202t.713.288T15%203v1h1q1.65%200%202.825%201.175T20%208v10q0%201.65-1.175%202.825T16%2022zm1-12h6q.425%200%20.713-.288T16%209t-.288-.712T15%208H9q-.425%200-.712.288T8%209t.288.713T9%2010m3%208q1.05%200%201.775-.712t.725-1.738q0-.425-.1-.725t-.375-.7l-1.45-1.7q-.225-.275-.575-.275t-.575.275l-1.45%201.725q-.275.4-.375.688t-.1.712q0%201.025.725%201.738T12%2018%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%2022q-1.65%200-2.825-1.175T4%2018V8q0-1.65%201.175-2.825T8%204h1V3q0-.425.288-.712T10%202t.713.288T11%203v1h2V3q0-.425.288-.712T14%202t.713.288T15%203v1h1q1.65%200%202.825%201.175T20%208v10q0%201.65-1.175%202.825T16%2022zm1-12h6q.425%200%20.713-.288T16%209t-.288-.712T15%208H9q-.425%200-.712.288T8%209t.288.713T9%2010m3%208q1.05%200%201.775-.712t.725-1.738q0-.425-.1-.725t-.375-.7l-1.45-1.7q-.225-.275-.575-.275t-.575.275l-1.45%201.725q-.275.4-.375.688t-.1.712q0%201.025.725%201.738T12%2018%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-rounded.svg?color=%231a73e8&size=48