baseline electric meter icon

baseline-electric-meter from Google Material Icons by Material Design Authors · Baseline · Home · Apache-2.0 Free for personal and commercial use.

Name
baseline-electric-meter
Set
Google Material Icons
Style
Baseline
Category
Home
Viewbox
24×24
License
Apache 2.0

More home icons from Google Material Icons

Use the baseline 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="M12 2c-4.96 0-9 4.04-9 9c0 3.91 2.51 7.24 6 8.47V22h2v-2.06a8.3 8.3 0 0 0 2 0V22h2v-2.53c3.49-1.24 6-4.57 6-8.47c0-4.96-4.04-9-9-9m2.25 12l-3 3l-1.5-1.5L11 14.25L9.75 13l3-3l1.5 1.5L13 12.75zM16 9H8V7h8z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineElectricMeter(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="M12 2c-4.96 0-9 4.04-9 9c0 3.91 2.51 7.24 6 8.47V22h2v-2.06a8.3 8.3 0 0 0 2 0V22h2v-2.53c3.49-1.24 6-4.57 6-8.47c0-4.96-4.04-9-9-9m2.25 12l-3 3l-1.5-1.5L11 14.25L9.75 13l3-3l1.5 1.5L13 12.75zM16 9H8V7h8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-4.96 0-9 4.04-9 9c0 3.91 2.51 7.24 6 8.47V22h2v-2.06a8.3 8.3 0 0 0 2 0V22h2v-2.53c3.49-1.24 6-4.57 6-8.47c0-4.96-4.04-9-9-9m2.25 12l-3 3l-1.5-1.5L11 14.25L9.75 13l3-3l1.5 1.5L13 12.75zM16 9H8V7h8z"/></svg>
</template>

CSS

.icon-baseline-electric-meter {
  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%22M12%202c-4.96%200-9%204.04-9%209c0%203.91%202.51%207.24%206%208.47V22h2v-2.06a8.3%208.3%200%200%200%202%200V22h2v-2.53c3.49-1.24%206-4.57%206-8.47c0-4.96-4.04-9-9-9m2.25%2012l-3%203l-1.5-1.5L11%2014.25L9.75%2013l3-3l1.5%201.5L13%2012.75zM16%209H8V7h8z%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%22M12%202c-4.96%200-9%204.04-9%209c0%203.91%202.51%207.24%206%208.47V22h2v-2.06a8.3%208.3%200%200%200%202%200V22h2v-2.53c3.49-1.24%206-4.57%206-8.47c0-4.96-4.04-9-9-9m2.25%2012l-3%203l-1.5-1.5L11%2014.25L9.75%2013l3-3l1.5%201.5L13%2012.75zM16%209H8V7h8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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