battery charging icon
battery-charging-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- battery-charging-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
battery-chargingAkar Iconsbattery-chargingBootstrap Iconsbattery-chargingBoxIcons v2 Solidbattery-chargingCarbonbattery-chargingFeather Iconsbattery-chargingHumbleiconsbattery-chargingIconoirbattery-chargingIonIconsbattery-chargingJam Iconsbattery-chargingLucidebattery-chargingMage Iconsbattery-chargingMaterial Design Iconsbattery-chargingMyna UI Iconsbattery-chargingPhosphorbattery-chargingPixelarticonsbattery-chargingTabler Iconsbattery-chargingTDesign Icons
Related icons in MingCute Icon
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.328 6a3 3 0 0 1-.256 2.544l-.415.69c1.602.675 2.392 2.683 1.406 4.325L12.398 18H17a2 2 0 0 0 2-2v-1a2 2 0 0 0 2-2v-2q0-.201-.04-.393q-.005-.031-.014-.064l-.032-.123l-.023-.068q-.019-.057-.04-.112l-.03-.064q-.023-.053-.05-.105q-.02-.038-.044-.077a2 2 0 0 0-.41-.498a2 2 0 0 0-.154-.12l-.07-.05l-.076-.047q-.047-.028-.096-.054q-.024-.013-.049-.024l-.115-.052l-.08-.03q-.046-.017-.096-.033l-.082-.02a2 2 0 0 0-.295-.055L19 9V8a2 2 0 0 0-2-2zM4 6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.672a3 3 0 0 1 .256-2.544l.415-.691C5.74 14.09 4.95 12.083 5.937 10.44L8.602 6zm8.015.143a1 1 0 0 0-1.372.342L7.65 11.471A1.01 1.01 0 0 0 8.518 13h2.216l-2.091 3.484a1 1 0 0 0 1.714 1.03l2.992-4.986A1.01 1.01 0 0 0 12.482 11h-2.216l2.091-3.485a1 1 0 0 0-.342-1.372"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBatteryChargingFill(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.328 6a3 3 0 0 1-.256 2.544l-.415.69c1.602.675 2.392 2.683 1.406 4.325L12.398 18H17a2 2 0 0 0 2-2v-1a2 2 0 0 0 2-2v-2q0-.201-.04-.393q-.005-.031-.014-.064l-.032-.123l-.023-.068q-.019-.057-.04-.112l-.03-.064q-.023-.053-.05-.105q-.02-.038-.044-.077a2 2 0 0 0-.41-.498a2 2 0 0 0-.154-.12l-.07-.05l-.076-.047q-.047-.028-.096-.054q-.024-.013-.049-.024l-.115-.052l-.08-.03q-.046-.017-.096-.033l-.082-.02a2 2 0 0 0-.295-.055L19 9V8a2 2 0 0 0-2-2zM4 6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.672a3 3 0 0 1 .256-2.544l.415-.691C5.74 14.09 4.95 12.083 5.937 10.44L8.602 6zm8.015.143a1 1 0 0 0-1.372.342L7.65 11.471A1.01 1.01 0 0 0 8.518 13h2.216l-2.091 3.484a1 1 0 0 0 1.714 1.03l2.992-4.986A1.01 1.01 0 0 0 12.482 11h-2.216l2.091-3.485a1 1 0 0 0-.342-1.372"/></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.328 6a3 3 0 0 1-.256 2.544l-.415.69c1.602.675 2.392 2.683 1.406 4.325L12.398 18H17a2 2 0 0 0 2-2v-1a2 2 0 0 0 2-2v-2q0-.201-.04-.393q-.005-.031-.014-.064l-.032-.123l-.023-.068q-.019-.057-.04-.112l-.03-.064q-.023-.053-.05-.105q-.02-.038-.044-.077a2 2 0 0 0-.41-.498a2 2 0 0 0-.154-.12l-.07-.05l-.076-.047q-.047-.028-.096-.054q-.024-.013-.049-.024l-.115-.052l-.08-.03q-.046-.017-.096-.033l-.082-.02a2 2 0 0 0-.295-.055L19 9V8a2 2 0 0 0-2-2zM4 6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.672a3 3 0 0 1 .256-2.544l.415-.691C5.74 14.09 4.95 12.083 5.937 10.44L8.602 6zm8.015.143a1 1 0 0 0-1.372.342L7.65 11.471A1.01 1.01 0 0 0 8.518 13h2.216l-2.091 3.484a1 1 0 0 0 1.714 1.03l2.992-4.986A1.01 1.01 0 0 0 12.482 11h-2.216l2.091-3.485a1 1 0 0 0-.342-1.372"/></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.328%206a3%203%200%200%201-.256%202.544l-.415.69c1.602.675%202.392%202.683%201.406%204.325L12.398%2018H17a2%202%200%200%200%202-2v-1a2%202%200%200%200%202-2v-2q0-.201-.04-.393q-.005-.031-.014-.064l-.032-.123l-.023-.068q-.019-.057-.04-.112l-.03-.064q-.023-.053-.05-.105q-.02-.038-.044-.077a2%202%200%200%200-.41-.498a2%202%200%200%200-.154-.12l-.07-.05l-.076-.047q-.047-.028-.096-.054q-.024-.013-.049-.024l-.115-.052l-.08-.03q-.046-.017-.096-.033l-.082-.02a2%202%200%200%200-.295-.055L19%209V8a2%202%200%200%200-2-2zM4%206a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h2.672a3%203%200%200%201%20.256-2.544l.415-.691C5.74%2014.09%204.95%2012.083%205.937%2010.44L8.602%206zm8.015.143a1%201%200%200%200-1.372.342L7.65%2011.471A1.01%201.01%200%200%200%208.518%2013h2.216l-2.091%203.484a1%201%200%200%200%201.714%201.03l2.992-4.986A1.01%201.01%200%200%200%2012.482%2011h-2.216l2.091-3.485a1%201%200%200%200-.342-1.372%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.328%206a3%203%200%200%201-.256%202.544l-.415.69c1.602.675%202.392%202.683%201.406%204.325L12.398%2018H17a2%202%200%200%200%202-2v-1a2%202%200%200%200%202-2v-2q0-.201-.04-.393q-.005-.031-.014-.064l-.032-.123l-.023-.068q-.019-.057-.04-.112l-.03-.064q-.023-.053-.05-.105q-.02-.038-.044-.077a2%202%200%200%200-.41-.498a2%202%200%200%200-.154-.12l-.07-.05l-.076-.047q-.047-.028-.096-.054q-.024-.013-.049-.024l-.115-.052l-.08-.03q-.046-.017-.096-.033l-.082-.02a2%202%200%200%200-.295-.055L19%209V8a2%202%200%200%200-2-2zM4%206a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h2.672a3%203%200%200%201%20.256-2.544l.415-.691C5.74%2014.09%204.95%2012.083%205.937%2010.44L8.602%206zm8.015.143a1%201%200%200%200-1.372.342L7.65%2011.471A1.01%201.01%200%200%200%208.518%2013h2.216l-2.091%203.484a1%201%200%200%200%201.714%201.03l2.992-4.986A1.01%201.01%200%200%200%2012.482%2011h-2.216l2.091-3.485a1%201%200%200%200-.342-1.372%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/battery-charging-fill.svg?color=%231a73e8&size=48