battery empty icon

battery-empty-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
battery-empty-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

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="M17.89 8.67v6.65a3.56 3.56 0 0 1-3.55 3.56H5.56A3.57 3.57 0 0 1 2 15.32V8.67a3.56 3.56 0 0 1 3.56-3.55h8.78a3.55 3.55 0 0 1 3.55 3.55m2.34 7.17h-.54a.75.75 0 1 1 0-1.5h.54a.27.27 0 0 0 .19-.08a.32.32 0 0 0 .08-.2V9.95a.3.3 0 0 0-.08-.2a.27.27 0 0 0-.19-.08h-.54a.75.75 0 1 1 0-1.5h.54A1.78 1.78 0 0 1 22 9.95v4.16a1.77 1.77 0 0 1-.52 1.26a1.8 1.8 0 0 1-1.25.47"/></svg>

React

import type { SVGProps } from "react";

export function MageBatteryEmptyFill(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="M17.89 8.67v6.65a3.56 3.56 0 0 1-3.55 3.56H5.56A3.57 3.57 0 0 1 2 15.32V8.67a3.56 3.56 0 0 1 3.56-3.55h8.78a3.55 3.55 0 0 1 3.55 3.55m2.34 7.17h-.54a.75.75 0 1 1 0-1.5h.54a.27.27 0 0 0 .19-.08a.32.32 0 0 0 .08-.2V9.95a.3.3 0 0 0-.08-.2a.27.27 0 0 0-.19-.08h-.54a.75.75 0 1 1 0-1.5h.54A1.78 1.78 0 0 1 22 9.95v4.16a1.77 1.77 0 0 1-.52 1.26a1.8 1.8 0 0 1-1.25.47"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.89 8.67v6.65a3.56 3.56 0 0 1-3.55 3.56H5.56A3.57 3.57 0 0 1 2 15.32V8.67a3.56 3.56 0 0 1 3.56-3.55h8.78a3.55 3.55 0 0 1 3.55 3.55m2.34 7.17h-.54a.75.75 0 1 1 0-1.5h.54a.27.27 0 0 0 .19-.08a.32.32 0 0 0 .08-.2V9.95a.3.3 0 0 0-.08-.2a.27.27 0 0 0-.19-.08h-.54a.75.75 0 1 1 0-1.5h.54A1.78 1.78 0 0 1 22 9.95v4.16a1.77 1.77 0 0 1-.52 1.26a1.8 1.8 0 0 1-1.25.47"/></svg>
</template>

CSS

.icon-battery-empty-fill {
  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%22M17.89%208.67v6.65a3.56%203.56%200%200%201-3.55%203.56H5.56A3.57%203.57%200%200%201%202%2015.32V8.67a3.56%203.56%200%200%201%203.56-3.55h8.78a3.55%203.55%200%200%201%203.55%203.55m2.34%207.17h-.54a.75.75%200%201%201%200-1.5h.54a.27.27%200%200%200%20.19-.08a.32.32%200%200%200%20.08-.2V9.95a.3.3%200%200%200-.08-.2a.27.27%200%200%200-.19-.08h-.54a.75.75%200%201%201%200-1.5h.54A1.78%201.78%200%200%201%2022%209.95v4.16a1.77%201.77%200%200%201-.52%201.26a1.8%201.8%200%200%201-1.25.47%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%22M17.89%208.67v6.65a3.56%203.56%200%200%201-3.55%203.56H5.56A3.57%203.57%200%200%201%202%2015.32V8.67a3.56%203.56%200%200%201%203.56-3.55h8.78a3.55%203.55%200%200%201%203.55%203.55m2.34%207.17h-.54a.75.75%200%201%201%200-1.5h.54a.27.27%200%200%200%20.19-.08a.32.32%200%200%200%20.08-.2V9.95a.3.3%200%200%200-.08-.2a.27.27%200%200%200-.19-.08h-.54a.75.75%200%201%201%200-1.5h.54A1.78%201.78%200%200%201%2022%209.95v4.16a1.77%201.77%200%200%201-.52%201.26a1.8%201.8%200%200%201-1.25.47%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/battery-empty-fill.svg?color=%231a73e8&size=48