power plug battery icon

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

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

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="M12 10c0-.65-.43-1.3-1-1.68c-.3-.2-.65-.32-1-.32V4H8v4H4V4H2v4c-1 0-2 1-2 2v5.5L3.5 19v3h5v-3l3.5-3.5zm.33-6c-.11 0-.22 0-.33.04v2.55c.3.18.56.41.79.62C13.44 7.87 14 8.85 14 10v6.33l-3 3v1.34c0 .73.6 1.33 1.33 1.33h9.34c.33 0 .69-.14.94-.39s.39-.61.39-.94V5.33C23 4.6 22.4 4 21.67 4H20V2h-6v2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPowerPlugBattery(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 10c0-.65-.43-1.3-1-1.68c-.3-.2-.65-.32-1-.32V4H8v4H4V4H2v4c-1 0-2 1-2 2v5.5L3.5 19v3h5v-3l3.5-3.5zm.33-6c-.11 0-.22 0-.33.04v2.55c.3.18.56.41.79.62C13.44 7.87 14 8.85 14 10v6.33l-3 3v1.34c0 .73.6 1.33 1.33 1.33h9.34c.33 0 .69-.14.94-.39s.39-.61.39-.94V5.33C23 4.6 22.4 4 21.67 4H20V2h-6v2z"/></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 10c0-.65-.43-1.3-1-1.68c-.3-.2-.65-.32-1-.32V4H8v4H4V4H2v4c-1 0-2 1-2 2v5.5L3.5 19v3h5v-3l3.5-3.5zm.33-6c-.11 0-.22 0-.33.04v2.55c.3.18.56.41.79.62C13.44 7.87 14 8.85 14 10v6.33l-3 3v1.34c0 .73.6 1.33 1.33 1.33h9.34c.33 0 .69-.14.94-.39s.39-.61.39-.94V5.33C23 4.6 22.4 4 21.67 4H20V2h-6v2z"/></svg>
</template>

CSS

.icon-power-plug-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%2010c0-.65-.43-1.3-1-1.68c-.3-.2-.65-.32-1-.32V4H8v4H4V4H2v4c-1%200-2%201-2%202v5.5L3.5%2019v3h5v-3l3.5-3.5zm.33-6c-.11%200-.22%200-.33.04v2.55c.3.18.56.41.79.62C13.44%207.87%2014%208.85%2014%2010v6.33l-3%203v1.34c0%20.73.6%201.33%201.33%201.33h9.34c.33%200%20.69-.14.94-.39s.39-.61.39-.94V5.33C23%204.6%2022.4%204%2021.67%204H20V2h-6v2z%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%2010c0-.65-.43-1.3-1-1.68c-.3-.2-.65-.32-1-.32V4H8v4H4V4H2v4c-1%200-2%201-2%202v5.5L3.5%2019v3h5v-3l3.5-3.5zm.33-6c-.11%200-.22%200-.33.04v2.55c.3.18.56.41.79.62C13.44%207.87%2014%208.85%2014%2010v6.33l-3%203v1.34c0%20.73.6%201.33%201.33%201.33h9.34c.33%200%20.69-.14.94-.39s.39-.61.39-.94V5.33C23%204.6%2022.4%204%2021.67%204H20V2h-6v2z%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.svg?color=%231a73e8&size=48