battery low icon
battery-low-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- battery-low-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-lowAkar Iconsbattery-lowBootstrap Iconsbattery-lowBoxIcons v2 Solidbattery-lowCarbonbattery-lowHuge Iconsbattery-lowIonIconsbattery-lowLucidebattery-lowMajesticonsbattery-lowMaterial Symbolsbattery-lowMaterial Symbols Lightbattery-lowMaterial Design Iconsbattery-lowPhosphorbattery-lowPixelarticonsbattery-low-fillRemix Iconbattery-low-boldSolarbattery-lowTDesign Icons
Related icons in Mage Icons
Use the battery low icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.325 5.12h-8.78a3.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-6.47 8.94a1 1 0 0 1-2 0v-4.1a1 1 0 1 1 2 0zm12.36 1.79h-.53a.75.75 0 0 1 0-1.5h.54a.27.27 0 0 0 .19-.08a.28.28 0 0 0 .09-.2V9.96a.25.25 0 0 0-.09-.2a.27.27 0 0 0-.19-.08h-.54a.75.75 0 0 1 0-1.5h.54a1.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 MageBatteryLowFill(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.325 5.12h-8.78a3.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-6.47 8.94a1 1 0 0 1-2 0v-4.1a1 1 0 1 1 2 0zm12.36 1.79h-.53a.75.75 0 0 1 0-1.5h.54a.27.27 0 0 0 .19-.08a.28.28 0 0 0 .09-.2V9.96a.25.25 0 0 0-.09-.2a.27.27 0 0 0-.19-.08h-.54a.75.75 0 0 1 0-1.5h.54a1.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.325 5.12h-8.78a3.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-6.47 8.94a1 1 0 0 1-2 0v-4.1a1 1 0 1 1 2 0zm12.36 1.79h-.53a.75.75 0 0 1 0-1.5h.54a.27.27 0 0 0 .19-.08a.28.28 0 0 0 .09-.2V9.96a.25.25 0 0 0-.09-.2a.27.27 0 0 0-.19-.08h-.54a.75.75 0 0 1 0-1.5h.54a1.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-low-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.325%205.12h-8.78a3.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-6.47%208.94a1%201%200%200%201-2%200v-4.1a1%201%200%201%201%202%200zm12.36%201.79h-.53a.75.75%200%200%201%200-1.5h.54a.27.27%200%200%200%20.19-.08a.28.28%200%200%200%20.09-.2V9.96a.25.25%200%200%200-.09-.2a.27.27%200%200%200-.19-.08h-.54a.75.75%200%200%201%200-1.5h.54a1.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.325%205.12h-8.78a3.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-6.47%208.94a1%201%200%200%201-2%200v-4.1a1%201%200%201%201%202%200zm12.36%201.79h-.53a.75.75%200%200%201%200-1.5h.54a.27.27%200%200%200%20.19-.08a.28.28%200%200%200%20.09-.2V9.96a.25.25%200%200%200-.09-.2a.27.27%200%200%200-.19-.08h-.54a.75.75%200%200%201%200-1.5h.54a1.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-low-fill.svg?color=%231a73e8&size=48