power plug battery icon

power-plug-battery-outline from Material Design Icons by Pictogrammers · Outline · Battery · Apache-2.0 Free for personal and commercial use.

Name
power-plug-battery-outline
Set
Material Design Icons
Style
Outline
Category
Battery
Viewbox
24×24
License
Apache 2.0
Aliases
battery-backup-outline

1 other variant in Material Design Icons

More battery icons from Material Design Icons

Use the power plug battery icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 8.32c.57.38 1 1.03 1 1.68v5.5L8.5 19v3h-5v-3L0 15.5V10c0-1 1-2 2-2V4h2v4h4V4h2v4c.35 0 .7.12 1 .32m-3.91 9.27L10 14.67v-4.58c0-.03-.05-.09-.08-.09H2.09c-.03 0-.09.06-.09.09v4.58L5.33 18h1.34zM12 4.04c.11-.04.22-.04.33-.04H14V2h6v2h1.67C22.4 4 23 4.6 23 5.33v15.34c0 .33-.14.69-.39.94s-.61.39-.94.39h-9.34c-.73 0-1.33-.6-1.33-1.33v-1.34l2-2V20h8V6h-9z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPowerPlugBatteryOutline(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 8.32c.57.38 1 1.03 1 1.68v5.5L8.5 19v3h-5v-3L0 15.5V10c0-1 1-2 2-2V4h2v4h4V4h2v4c.35 0 .7.12 1 .32m-3.91 9.27L10 14.67v-4.58c0-.03-.05-.09-.08-.09H2.09c-.03 0-.09.06-.09.09v4.58L5.33 18h1.34zM12 4.04c.11-.04.22-.04.33-.04H14V2h6v2h1.67C22.4 4 23 4.6 23 5.33v15.34c0 .33-.14.69-.39.94s-.61.39-.94.39h-9.34c-.73 0-1.33-.6-1.33-1.33v-1.34l2-2V20h8V6h-9z"/></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 8.32c.57.38 1 1.03 1 1.68v5.5L8.5 19v3h-5v-3L0 15.5V10c0-1 1-2 2-2V4h2v4h4V4h2v4c.35 0 .7.12 1 .32m-3.91 9.27L10 14.67v-4.58c0-.03-.05-.09-.08-.09H2.09c-.03 0-.09.06-.09.09v4.58L5.33 18h1.34zM12 4.04c.11-.04.22-.04.33-.04H14V2h6v2h1.67C22.4 4 23 4.6 23 5.33v15.34c0 .33-.14.69-.39.94s-.61.39-.94.39h-9.34c-.73 0-1.33-.6-1.33-1.33v-1.34l2-2V20h8V6h-9z"/></svg>
</template>

CSS

.icon-power-plug-battery-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%22M11%208.32c.57.38%201%201.03%201%201.68v5.5L8.5%2019v3h-5v-3L0%2015.5V10c0-1%201-2%202-2V4h2v4h4V4h2v4c.35%200%20.7.12%201%20.32m-3.91%209.27L10%2014.67v-4.58c0-.03-.05-.09-.08-.09H2.09c-.03%200-.09.06-.09.09v4.58L5.33%2018h1.34zM12%204.04c.11-.04.22-.04.33-.04H14V2h6v2h1.67C22.4%204%2023%204.6%2023%205.33v15.34c0%20.33-.14.69-.39.94s-.61.39-.94.39h-9.34c-.73%200-1.33-.6-1.33-1.33v-1.34l2-2V20h8V6h-9z%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%208.32c.57.38%201%201.03%201%201.68v5.5L8.5%2019v3h-5v-3L0%2015.5V10c0-1%201-2%202-2V4h2v4h4V4h2v4c.35%200%20.7.12%201%20.32m-3.91%209.27L10%2014.67v-4.58c0-.03-.05-.09-.08-.09H2.09c-.03%200-.09.06-.09.09v4.58L5.33%2018h1.34zM12%204.04c.11-.04.22-.04.33-.04H14V2h6v2h1.67C22.4%204%2023%204.6%2023%205.33v15.34c0%20.33-.14.69-.39.94s-.61.39-.94.39h-9.34c-.73%200-1.33-.6-1.33-1.33v-1.34l2-2V20h8V6h-9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/power-plug-battery-outline.svg?color=%231a73e8&size=48