battery vertical empty icon
battery-vertical-empty-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- battery-vertical-empty-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the battery vertical empty icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M90 8a6 6 0 0 1 6-6h64a6 6 0 0 1 0 12H96a6 6 0 0 1-6-6m108 48v168a22 22 0 0 1-22 22H80a22 22 0 0 1-22-22V56a22 22 0 0 1 22-22h96a22 22 0 0 1 22 22m-12 0a10 10 0 0 0-10-10H80a10 10 0 0 0-10 10v168a10 10 0 0 0 10 10h96a10 10 0 0 0 10-10Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBatteryVerticalEmptyLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M90 8a6 6 0 0 1 6-6h64a6 6 0 0 1 0 12H96a6 6 0 0 1-6-6m108 48v168a22 22 0 0 1-22 22H80a22 22 0 0 1-22-22V56a22 22 0 0 1 22-22h96a22 22 0 0 1 22 22m-12 0a10 10 0 0 0-10-10H80a10 10 0 0 0-10 10v168a10 10 0 0 0 10 10h96a10 10 0 0 0 10-10Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M90 8a6 6 0 0 1 6-6h64a6 6 0 0 1 0 12H96a6 6 0 0 1-6-6m108 48v168a22 22 0 0 1-22 22H80a22 22 0 0 1-22-22V56a22 22 0 0 1 22-22h96a22 22 0 0 1 22 22m-12 0a10 10 0 0 0-10-10H80a10 10 0 0 0-10 10v168a10 10 0 0 0 10 10h96a10 10 0 0 0 10-10Z"/></svg> </template>
CSS
.icon-battery-vertical-empty-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M90%208a6%206%200%200%201%206-6h64a6%206%200%200%201%200%2012H96a6%206%200%200%201-6-6m108%2048v168a22%2022%200%200%201-22%2022H80a22%2022%200%200%201-22-22V56a22%2022%200%200%201%2022-22h96a22%2022%200%200%201%2022%2022m-12%200a10%2010%200%200%200-10-10H80a10%2010%200%200%200-10%2010v168a10%2010%200%200%200%2010%2010h96a10%2010%200%200%200%2010-10Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M90%208a6%206%200%200%201%206-6h64a6%206%200%200%201%200%2012H96a6%206%200%200%201-6-6m108%2048v168a22%2022%200%200%201-22%2022H80a22%2022%200%200%201-22-22V56a22%2022%200%200%201%2022-22h96a22%2022%200%200%201%2022%2022m-12%200a10%2010%200%200%200-10-10H80a10%2010%200%200%200-10%2010v168a10%2010%200%200%200%2010%2010h96a10%2010%200%200%200%2010-10Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/battery-vertical-empty-light.svg?color=%231a73e8&size=48