electric meter icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the electric meter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 21.95v-2.5q-2.65-.925-4.325-3.237T3 10.95q0-1.875.713-3.512t1.924-2.85t2.85-1.925t3.488-.713t3.5.713t2.875 1.925t1.938 2.85T21 10.95q0 2.95-1.687 5.238T15 19.425v2.525h-2V19.9q-.25.05-.5.05h-.525q-.25 0-.488-.012T11 19.9v2.05zm7.95-6Q19 13.9 19 11t-2.05-4.95T12 4T7.05 6.05T5 11t2.05 4.95T12 18t4.95-2.05M8 9h8V7H8zm3.25 8l3-3L13 12.75l1.25-1.25l-1.5-1.5l-3 3L11 14.25L9.75 15.5zm.75-6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsElectricMeterOutline(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="M9 21.95v-2.5q-2.65-.925-4.325-3.237T3 10.95q0-1.875.713-3.512t1.924-2.85t2.85-1.925t3.488-.713t3.5.713t2.875 1.925t1.938 2.85T21 10.95q0 2.95-1.687 5.238T15 19.425v2.525h-2V19.9q-.25.05-.5.05h-.525q-.25 0-.488-.012T11 19.9v2.05zm7.95-6Q19 13.9 19 11t-2.05-4.95T12 4T7.05 6.05T5 11t2.05 4.95T12 18t4.95-2.05M8 9h8V7H8zm3.25 8l3-3L13 12.75l1.25-1.25l-1.5-1.5l-3 3L11 14.25L9.75 15.5zm.75-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 21.95v-2.5q-2.65-.925-4.325-3.237T3 10.95q0-1.875.713-3.512t1.924-2.85t2.85-1.925t3.488-.713t3.5.713t2.875 1.925t1.938 2.85T21 10.95q0 2.95-1.687 5.238T15 19.425v2.525h-2V19.9q-.25.05-.5.05h-.525q-.25 0-.488-.012T11 19.9v2.05zm7.95-6Q19 13.9 19 11t-2.05-4.95T12 4T7.05 6.05T5 11t2.05 4.95T12 18t4.95-2.05M8 9h8V7H8zm3.25 8l3-3L13 12.75l1.25-1.25l-1.5-1.5l-3 3L11 14.25L9.75 15.5zm.75-6"/></svg>
</template>

CSS

.icon-electric-meter-outline {
  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%22M9%2021.95v-2.5q-2.65-.925-4.325-3.237T3%2010.95q0-1.875.713-3.512t1.924-2.85t2.85-1.925t3.488-.713t3.5.713t2.875%201.925t1.938%202.85T21%2010.95q0%202.95-1.687%205.238T15%2019.425v2.525h-2V19.9q-.25.05-.5.05h-.525q-.25%200-.488-.012T11%2019.9v2.05zm7.95-6Q19%2013.9%2019%2011t-2.05-4.95T12%204T7.05%206.05T5%2011t2.05%204.95T12%2018t4.95-2.05M8%209h8V7H8zm3.25%208l3-3L13%2012.75l1.25-1.25l-1.5-1.5l-3%203L11%2014.25L9.75%2015.5zm.75-6%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%22M9%2021.95v-2.5q-2.65-.925-4.325-3.237T3%2010.95q0-1.875.713-3.512t1.924-2.85t2.85-1.925t3.488-.713t3.5.713t2.875%201.925t1.938%202.85T21%2010.95q0%202.95-1.687%205.238T15%2019.425v2.525h-2V19.9q-.25.05-.5.05h-.525q-.25%200-.488-.012T11%2019.9v2.05zm7.95-6Q19%2013.9%2019%2011t-2.05-4.95T12%204T7.05%206.05T5%2011t2.05%204.95T12%2018t4.95-2.05M8%209h8V7H8zm3.25%208l3-3L13%2012.75l1.25-1.25l-1.5-1.5l-3%203L11%2014.25L9.75%2015.5zm.75-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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