home battery icon
home-battery from Material Design Icons by Pictogrammers · Filled · Battery · Apache-2.0 Free for personal and commercial use.
- Name
- home-battery
- Set
- Material Design Icons
- Style
- Filled
- Category
- Battery
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- home-electricity, home-energy, home-power, house-battery, house-energy, house-power
1 other variant in Material Design Icons
More battery icons from Material Design Icons
battery-10-bluetoothbattery-20-bluetoothbattery-30-bluetoothbattery-40-bluetoothbattery-50-bluetoothbattery-60-bluetoothbattery-70-bluetoothbattery-80-bluetoothbattery-90-bluetoothbattery-arrow-downbattery-arrow-upbattery-bluetoothbattery-bluetooth-variantbattery-charging-highbattery-charging-lowbattery-charging-mediumbattery-charging-wirelessbattery-charging-wireless-10battery-charging-wireless-20battery-charging-wireless-30battery-charging-wireless-40battery-charging-wireless-50battery-charging-wireless-60battery-charging-wireless-70
Use the home battery icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20H5v-8H2l10-9l2.78 2.5H14v1.67c-1.16.41-2 1.53-2 2.83zm3-11h1V7.5h4V9h1c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1h-6c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1m1 2v3h4v-3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiHomeBattery(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 20H5v-8H2l10-9l2.78 2.5H14v1.67c-1.16.41-2 1.53-2 2.83zm3-11h1V7.5h4V9h1c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1h-6c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1m1 2v3h4v-3z"/></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 20H5v-8H2l10-9l2.78 2.5H14v1.67c-1.16.41-2 1.53-2 2.83zm3-11h1V7.5h4V9h1c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1h-6c-.55 0-1-.45-1-1V10c0-.55.45-1 1-1m1 2v3h4v-3z"/></svg> </template>
CSS
.icon-home-battery {
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%2020H5v-8H2l10-9l2.78%202.5H14v1.67c-1.16.41-2%201.53-2%202.83zm3-11h1V7.5h4V9h1c.55%200%201%20.45%201%201v11c0%20.55-.45%201-1%201h-6c-.55%200-1-.45-1-1V10c0-.55.45-1%201-1m1%202v3h4v-3z%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%2020H5v-8H2l10-9l2.78%202.5H14v1.67c-1.16.41-2%201.53-2%202.83zm3-11h1V7.5h4V9h1c.55%200%201%20.45%201%201v11c0%20.55-.45%201-1%201h-6c-.55%200-1-.45-1-1V10c0-.55.45-1%201-1m1%202v3h4v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/home-battery.svg?color=%231a73e8&size=48