battery charge2 icon
battery-charge2-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- battery-charge2-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More ui icons from Reicon
Use the battery charge2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path 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.172S19.5 8.229 19.5 12s0 5.657-1.172 6.828S15.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"/><path d="M21.25 14a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBatteryCharge2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path 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.172S19.5 8.229 19.5 12s0 5.657-1.172 6.828S15.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"/><path d="M21.25 14a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path 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.172S19.5 8.229 19.5 12s0 5.657-1.172 6.828S15.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"/><path d="M21.25 14a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0z"/></g></svg> </template>
CSS
.icon-battery-charge2-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%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.172S19.5%208.229%2019.5%2012s0%205.657-1.172%206.828S15.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%3Cpath%20d%3D%22M21.25%2014a.75.75%200%200%200%201.5%200v-4a.75.75%200%200%200-1.5%200z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%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.172S19.5%208.229%2019.5%2012s0%205.657-1.172%206.828S15.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%3Cpath%20d%3D%22M21.25%2014a.75.75%200%200%200%201.5%200v-4a.75.75%200%200%200-1.5%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/battery-charge2-filled.svg?color=%231a73e8&size=48