battery full icon
battery-full-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- battery-full-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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="M13.5 5.054a2.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-5a2.5 2.5 0 0 1 2.5-2.5h9zm.25.946H4.5c-.65 0-1.405.495-1.492 1.13L3 7.25v5.495c0 .647.492 1.18 1.122 1.244l.128.006h9.5a1.25 1.25 0 0 0 1.243-1.122l.007-.128V7.25a1.25 1.25 0 0 0-1.122-1.244L13.75 6zM4.834 7.002h8.33c.427 0 .778.32.83.731l.006.105v4.326a.835.835 0 0 1-.73.83l-.105.006h-8.33a.836.836 0 0 1-.83-.73L4 12.163V7.838c0-.426.319-.778.73-.83l.105-.006h8.33h-8.33z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentBatteryFull20Regular(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="M13.5 5.054a2.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-5a2.5 2.5 0 0 1 2.5-2.5h9zm.25.946H4.5c-.65 0-1.405.495-1.492 1.13L3 7.25v5.495c0 .647.492 1.18 1.122 1.244l.128.006h9.5a1.25 1.25 0 0 0 1.243-1.122l.007-.128V7.25a1.25 1.25 0 0 0-1.122-1.244L13.75 6zM4.834 7.002h8.33c.427 0 .778.32.83.731l.006.105v4.326a.835.835 0 0 1-.73.83l-.105.006h-8.33a.836.836 0 0 1-.83-.73L4 12.163V7.838c0-.426.319-.778.73-.83l.105-.006h8.33h-8.33z" 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="M13.5 5.054a2.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-5a2.5 2.5 0 0 1 2.5-2.5h9zm.25.946H4.5c-.65 0-1.405.495-1.492 1.13L3 7.25v5.495c0 .647.492 1.18 1.122 1.244l.128.006h9.5a1.25 1.25 0 0 0 1.243-1.122l.007-.128V7.25a1.25 1.25 0 0 0-1.122-1.244L13.75 6zM4.834 7.002h8.33c.427 0 .778.32.83.731l.006.105v4.326a.835.835 0 0 1-.73.83l-.105.006h-8.33a.836.836 0 0 1-.83-.73L4 12.163V7.838c0-.426.319-.778.73-.83l.105-.006h8.33h-8.33z" fill="currentColor"/></g></svg> </template>
CSS
.icon-battery-full-20-regular {
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%22M13.5%205.054a2.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-5a2.5%202.5%200%200%201%202.5-2.5h9zm.25.946H4.5c-.65%200-1.405.495-1.492%201.13L3%207.25v5.495c0%20.647.492%201.18%201.122%201.244l.128.006h9.5a1.25%201.25%200%200%200%201.243-1.122l.007-.128V7.25a1.25%201.25%200%200%200-1.122-1.244L13.75%206zM4.834%207.002h8.33c.427%200%20.778.32.83.731l.006.105v4.326a.835.835%200%200%201-.73.83l-.105.006h-8.33a.836.836%200%200%201-.83-.73L4%2012.163V7.838c0-.426.319-.778.73-.83l.105-.006h8.33h-8.33z%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%22M13.5%205.054a2.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-5a2.5%202.5%200%200%201%202.5-2.5h9zm.25.946H4.5c-.65%200-1.405.495-1.492%201.13L3%207.25v5.495c0%20.647.492%201.18%201.122%201.244l.128.006h9.5a1.25%201.25%200%200%200%201.243-1.122l.007-.128V7.25a1.25%201.25%200%200%200-1.122-1.244L13.75%206zM4.834%207.002h8.33c.427%200%20.778.32.83.731l.006.105v4.326a.835.835%200%200%201-.73.83l-.105.006h-8.33a.836.836%200%200%201-.83-.73L4%2012.163V7.838c0-.426.319-.778.73-.83l.105-.006h8.33h-8.33z%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-regular.svg?color=%231a73e8&size=48