battery empty icon
battery-empty-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- battery-empty-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All battery empty icons →battery-emptyAkar Iconsbattery-emptyCarbonbattery-emptyFont Awesome 6 Solidbattery-emptyFont Awesome Solidbattery-emptycss.ggbattery-emptyHuge Iconsbattery-emptyIconParkbattery-emptyIconPark Outlinebattery-emptyIconPark Solidbattery-emptyIconPark TwoTonebattery-emptyIconoirbattery-emptyIonIconsbattery-emptyLine Awesomebattery-emptyMage Iconsbattery-emptyMyna UI Iconsbattery-emptyPhosphorbattery-emptyUniconsbattery-emptyUnicons Monochromebattery-emptyUnicons Solid
More newicons icons from Reicon
Use the battery empty icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.42 9c-.14-.01-.32-.02-.52-.02c-.39 0-.7.31-.7.7v4.65c0 .39.31.7.7.7c.2 0 .37-.01.54-.02C22 14.83 22 13.73 22 12.93v-1.86c0-.8 0-1.9-1.58-2.07m-7.49-4.21H7.35C3.25 4.79 2 6.04 2 10.14v3.72c0 4.1 1.25 5.35 5.35 5.35h5.58c4.1 0 5.35-1.25 5.35-5.35v-3.72c0-4.1-1.25-5.35-5.35-5.35M7.1 14.18c-.08.34-.39.57-.73.57c-.06 0-.12-.01-.18-.02c-.4-.1-.65-.51-.55-.91c.3-1.19.3-2.45 0-3.64c-.1-.4.14-.81.55-.91c.4-.1.81.15.91.55c.36 1.43.36 2.93 0 4.36"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBatteryEmptyFilled(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="M20.42 9c-.14-.01-.32-.02-.52-.02c-.39 0-.7.31-.7.7v4.65c0 .39.31.7.7.7c.2 0 .37-.01.54-.02C22 14.83 22 13.73 22 12.93v-1.86c0-.8 0-1.9-1.58-2.07m-7.49-4.21H7.35C3.25 4.79 2 6.04 2 10.14v3.72c0 4.1 1.25 5.35 5.35 5.35h5.58c4.1 0 5.35-1.25 5.35-5.35v-3.72c0-4.1-1.25-5.35-5.35-5.35M7.1 14.18c-.08.34-.39.57-.73.57c-.06 0-.12-.01-.18-.02c-.4-.1-.65-.51-.55-.91c.3-1.19.3-2.45 0-3.64c-.1-.4.14-.81.55-.91c.4-.1.81.15.91.55c.36 1.43.36 2.93 0 4.36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.42 9c-.14-.01-.32-.02-.52-.02c-.39 0-.7.31-.7.7v4.65c0 .39.31.7.7.7c.2 0 .37-.01.54-.02C22 14.83 22 13.73 22 12.93v-1.86c0-.8 0-1.9-1.58-2.07m-7.49-4.21H7.35C3.25 4.79 2 6.04 2 10.14v3.72c0 4.1 1.25 5.35 5.35 5.35h5.58c4.1 0 5.35-1.25 5.35-5.35v-3.72c0-4.1-1.25-5.35-5.35-5.35M7.1 14.18c-.08.34-.39.57-.73.57c-.06 0-.12-.01-.18-.02c-.4-.1-.65-.51-.55-.91c.3-1.19.3-2.45 0-3.64c-.1-.4.14-.81.55-.91c.4-.1.81.15.91.55c.36 1.43.36 2.93 0 4.36"/></svg> </template>
CSS
.icon-battery-empty-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.42%209c-.14-.01-.32-.02-.52-.02c-.39%200-.7.31-.7.7v4.65c0%20.39.31.7.7.7c.2%200%20.37-.01.54-.02C22%2014.83%2022%2013.73%2022%2012.93v-1.86c0-.8%200-1.9-1.58-2.07m-7.49-4.21H7.35C3.25%204.79%202%206.04%202%2010.14v3.72c0%204.1%201.25%205.35%205.35%205.35h5.58c4.1%200%205.35-1.25%205.35-5.35v-3.72c0-4.1-1.25-5.35-5.35-5.35M7.1%2014.18c-.08.34-.39.57-.73.57c-.06%200-.12-.01-.18-.02c-.4-.1-.65-.51-.55-.91c.3-1.19.3-2.45%200-3.64c-.1-.4.14-.81.55-.91c.4-.1.81.15.91.55c.36%201.43.36%202.93%200%204.36%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%22M20.42%209c-.14-.01-.32-.02-.52-.02c-.39%200-.7.31-.7.7v4.65c0%20.39.31.7.7.7c.2%200%20.37-.01.54-.02C22%2014.83%2022%2013.73%2022%2012.93v-1.86c0-.8%200-1.9-1.58-2.07m-7.49-4.21H7.35C3.25%204.79%202%206.04%202%2010.14v3.72c0%204.1%201.25%205.35%205.35%205.35h5.58c4.1%200%205.35-1.25%205.35-5.35v-3.72c0-4.1-1.25-5.35-5.35-5.35M7.1%2014.18c-.08.34-.39.57-.73.57c-.06%200-.12-.01-.18-.02c-.4-.1-.65-.51-.55-.91c.3-1.19.3-2.45%200-3.64c-.1-.4.14-.81.55-.91c.4-.1.81.15.91.55c.36%201.43.36%202.93%200%204.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/battery-empty-filled.svg?color=%231a73e8&size=48