round electric meter icon
round-electric-meter from Google Material Icons by Material Design Authors · Baseline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- round-electric-meter
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
More home icons from Google Material Icons
baseline-auto-modebaseline-blindsbaseline-blinds-closedbaseline-broadcast-on-homebaseline-broadcast-on-personalbaseline-curtainsbaseline-curtains-closedbaseline-electric-boltbaseline-electric-meterbaseline-energy-savings-leafbaseline-gas-meterbaseline-heat-pumpbaseline-mode-fan-offbaseline-nest-cam-wired-standbaseline-oil-barrelbaseline-propanebaseline-propane-tankbaseline-roller-shadesbaseline-roller-shades-closedbaseline-sensor-doorbaseline-sensor-occupiedbaseline-sensor-windowbaseline-shield-moonbaseline-solar-power
Use the round 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="M11.73 2C7.05 2.14 3.15 6.03 3 10.71c-.13 4.04 2.42 7.5 6 8.77V21c0 .55.45 1 1 1s1-.45 1-1v-1.06a8.3 8.3 0 0 0 2 0V21c0 .55.45 1 1 1s1-.45 1-1v-1.53c3.49-1.24 6-4.57 6-8.47c0-5.05-4.18-9.15-9.27-9m1.81 12.71L12 16.25c-.41.41-1.09.41-1.5 0s-.41-1.09 0-1.5l.5-.5l-.54-.54a.996.996 0 0 1 0-1.41L12 10.75c.41-.41 1.09-.41 1.5 0s.41 1.09 0 1.5l-.5.5l.54.54c.39.39.39 1.03 0 1.42M15 9H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundElectricMeter(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="M11.73 2C7.05 2.14 3.15 6.03 3 10.71c-.13 4.04 2.42 7.5 6 8.77V21c0 .55.45 1 1 1s1-.45 1-1v-1.06a8.3 8.3 0 0 0 2 0V21c0 .55.45 1 1 1s1-.45 1-1v-1.53c3.49-1.24 6-4.57 6-8.47c0-5.05-4.18-9.15-9.27-9m1.81 12.71L12 16.25c-.41.41-1.09.41-1.5 0s-.41-1.09 0-1.5l.5-.5l-.54-.54a.996.996 0 0 1 0-1.41L12 10.75c.41-.41 1.09-.41 1.5 0s.41 1.09 0 1.5l-.5.5l.54.54c.39.39.39 1.03 0 1.42M15 9H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.73 2C7.05 2.14 3.15 6.03 3 10.71c-.13 4.04 2.42 7.5 6 8.77V21c0 .55.45 1 1 1s1-.45 1-1v-1.06a8.3 8.3 0 0 0 2 0V21c0 .55.45 1 1 1s1-.45 1-1v-1.53c3.49-1.24 6-4.57 6-8.47c0-5.05-4.18-9.15-9.27-9m1.81 12.71L12 16.25c-.41.41-1.09.41-1.5 0s-.41-1.09 0-1.5l.5-.5l-.54-.54a.996.996 0 0 1 0-1.41L12 10.75c.41-.41 1.09-.41 1.5 0s.41 1.09 0 1.5l-.5.5l.54.54c.39.39.39 1.03 0 1.42M15 9H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1"/></svg> </template>
CSS
.icon-round-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%22M11.73%202C7.05%202.14%203.15%206.03%203%2010.71c-.13%204.04%202.42%207.5%206%208.77V21c0%20.55.45%201%201%201s1-.45%201-1v-1.06a8.3%208.3%200%200%200%202%200V21c0%20.55.45%201%201%201s1-.45%201-1v-1.53c3.49-1.24%206-4.57%206-8.47c0-5.05-4.18-9.15-9.27-9m1.81%2012.71L12%2016.25c-.41.41-1.09.41-1.5%200s-.41-1.09%200-1.5l.5-.5l-.54-.54a.996.996%200%200%201%200-1.41L12%2010.75c.41-.41%201.09-.41%201.5%200s.41%201.09%200%201.5l-.5.5l.54.54c.39.39.39%201.03%200%201.42M15%209H9c-.55%200-1-.45-1-1s.45-1%201-1h6c.55%200%201%20.45%201%201s-.45%201-1%201%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%22M11.73%202C7.05%202.14%203.15%206.03%203%2010.71c-.13%204.04%202.42%207.5%206%208.77V21c0%20.55.45%201%201%201s1-.45%201-1v-1.06a8.3%208.3%200%200%200%202%200V21c0%20.55.45%201%201%201s1-.45%201-1v-1.53c3.49-1.24%206-4.57%206-8.47c0-5.05-4.18-9.15-9.27-9m1.81%2012.71L12%2016.25c-.41.41-1.09.41-1.5%200s-.41-1.09%200-1.5l.5-.5l-.54-.54a.996.996%200%200%201%200-1.41L12%2010.75c.41-.41%201.09-.41%201.5%200s.41%201.09%200%201.5l-.5.5l.54.54c.39.39.39%201.03%200%201.42M15%209H9c-.55%200-1-.45-1-1s.45-1%201-1h6c.55%200%201%20.45%201%201s-.45%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-electric-meter.svg?color=%231a73e8&size=48