battery charging icon

battery-charging from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
battery-charging
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Related icons in Bootstrap Icons

Use the battery charging icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.585 2.568a.5.5 0 0 1 .226.58L8.677 6.832h1.99a.5.5 0 0 1 .364.843l-5.334 5.667a.5.5 0 0 1-.842-.49L5.99 9.167H4a.5.5 0 0 1-.364-.843l5.333-5.667a.5.5 0 0 1 .616-.09z"/><path d="M2 4h4.332l-.94 1H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.38l-.308 1H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2"/><path d="M2 6h2.45L2.908 7.639A1.5 1.5 0 0 0 3.313 10H2zm8.595-2l-.308 1H12a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H9.276l-.942 1H12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"/><path d="M12 10h-1.783l1.542-1.639q.146-.156.241-.34zm0-3.354V6h-.646a1.5 1.5 0 0 1 .646.646M16 8a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8"/></g></svg>

React

import type { SVGProps } from "react";

export function BiBatteryCharging(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.585 2.568a.5.5 0 0 1 .226.58L8.677 6.832h1.99a.5.5 0 0 1 .364.843l-5.334 5.667a.5.5 0 0 1-.842-.49L5.99 9.167H4a.5.5 0 0 1-.364-.843l5.333-5.667a.5.5 0 0 1 .616-.09z"/><path d="M2 4h4.332l-.94 1H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.38l-.308 1H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2"/><path d="M2 6h2.45L2.908 7.639A1.5 1.5 0 0 0 3.313 10H2zm8.595-2l-.308 1H12a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H9.276l-.942 1H12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"/><path d="M12 10h-1.783l1.542-1.639q.146-.156.241-.34zm0-3.354V6h-.646a1.5 1.5 0 0 1 .646.646M16 8a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.585 2.568a.5.5 0 0 1 .226.58L8.677 6.832h1.99a.5.5 0 0 1 .364.843l-5.334 5.667a.5.5 0 0 1-.842-.49L5.99 9.167H4a.5.5 0 0 1-.364-.843l5.333-5.667a.5.5 0 0 1 .616-.09z"/><path d="M2 4h4.332l-.94 1H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.38l-.308 1H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2"/><path d="M2 6h2.45L2.908 7.639A1.5 1.5 0 0 0 3.313 10H2zm8.595-2l-.308 1H12a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H9.276l-.942 1H12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"/><path d="M12 10h-1.783l1.542-1.639q.146-.156.241-.34zm0-3.354V6h-.646a1.5 1.5 0 0 1 .646.646M16 8a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8"/></g></svg>
</template>

CSS

.icon-battery-charging {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.585%202.568a.5.5%200%200%201%20.226.58L8.677%206.832h1.99a.5.5%200%200%201%20.364.843l-5.334%205.667a.5.5%200%200%201-.842-.49L5.99%209.167H4a.5.5%200%200%201-.364-.843l5.333-5.667a.5.5%200%200%201%20.616-.09z%22%2F%3E%3Cpath%20d%3D%22M2%204h4.332l-.94%201H2a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h2.38l-.308%201H2a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2%22%2F%3E%3Cpath%20d%3D%22M2%206h2.45L2.908%207.639A1.5%201.5%200%200%200%203.313%2010H2zm8.595-2l-.308%201H12a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201H9.276l-.942%201H12a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2z%22%2F%3E%3Cpath%20d%3D%22M12%2010h-1.783l1.542-1.639q.146-.156.241-.34zm0-3.354V6h-.646a1.5%201.5%200%200%201%20.646.646M16%208a1.5%201.5%200%200%201-1.5%201.5v-3A1.5%201.5%200%200%201%2016%208%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.585%202.568a.5.5%200%200%201%20.226.58L8.677%206.832h1.99a.5.5%200%200%201%20.364.843l-5.334%205.667a.5.5%200%200%201-.842-.49L5.99%209.167H4a.5.5%200%200%201-.364-.843l5.333-5.667a.5.5%200%200%201%20.616-.09z%22%2F%3E%3Cpath%20d%3D%22M2%204h4.332l-.94%201H2a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h2.38l-.308%201H2a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2%22%2F%3E%3Cpath%20d%3D%22M2%206h2.45L2.908%207.639A1.5%201.5%200%200%200%203.313%2010H2zm8.595-2l-.308%201H12a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201H9.276l-.942%201H12a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2z%22%2F%3E%3Cpath%20d%3D%22M12%2010h-1.783l1.542-1.639q.146-.156.241-.34zm0-3.354V6h-.646a1.5%201.5%200%200%201%20.646.646M16%208a1.5%201.5%200%200%201-1.5%201.5v-3A1.5%201.5%200%200%201%2016%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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