battery charge icon
battery-charge-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- battery-charge-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All battery charge icons →More ui icons from Reicon
Use the battery charge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h1.5c3.771 0 5.657 0 6.828 1.172c.944.943 1.127 2.348 1.163 4.828H20c.943 0 1.414 0 1.707.293S22 11.057 22 12s0 1.414-.293 1.707S20.943 14 20 14h-.509c-.036 2.48-.22 3.885-1.163 4.828C17.157 20 15.271 20 11.5 20H10c-3.771 0-5.657 0-6.828-1.172S2 15.771 2 12m9.98-3.576a.75.75 0 0 1 .096 1.056l-1.475 1.77H12.5a.75.75 0 0 1 .576 1.23l-2.5 3a.75.75 0 0 1-1.152-.96l1.475-1.77H9a.75.75 0 0 1-.576-1.23l2.5-3a.75.75 0 0 1 1.056-.096" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBatteryChargeFilled(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" fillRule="evenodd" d="M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h1.5c3.771 0 5.657 0 6.828 1.172c.944.943 1.127 2.348 1.163 4.828H20c.943 0 1.414 0 1.707.293S22 11.057 22 12s0 1.414-.293 1.707S20.943 14 20 14h-.509c-.036 2.48-.22 3.885-1.163 4.828C17.157 20 15.271 20 11.5 20H10c-3.771 0-5.657 0-6.828-1.172S2 15.771 2 12m9.98-3.576a.75.75 0 0 1 .096 1.056l-1.475 1.77H12.5a.75.75 0 0 1 .576 1.23l-2.5 3a.75.75 0 0 1-1.152-.96l1.475-1.77H9a.75.75 0 0 1-.576-1.23l2.5-3a.75.75 0 0 1 1.056-.096" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h1.5c3.771 0 5.657 0 6.828 1.172c.944.943 1.127 2.348 1.163 4.828H20c.943 0 1.414 0 1.707.293S22 11.057 22 12s0 1.414-.293 1.707S20.943 14 20 14h-.509c-.036 2.48-.22 3.885-1.163 4.828C17.157 20 15.271 20 11.5 20H10c-3.771 0-5.657 0-6.828-1.172S2 15.771 2 12m9.98-3.576a.75.75 0 0 1 .096 1.056l-1.475 1.77H12.5a.75.75 0 0 1 .576 1.23l-2.5 3a.75.75 0 0 1-1.152-.96l1.475-1.77H9a.75.75 0 0 1-.576-1.23l2.5-3a.75.75 0 0 1 1.056-.096" clip-rule="evenodd"/></svg> </template>
CSS
.icon-battery-charge-filled {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012c0-3.771%200-5.657%201.172-6.828S6.229%204%2010%204h1.5c3.771%200%205.657%200%206.828%201.172c.944.943%201.127%202.348%201.163%204.828H20c.943%200%201.414%200%201.707.293S22%2011.057%2022%2012s0%201.414-.293%201.707S20.943%2014%2020%2014h-.509c-.036%202.48-.22%203.885-1.163%204.828C17.157%2020%2015.271%2020%2011.5%2020H10c-3.771%200-5.657%200-6.828-1.172S2%2015.771%202%2012m9.98-3.576a.75.75%200%200%201%20.096%201.056l-1.475%201.77H12.5a.75.75%200%200%201%20.576%201.23l-2.5%203a.75.75%200%200%201-1.152-.96l1.475-1.77H9a.75.75%200%200%201-.576-1.23l2.5-3a.75.75%200%200%201%201.056-.096%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012c0-3.771%200-5.657%201.172-6.828S6.229%204%2010%204h1.5c3.771%200%205.657%200%206.828%201.172c.944.943%201.127%202.348%201.163%204.828H20c.943%200%201.414%200%201.707.293S22%2011.057%2022%2012s0%201.414-.293%201.707S20.943%2014%2020%2014h-.509c-.036%202.48-.22%203.885-1.163%204.828C17.157%2020%2015.271%2020%2011.5%2020H10c-3.771%200-5.657%200-6.828-1.172S2%2015.771%202%2012m9.98-3.576a.75.75%200%200%201%20.096%201.056l-1.475%201.77H12.5a.75.75%200%200%201%20.576%201.23l-2.5%203a.75.75%200%200%201-1.152-.96l1.475-1.77H9a.75.75%200%200%201-.576-1.23l2.5-3a.75.75%200%200%201%201.056-.096%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/battery-charge-filled.svg?color=%231a73e8&size=48