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

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

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

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.5 20.68v-2.114q-2.42-.791-3.96-2.863T4 10.95q0-1.663.626-3.118T6.34 5.29t2.542-1.714t3.093-.626q1.658 0 3.116.626q1.457.626 2.548 1.714q1.09 1.087 1.726 2.542T20 10.95q0 2.662-1.543 4.728q-1.544 2.066-3.957 2.863v2.14h-1v-1.877q-.385.088-.76.117q-.374.029-.765.029q-.384 0-.747-.032t-.728-.114v1.877zm7.45-4.73Q19 13.9 19 11t-2.05-4.95T12 4T7.05 6.05T5 11t2.05 4.95T12 18t4.95-2.05M8.5 8.5h7v-1h-7zm2.75 7.789l2.192-2.193l-1.25-1.25l1.346-1.346l-.788-.788l-2.192 2.192l1.25 1.25l-1.346 1.346zM12 11"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightElectricMeterOutline(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.5 20.68v-2.114q-2.42-.791-3.96-2.863T4 10.95q0-1.663.626-3.118T6.34 5.29t2.542-1.714t3.093-.626q1.658 0 3.116.626q1.457.626 2.548 1.714q1.09 1.087 1.726 2.542T20 10.95q0 2.662-1.543 4.728q-1.544 2.066-3.957 2.863v2.14h-1v-1.877q-.385.088-.76.117q-.374.029-.765.029q-.384 0-.747-.032t-.728-.114v1.877zm7.45-4.73Q19 13.9 19 11t-2.05-4.95T12 4T7.05 6.05T5 11t2.05 4.95T12 18t4.95-2.05M8.5 8.5h7v-1h-7zm2.75 7.789l2.192-2.193l-1.25-1.25l1.346-1.346l-.788-.788l-2.192 2.192l1.25 1.25l-1.346 1.346zM12 11"/></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.5 20.68v-2.114q-2.42-.791-3.96-2.863T4 10.95q0-1.663.626-3.118T6.34 5.29t2.542-1.714t3.093-.626q1.658 0 3.116.626q1.457.626 2.548 1.714q1.09 1.087 1.726 2.542T20 10.95q0 2.662-1.543 4.728q-1.544 2.066-3.957 2.863v2.14h-1v-1.877q-.385.088-.76.117q-.374.029-.765.029q-.384 0-.747-.032t-.728-.114v1.877zm7.45-4.73Q19 13.9 19 11t-2.05-4.95T12 4T7.05 6.05T5 11t2.05 4.95T12 18t4.95-2.05M8.5 8.5h7v-1h-7zm2.75 7.789l2.192-2.193l-1.25-1.25l1.346-1.346l-.788-.788l-2.192 2.192l1.25 1.25l-1.346 1.346zM12 11"/></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.5%2020.68v-2.114q-2.42-.791-3.96-2.863T4%2010.95q0-1.663.626-3.118T6.34%205.29t2.542-1.714t3.093-.626q1.658%200%203.116.626q1.457.626%202.548%201.714q1.09%201.087%201.726%202.542T20%2010.95q0%202.662-1.543%204.728q-1.544%202.066-3.957%202.863v2.14h-1v-1.877q-.385.088-.76.117q-.374.029-.765.029q-.384%200-.747-.032t-.728-.114v1.877zm7.45-4.73Q19%2013.9%2019%2011t-2.05-4.95T12%204T7.05%206.05T5%2011t2.05%204.95T12%2018t4.95-2.05M8.5%208.5h7v-1h-7zm2.75%207.789l2.192-2.193l-1.25-1.25l1.346-1.346l-.788-.788l-2.192%202.192l1.25%201.25l-1.346%201.346zM12%2011%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.5%2020.68v-2.114q-2.42-.791-3.96-2.863T4%2010.95q0-1.663.626-3.118T6.34%205.29t2.542-1.714t3.093-.626q1.658%200%203.116.626q1.457.626%202.548%201.714q1.09%201.087%201.726%202.542T20%2010.95q0%202.662-1.543%204.728q-1.544%202.066-3.957%202.863v2.14h-1v-1.877q-.385.088-.76.117q-.374.029-.765.029q-.384%200-.747-.032t-.728-.114v1.877zm7.45-4.73Q19%2013.9%2019%2011t-2.05-4.95T12%204T7.05%206.05T5%2011t2.05%204.95T12%2018t4.95-2.05M8.5%208.5h7v-1h-7zm2.75%207.789l2.192-2.193l-1.25-1.25l1.346-1.346l-.788-.788l-2.192%202.192l1.25%201.25l-1.346%201.346zM12%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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