battery charge icon
battery-charge-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- battery-charge-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M3.172 5.172C2 6.343 2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h1.5c3.771 0 5.657 0 6.828-1.172S19.5 15.771 19.5 12s0-5.657-1.172-6.828S15.271 4 11.5 4H10C6.229 4 4.343 4 3.172 5.172" opacity=".5"/><path d="M19.491 14c.009-.6.009-1.264.009-2c0-.735 0-1.4-.009-2H20c.942 0 1.414 0 1.707.293S22 11.057 22 12s0 1.414-.293 1.707S20.942 14 20 14zm-7.415-4.52a.75.75 0 0 0-1.152-.96l-2.5 3A.75.75 0 0 0 9 12.75h1.899l-1.475 1.77a.75.75 0 0 0 1.152.96l2.5-3a.75.75 0 0 0-.576-1.23h-1.899z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBatteryChargeDuotone(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 d="M3.172 5.172C2 6.343 2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h1.5c3.771 0 5.657 0 6.828-1.172S19.5 15.771 19.5 12s0-5.657-1.172-6.828S15.271 4 11.5 4H10C6.229 4 4.343 4 3.172 5.172" opacity=".5"/><path d="M19.491 14c.009-.6.009-1.264.009-2c0-.735 0-1.4-.009-2H20c.942 0 1.414 0 1.707.293S22 11.057 22 12s0 1.414-.293 1.707S20.942 14 20 14zm-7.415-4.52a.75.75 0 0 0-1.152-.96l-2.5 3A.75.75 0 0 0 9 12.75h1.899l-1.475 1.77a.75.75 0 0 0 1.152.96l2.5-3a.75.75 0 0 0-.576-1.23h-1.899z"/></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 d="M3.172 5.172C2 6.343 2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h1.5c3.771 0 5.657 0 6.828-1.172S19.5 15.771 19.5 12s0-5.657-1.172-6.828S15.271 4 11.5 4H10C6.229 4 4.343 4 3.172 5.172" opacity=".5"/><path d="M19.491 14c.009-.6.009-1.264.009-2c0-.735 0-1.4-.009-2H20c.942 0 1.414 0 1.707.293S22 11.057 22 12s0 1.414-.293 1.707S20.942 14 20 14zm-7.415-4.52a.75.75 0 0 0-1.152-.96l-2.5 3A.75.75 0 0 0 9 12.75h1.899l-1.475 1.77a.75.75 0 0 0 1.152.96l2.5-3a.75.75 0 0 0-.576-1.23h-1.899z"/></g></svg> </template>
CSS
.icon-battery-charge-duotone {
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%20d%3D%22M3.172%205.172C2%206.343%202%208.229%202%2012s0%205.657%201.172%206.828S6.229%2020%2010%2020h1.5c3.771%200%205.657%200%206.828-1.172S19.5%2015.771%2019.5%2012s0-5.657-1.172-6.828S15.271%204%2011.5%204H10C6.229%204%204.343%204%203.172%205.172%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.491%2014c.009-.6.009-1.264.009-2c0-.735%200-1.4-.009-2H20c.942%200%201.414%200%201.707.293S22%2011.057%2022%2012s0%201.414-.293%201.707S20.942%2014%2020%2014zm-7.415-4.52a.75.75%200%200%200-1.152-.96l-2.5%203A.75.75%200%200%200%209%2012.75h1.899l-1.475%201.77a.75.75%200%200%200%201.152.96l2.5-3a.75.75%200%200%200-.576-1.23h-1.899z%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%20d%3D%22M3.172%205.172C2%206.343%202%208.229%202%2012s0%205.657%201.172%206.828S6.229%2020%2010%2020h1.5c3.771%200%205.657%200%206.828-1.172S19.5%2015.771%2019.5%2012s0-5.657-1.172-6.828S15.271%204%2011.5%204H10C6.229%204%204.343%204%203.172%205.172%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.491%2014c.009-.6.009-1.264.009-2c0-.735%200-1.4-.009-2H20c.942%200%201.414%200%201.707.293S22%2011.057%2022%2012s0%201.414-.293%201.707S20.942%2014%2020%2014zm-7.415-4.52a.75.75%200%200%200-1.152-.96l-2.5%203A.75.75%200%200%200%209%2012.75h1.899l-1.475%201.77a.75.75%200%200%200%201.152.96l2.5-3a.75.75%200%200%200-.576-1.23h-1.899z%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-charge-duotone.svg?color=%231a73e8&size=48