battery full icon
battery-full from IconPark by ByteDance · Color · Energy · Apache-2.0 Free for personal and commercial use.
- Name
- battery-full
- Set
- IconPark
- Style
- Color
- Category
- Energy
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
battery-fullAkar Iconsbattery-fullBootstrap Iconsbattery-fullBoxIcons v2 Solidbattery-fullCarbonbattery-fullFont Awesome 6 Solidbattery-fullFont Awesome Solidbattery-full-20-filledFluent UI System Iconsbattery-fullcss.ggbattery-fullHuge Iconsbattery-fullHumbleiconsbattery-fullIconPark Outlinebattery-fullIconPark Solidbattery-fullIconPark TwoTonebattery-fullIconoirbattery-fullIonIconsbattery-fullLine Awesomebattery-fullLucidebattery-fullMage Iconsbattery-fullMajesticonsbattery-fullMaterial Symbolsbattery-fullMaterial Symbols Lightbattery-fullMyna UI Iconsbattery-fullPhosphorbattery-fullPixelarticons
More energy icons from IconPark
Use the battery full icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M38 14H6C4.89543 14 4 14.8954 4 16V32C4 33.1046 4.89543 34 6 34H38C39.1046 34 40 33.1046 40 32V16C40 14.8954 39.1046 14 38 14Z"/><path fill="#000" d="M42 20H44C45.1046 20 46 20.8954 46 22V26C46 27.1046 45.1046 28 44 28H42V20Z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 21V27"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M19 21V27"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M25 21V27"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M31 21V27"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBatteryFull(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M38 14H6C4.89543 14 4 14.8954 4 16V32C4 33.1046 4.89543 34 6 34H38C39.1046 34 40 33.1046 40 32V16C40 14.8954 39.1046 14 38 14Z"/><path fill="#000" d="M42 20H44C45.1046 20 46 20.8954 46 22V26C46 27.1046 45.1046 28 44 28H42V20Z"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M13 21V27"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M19 21V27"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M25 21V27"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M31 21V27"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M38 14H6C4.89543 14 4 14.8954 4 16V32C4 33.1046 4.89543 34 6 34H38C39.1046 34 40 33.1046 40 32V16C40 14.8954 39.1046 14 38 14Z"/><path fill="#000" d="M42 20H44C45.1046 20 46 20.8954 46 22V26C46 27.1046 45.1046 28 44 28H42V20Z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 21V27"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M19 21V27"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M25 21V27"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M31 21V27"/></g></svg> </template>
CSS
.icon-battery-full {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M38%2014H6C4.89543%2014%204%2014.8954%204%2016V32C4%2033.1046%204.89543%2034%206%2034H38C39.1046%2034%2040%2033.1046%2040%2032V16C40%2014.8954%2039.1046%2014%2038%2014Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M42%2020H44C45.1046%2020%2046%2020.8954%2046%2022V26C46%2027.1046%2045.1046%2028%2044%2028H42V20Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13%2021V27%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M19%2021V27%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M25%2021V27%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M31%2021V27%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M38%2014H6C4.89543%2014%204%2014.8954%204%2016V32C4%2033.1046%204.89543%2034%206%2034H38C39.1046%2034%2040%2033.1046%2040%2032V16C40%2014.8954%2039.1046%2014%2038%2014Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M42%2020H44C45.1046%2020%2046%2020.8954%2046%2022V26C46%2027.1046%2045.1046%2028%2044%2028H42V20Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13%2021V27%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M19%2021V27%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M25%2021V27%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M31%2021V27%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/battery-full.svg?color=%231a73e8&size=48