battery full icon
battery-full-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- battery-full-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
2 other variants in Fluent UI System Icons
The same icon in other sets
battery-fullAkar Iconsbattery-fullBootstrap Iconsbattery-fullBoxIcons v2 Solidbattery-fullCarbonbattery-fullFont Awesome 6 Solidbattery-fullFont Awesome Solidbattery-fullcss.ggbattery-fullHuge Iconsbattery-fullHumbleiconsbattery-fullIconParkbattery-fullIconPark Outlinebattery-fullIconPark Solidbattery-fullIconPark TwoTonebattery-fullIconoirbattery-fullIonIconsbattery-fullLine Awesomebattery-fullLucidebattery-fullMage Iconsbattery-fullMajesticonsbattery-fullMaterial Symbolsbattery-fullMaterial Symbols Lightbattery-fullMyna UI Iconsbattery-fullPhosphorbattery-fullPixelarticons
Related icons in Fluent UI System Icons
battery-0-20-filledbattery-1-20-filledbattery-10-16-filledbattery-2-20-filledbattery-3-20-filledbattery-4-20-filledbattery-5-20-filledbattery-6-20-filledbattery-7-20-filledbattery-8-20-filledbattery-9-20-filledbattery-charge-0-20-filledbattery-charge-1-20-filledbattery-charge-10-20-filledbattery-charge-2-20-filledbattery-charge-20-filledbattery-charge-3-20-filledbattery-charge-4-20-filledbattery-charge-5-20-filledbattery-charge-6-20-filledbattery-charge-7-20-filledbattery-charge-8-20-filledbattery-charge-9-20-filledbattery-checkmark-20-filled
Use the battery full icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M4.834 7.002A.835.835 0 0 0 4 7.838v4.326c0 .462.374.836.835.836h8.33a.835.835 0 0 0 .836-.836V7.838a.835.835 0 0 0-.835-.836h-8.33zM2 7.554a2.5 2.5 0 0 1 2.5-2.5h9a2.5 2.5 0 0 1 2.5 2.5v.833l1.167.002a.833.833 0 0 1 .833.833v1.667a.833.833 0 0 1-.833.834L16 11.72v.834a2.5 2.5 0 0 1-2.5 2.5h-9a2.5 2.5 0 0 1-2.5-2.5v-5z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentBatteryFull20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M4.834 7.002A.835.835 0 0 0 4 7.838v4.326c0 .462.374.836.835.836h8.33a.835.835 0 0 0 .836-.836V7.838a.835.835 0 0 0-.835-.836h-8.33zM2 7.554a2.5 2.5 0 0 1 2.5-2.5h9a2.5 2.5 0 0 1 2.5 2.5v.833l1.167.002a.833.833 0 0 1 .833.833v1.667a.833.833 0 0 1-.833.834L16 11.72v.834a2.5 2.5 0 0 1-2.5 2.5h-9a2.5 2.5 0 0 1-2.5-2.5v-5z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M4.834 7.002A.835.835 0 0 0 4 7.838v4.326c0 .462.374.836.835.836h8.33a.835.835 0 0 0 .836-.836V7.838a.835.835 0 0 0-.835-.836h-8.33zM2 7.554a2.5 2.5 0 0 1 2.5-2.5h9a2.5 2.5 0 0 1 2.5 2.5v.833l1.167.002a.833.833 0 0 1 .833.833v1.667a.833.833 0 0 1-.833.834L16 11.72v.834a2.5 2.5 0 0 1-2.5 2.5h-9a2.5 2.5 0 0 1-2.5-2.5v-5z" fill="currentColor"/></g></svg> </template>
CSS
.icon-battery-full-20-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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.834%207.002A.835.835%200%200%200%204%207.838v4.326c0%20.462.374.836.835.836h8.33a.835.835%200%200%200%20.836-.836V7.838a.835.835%200%200%200-.835-.836h-8.33zM2%207.554a2.5%202.5%200%200%201%202.5-2.5h9a2.5%202.5%200%200%201%202.5%202.5v.833l1.167.002a.833.833%200%200%201%20.833.833v1.667a.833.833%200%200%201-.833.834L16%2011.72v.834a2.5%202.5%200%200%201-2.5%202.5h-9a2.5%202.5%200%200%201-2.5-2.5v-5z%22%20fill%3D%22currentColor%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.834%207.002A.835.835%200%200%200%204%207.838v4.326c0%20.462.374.836.835.836h8.33a.835.835%200%200%200%20.836-.836V7.838a.835.835%200%200%200-.835-.836h-8.33zM2%207.554a2.5%202.5%200%200%201%202.5-2.5h9a2.5%202.5%200%200%201%202.5%202.5v.833l1.167.002a.833.833%200%200%201%20.833.833v1.667a.833.833%200%200%201-.833.834L16%2011.72v.834a2.5%202.5%200%200%201-2.5%202.5h-9a2.5%202.5%200%200%201-2.5-2.5v-5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/battery-full-20-filled.svg?color=%231a73e8&size=48