twotone electric meter icon

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

Name
twotone-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 twotone 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 4c-3.86 0-7 3.14-7 7s3.14 7 7 7s7-3.14 7-7s-3.14-7-7-7m2.25 10l-3 3l-1.5-1.5L11 14.25L9.75 13l3-3l1.5 1.5L13 12.75zM16 9H8V7h8z" opacity=".3"/><path fill="currentColor" d="M12 2a9 9 0 0 0-9 9c0 3.92 2.51 7.24 6 8.48V22h2v-2.06a8.3 8.3 0 0 0 2 0V22h2v-2.52c3.49-1.24 6-4.56 6-8.48a9 9 0 0 0-9-9m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7"/><path fill="currentColor" d="M8 7h8v2H8zm4.75 3l-3 3L11 14.25L9.75 15.5l1.5 1.5l3-3L13 12.75l1.25-1.25z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneElectricMeter(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 4c-3.86 0-7 3.14-7 7s3.14 7 7 7s7-3.14 7-7s-3.14-7-7-7m2.25 10l-3 3l-1.5-1.5L11 14.25L9.75 13l3-3l1.5 1.5L13 12.75zM16 9H8V7h8z" opacity=".3"/><path fill="currentColor" d="M12 2a9 9 0 0 0-9 9c0 3.92 2.51 7.24 6 8.48V22h2v-2.06a8.3 8.3 0 0 0 2 0V22h2v-2.52c3.49-1.24 6-4.56 6-8.48a9 9 0 0 0-9-9m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7"/><path fill="currentColor" d="M8 7h8v2H8zm4.75 3l-3 3L11 14.25L9.75 15.5l1.5 1.5l3-3L13 12.75l1.25-1.25z"/></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 4c-3.86 0-7 3.14-7 7s3.14 7 7 7s7-3.14 7-7s-3.14-7-7-7m2.25 10l-3 3l-1.5-1.5L11 14.25L9.75 13l3-3l1.5 1.5L13 12.75zM16 9H8V7h8z" opacity=".3"/><path fill="currentColor" d="M12 2a9 9 0 0 0-9 9c0 3.92 2.51 7.24 6 8.48V22h2v-2.06a8.3 8.3 0 0 0 2 0V22h2v-2.52c3.49-1.24 6-4.56 6-8.48a9 9 0 0 0-9-9m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7"/><path fill="currentColor" d="M8 7h8v2H8zm4.75 3l-3 3L11 14.25L9.75 15.5l1.5 1.5l3-3L13 12.75l1.25-1.25z"/></svg>
</template>

CSS

.icon-twotone-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%204c-3.86%200-7%203.14-7%207s3.14%207%207%207s7-3.14%207-7s-3.14-7-7-7m2.25%2010l-3%203l-1.5-1.5L11%2014.25L9.75%2013l3-3l1.5%201.5L13%2012.75zM16%209H8V7h8z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a9%209%200%200%200-9%209c0%203.92%202.51%207.24%206%208.48V22h2v-2.06a8.3%208.3%200%200%200%202%200V22h2v-2.52c3.49-1.24%206-4.56%206-8.48a9%209%200%200%200-9-9m0%2016c-3.86%200-7-3.14-7-7s3.14-7%207-7s7%203.14%207%207s-3.14%207-7%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%207h8v2H8zm4.75%203l-3%203L11%2014.25L9.75%2015.5l1.5%201.5l3-3L13%2012.75l1.25-1.25z%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%204c-3.86%200-7%203.14-7%207s3.14%207%207%207s7-3.14%207-7s-3.14-7-7-7m2.25%2010l-3%203l-1.5-1.5L11%2014.25L9.75%2013l3-3l1.5%201.5L13%2012.75zM16%209H8V7h8z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a9%209%200%200%200-9%209c0%203.92%202.51%207.24%206%208.48V22h2v-2.06a8.3%208.3%200%200%200%202%200V22h2v-2.52c3.49-1.24%206-4.56%206-8.48a9%209%200%200%200-9-9m0%2016c-3.86%200-7-3.14-7-7s3.14-7%207-7s7%203.14%207%207s-3.14%207-7%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%207h8v2H8zm4.75%203l-3%203L11%2014.25L9.75%2015.5l1.5%201.5l3-3L13%2012.75l1.25-1.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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