battery charging vertical icon

battery-charging-vertical-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
battery-charging-vertical-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the battery charging vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M149.1 132.85a6 6 0 0 1 .27 5.83l-16 32a6 6 0 1 1-10.74-5.36L134.29 142H112a6 6 0 0 1-5.37-8.68l16-32a6 6 0 0 1 10.74 5.36L121.71 130H144a6 6 0 0 1 5.1 2.85M96 14h64a6 6 0 0 0 0-12H96a6 6 0 0 0 0 12m102 42v168a22 22 0 0 1-22 22H80a22 22 0 0 1-22-22V56a22 22 0 0 1 22-22h96a22 22 0 0 1 22 22m-12 0a10 10 0 0 0-10-10H80a10 10 0 0 0-10 10v168a10 10 0 0 0 10 10h96a10 10 0 0 0 10-10Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBatteryChargingVerticalLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M149.1 132.85a6 6 0 0 1 .27 5.83l-16 32a6 6 0 1 1-10.74-5.36L134.29 142H112a6 6 0 0 1-5.37-8.68l16-32a6 6 0 0 1 10.74 5.36L121.71 130H144a6 6 0 0 1 5.1 2.85M96 14h64a6 6 0 0 0 0-12H96a6 6 0 0 0 0 12m102 42v168a22 22 0 0 1-22 22H80a22 22 0 0 1-22-22V56a22 22 0 0 1 22-22h96a22 22 0 0 1 22 22m-12 0a10 10 0 0 0-10-10H80a10 10 0 0 0-10 10v168a10 10 0 0 0 10 10h96a10 10 0 0 0 10-10Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M149.1 132.85a6 6 0 0 1 .27 5.83l-16 32a6 6 0 1 1-10.74-5.36L134.29 142H112a6 6 0 0 1-5.37-8.68l16-32a6 6 0 0 1 10.74 5.36L121.71 130H144a6 6 0 0 1 5.1 2.85M96 14h64a6 6 0 0 0 0-12H96a6 6 0 0 0 0 12m102 42v168a22 22 0 0 1-22 22H80a22 22 0 0 1-22-22V56a22 22 0 0 1 22-22h96a22 22 0 0 1 22 22m-12 0a10 10 0 0 0-10-10H80a10 10 0 0 0-10 10v168a10 10 0 0 0 10 10h96a10 10 0 0 0 10-10Z"/></svg>
</template>

CSS

.icon-battery-charging-vertical-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M149.1%20132.85a6%206%200%200%201%20.27%205.83l-16%2032a6%206%200%201%201-10.74-5.36L134.29%20142H112a6%206%200%200%201-5.37-8.68l16-32a6%206%200%200%201%2010.74%205.36L121.71%20130H144a6%206%200%200%201%205.1%202.85M96%2014h64a6%206%200%200%200%200-12H96a6%206%200%200%200%200%2012m102%2042v168a22%2022%200%200%201-22%2022H80a22%2022%200%200%201-22-22V56a22%2022%200%200%201%2022-22h96a22%2022%200%200%201%2022%2022m-12%200a10%2010%200%200%200-10-10H80a10%2010%200%200%200-10%2010v168a10%2010%200%200%200%2010%2010h96a10%2010%200%200%200%2010-10Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M149.1%20132.85a6%206%200%200%201%20.27%205.83l-16%2032a6%206%200%201%201-10.74-5.36L134.29%20142H112a6%206%200%200%201-5.37-8.68l16-32a6%206%200%200%201%2010.74%205.36L121.71%20130H144a6%206%200%200%201%205.1%202.85M96%2014h64a6%206%200%200%200%200-12H96a6%206%200%200%200%200%2012m102%2042v168a22%2022%200%200%201-22%2022H80a22%2022%200%200%201-22-22V56a22%2022%200%200%201%2022-22h96a22%2022%200%200%201%2022%2022m-12%200a10%2010%200%200%200-10-10H80a10%2010%200%200%200-10%2010v168a10%2010%200%200%200%2010%2010h96a10%2010%200%200%200%2010-10Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/battery-charging-vertical-light.svg?color=%231a73e8&size=48