battery charge icon

battery-charge-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
battery-charge-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Related icons in Teenyicons

Use the battery charge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M12.5 11.5H12zm-1 1v.5zm0-10V2zm1 1h.5zm-12 0H0zm1-1V3zm-1 9H1zm1 1V12zm5-3l-.224.447A.5.5 0 0 0 7 9.5zm0-4l.224-.447A.5.5 0 0 0 6 5.5zm-5.5 6v-8H0v8zM1.5 3h10V2h-10zm10.5.5v8h1v-8zm-.5 8.5h-10v1h10zm.5-.5a.5.5 0 0 1-.5.5v1a1.5 1.5 0 0 0 1.5-1.5zM11.5 3a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 11.5 2zM1 3.5a.5.5 0 0 1 .5-.5V2A1.5 1.5 0 0 0 0 3.5zm-1 8A1.5 1.5 0 0 0 1.5 13v-1a.5.5 0 0 1-.5-.5zM15 10V5h-1v5zM2.276 7.947l4 2l.448-.894l-4-2zM7 9.5v-4H6v4zm-.724-3.553l4 2l.448-.894l-4-2z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsBatteryChargeOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M12.5 11.5H12zm-1 1v.5zm0-10V2zm1 1h.5zm-12 0H0zm1-1V3zm-1 9H1zm1 1V12zm5-3l-.224.447A.5.5 0 0 0 7 9.5zm0-4l.224-.447A.5.5 0 0 0 6 5.5zm-5.5 6v-8H0v8zM1.5 3h10V2h-10zm10.5.5v8h1v-8zm-.5 8.5h-10v1h10zm.5-.5a.5.5 0 0 1-.5.5v1a1.5 1.5 0 0 0 1.5-1.5zM11.5 3a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 11.5 2zM1 3.5a.5.5 0 0 1 .5-.5V2A1.5 1.5 0 0 0 0 3.5zm-1 8A1.5 1.5 0 0 0 1.5 13v-1a.5.5 0 0 1-.5-.5zM15 10V5h-1v5zM2.276 7.947l4 2l.448-.894l-4-2zM7 9.5v-4H6v4zm-.724-3.553l4 2l.448-.894l-4-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M12.5 11.5H12zm-1 1v.5zm0-10V2zm1 1h.5zm-12 0H0zm1-1V3zm-1 9H1zm1 1V12zm5-3l-.224.447A.5.5 0 0 0 7 9.5zm0-4l.224-.447A.5.5 0 0 0 6 5.5zm-5.5 6v-8H0v8zM1.5 3h10V2h-10zm10.5.5v8h1v-8zm-.5 8.5h-10v1h10zm.5-.5a.5.5 0 0 1-.5.5v1a1.5 1.5 0 0 0 1.5-1.5zM11.5 3a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 11.5 2zM1 3.5a.5.5 0 0 1 .5-.5V2A1.5 1.5 0 0 0 0 3.5zm-1 8A1.5 1.5 0 0 0 1.5 13v-1a.5.5 0 0 1-.5-.5zM15 10V5h-1v5zM2.276 7.947l4 2l.448-.894l-4-2zM7 9.5v-4H6v4zm-.724-3.553l4 2l.448-.894l-4-2z"/></svg>
</template>

CSS

.icon-battery-charge-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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%2011.5H12zm-1%201v.5zm0-10V2zm1%201h.5zm-12%200H0zm1-1V3zm-1%209H1zm1%201V12zm5-3l-.224.447A.5.5%200%200%200%207%209.5zm0-4l.224-.447A.5.5%200%200%200%206%205.5zm-5.5%206v-8H0v8zM1.5%203h10V2h-10zm10.5.5v8h1v-8zm-.5%208.5h-10v1h10zm.5-.5a.5.5%200%200%201-.5.5v1a1.5%201.5%200%200%200%201.5-1.5zM11.5%203a.5.5%200%200%201%20.5.5h1A1.5%201.5%200%200%200%2011.5%202zM1%203.5a.5.5%200%200%201%20.5-.5V2A1.5%201.5%200%200%200%200%203.5zm-1%208A1.5%201.5%200%200%200%201.5%2013v-1a.5.5%200%200%201-.5-.5zM15%2010V5h-1v5zM2.276%207.947l4%202l.448-.894l-4-2zM7%209.5v-4H6v4zm-.724-3.553l4%202l.448-.894l-4-2z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%2011.5H12zm-1%201v.5zm0-10V2zm1%201h.5zm-12%200H0zm1-1V3zm-1%209H1zm1%201V12zm5-3l-.224.447A.5.5%200%200%200%207%209.5zm0-4l.224-.447A.5.5%200%200%200%206%205.5zm-5.5%206v-8H0v8zM1.5%203h10V2h-10zm10.5.5v8h1v-8zm-.5%208.5h-10v1h10zm.5-.5a.5.5%200%200%201-.5.5v1a1.5%201.5%200%200%200%201.5-1.5zM11.5%203a.5.5%200%200%201%20.5.5h1A1.5%201.5%200%200%200%2011.5%202zM1%203.5a.5.5%200%200%201%20.5-.5V2A1.5%201.5%200%200%200%200%203.5zm-1%208A1.5%201.5%200%200%200%201.5%2013v-1a.5.5%200%200%201-.5-.5zM15%2010V5h-1v5zM2.276%207.947l4%202l.448-.894l-4-2zM7%209.5v-4H6v4zm-.724-3.553l4%202l.448-.894l-4-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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