battery charging icon
battery-charging-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- battery-charging-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
battery-chargingAkar Iconsbattery-chargingBootstrap Iconsbattery-chargingBoxIcons v2 Solidbattery-chargingCarbonbattery-chargingFeather Iconsbattery-chargingHumbleiconsbattery-chargingIconoirbattery-chargingIonIconsbattery-chargingJam Iconsbattery-chargingLucidebattery-chargingMaterial Design Iconsbattery-charging-fillMingCute Iconbattery-chargingMyna UI Iconsbattery-chargingPhosphorbattery-chargingPixelarticonsbattery-chargingTabler Iconsbattery-chargingTDesign Icons
Related icons in Mage Icons
Use the battery charging icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.31 5.12H5.53a3.55 3.55 0 0 0-3.55 3.55v6.65a3.56 3.56 0 0 0 3.55 3.56h8.78a3.57 3.57 0 0 0 3.56-3.56V8.68a3.56 3.56 0 0 0-3.56-3.56m-1.6 7.6L9.63 15.8a1 1 0 0 1-1.41 0a1 1 0 0 1 0-1.41l1.37-1.38H7.9a1 1 0 0 1-.71-1.71l3.08-3.08a1 1 0 1 1 1.42 1.41l-1.38 1.38h1.7a1 1 0 0 1 .7 1.71m7.49 3.13h-.49a.75.75 0 1 1 0-1.5h.53a.27.27 0 0 0 .28-.28V9.96a.3.3 0 0 0-.08-.2a.32.32 0 0 0-.2-.08h-.53a.75.75 0 1 1 0-1.5h.53a1.78 1.78 0 0 1 1.78 1.78v4.16a1.78 1.78 0 0 1-1.78 1.78z"/></svg>
React
import type { SVGProps } from "react";
export function MageBatteryChargingFill(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" d="M14.31 5.12H5.53a3.55 3.55 0 0 0-3.55 3.55v6.65a3.56 3.56 0 0 0 3.55 3.56h8.78a3.57 3.57 0 0 0 3.56-3.56V8.68a3.56 3.56 0 0 0-3.56-3.56m-1.6 7.6L9.63 15.8a1 1 0 0 1-1.41 0a1 1 0 0 1 0-1.41l1.37-1.38H7.9a1 1 0 0 1-.71-1.71l3.08-3.08a1 1 0 1 1 1.42 1.41l-1.38 1.38h1.7a1 1 0 0 1 .7 1.71m7.49 3.13h-.49a.75.75 0 1 1 0-1.5h.53a.27.27 0 0 0 .28-.28V9.96a.3.3 0 0 0-.08-.2a.32.32 0 0 0-.2-.08h-.53a.75.75 0 1 1 0-1.5h.53a1.78 1.78 0 0 1 1.78 1.78v4.16a1.78 1.78 0 0 1-1.78 1.78z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.31 5.12H5.53a3.55 3.55 0 0 0-3.55 3.55v6.65a3.56 3.56 0 0 0 3.55 3.56h8.78a3.57 3.57 0 0 0 3.56-3.56V8.68a3.56 3.56 0 0 0-3.56-3.56m-1.6 7.6L9.63 15.8a1 1 0 0 1-1.41 0a1 1 0 0 1 0-1.41l1.37-1.38H7.9a1 1 0 0 1-.71-1.71l3.08-3.08a1 1 0 1 1 1.42 1.41l-1.38 1.38h1.7a1 1 0 0 1 .7 1.71m7.49 3.13h-.49a.75.75 0 1 1 0-1.5h.53a.27.27 0 0 0 .28-.28V9.96a.3.3 0 0 0-.08-.2a.32.32 0 0 0-.2-.08h-.53a.75.75 0 1 1 0-1.5h.53a1.78 1.78 0 0 1 1.78 1.78v4.16a1.78 1.78 0 0 1-1.78 1.78z"/></svg> </template>
CSS
.icon-battery-charging-fill {
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%20d%3D%22M14.31%205.12H5.53a3.55%203.55%200%200%200-3.55%203.55v6.65a3.56%203.56%200%200%200%203.55%203.56h8.78a3.57%203.57%200%200%200%203.56-3.56V8.68a3.56%203.56%200%200%200-3.56-3.56m-1.6%207.6L9.63%2015.8a1%201%200%200%201-1.41%200a1%201%200%200%201%200-1.41l1.37-1.38H7.9a1%201%200%200%201-.71-1.71l3.08-3.08a1%201%200%201%201%201.42%201.41l-1.38%201.38h1.7a1%201%200%200%201%20.7%201.71m7.49%203.13h-.49a.75.75%200%201%201%200-1.5h.53a.27.27%200%200%200%20.28-.28V9.96a.3.3%200%200%200-.08-.2a.32.32%200%200%200-.2-.08h-.53a.75.75%200%201%201%200-1.5h.53a1.78%201.78%200%200%201%201.78%201.78v4.16a1.78%201.78%200%200%201-1.78%201.78z%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%20d%3D%22M14.31%205.12H5.53a3.55%203.55%200%200%200-3.55%203.55v6.65a3.56%203.56%200%200%200%203.55%203.56h8.78a3.57%203.57%200%200%200%203.56-3.56V8.68a3.56%203.56%200%200%200-3.56-3.56m-1.6%207.6L9.63%2015.8a1%201%200%200%201-1.41%200a1%201%200%200%201%200-1.41l1.37-1.38H7.9a1%201%200%200%201-.71-1.71l3.08-3.08a1%201%200%201%201%201.42%201.41l-1.38%201.38h1.7a1%201%200%200%201%20.7%201.71m7.49%203.13h-.49a.75.75%200%201%201%200-1.5h.53a.27.27%200%200%200%20.28-.28V9.96a.3.3%200%200%200-.08-.2a.32.32%200%200%200-.2-.08h-.53a.75.75%200%201%201%200-1.5h.53a1.78%201.78%200%200%201%201.78%201.78v4.16a1.78%201.78%200%200%201-1.78%201.78z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/battery-charging-fill.svg?color=%231a73e8&size=48