battery dead icon

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

Name
battery-dead-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 dead icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.33 5.12H5.55A3.55 3.55 0 0 0 2 8.67v6.65a3.56 3.56 0 0 0 3.55 3.56h8.78a3.56 3.56 0 0 0 3.55-3.56V8.68a3.55 3.55 0 0 0-3.55-3.56m-1.61 8.24a1 1 0 0 1-.71 1.71a1 1 0 0 1-.71-.29l-1.36-1.36l-1.36 1.36a1 1 0 0 1-.71.29a1 1 0 0 1-.71-1.71L8.52 12l-1.36-1.36a1.003 1.003 0 1 1 1.42-1.42l1.36 1.36l1.36-1.36a1.004 1.004 0 0 1 1.42 1.42L11.36 12zm7.5 2.49h-.54a.75.75 0 1 1 0-1.5h.54a.27.27 0 0 0 .28-.28V9.96a.25.25 0 0 0-.09-.2a.27.27 0 0 0-.19-.08h-.54a.75.75 0 0 1 0-1.5h.54A1.79 1.79 0 0 1 22 9.96v4.16a1.78 1.78 0 0 1-1.78 1.78z"/></svg>

React

import type { SVGProps } from "react";

export function MageBatteryDeadFill(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="M14.33 5.12H5.55A3.55 3.55 0 0 0 2 8.67v6.65a3.56 3.56 0 0 0 3.55 3.56h8.78a3.56 3.56 0 0 0 3.55-3.56V8.68a3.55 3.55 0 0 0-3.55-3.56m-1.61 8.24a1 1 0 0 1-.71 1.71a1 1 0 0 1-.71-.29l-1.36-1.36l-1.36 1.36a1 1 0 0 1-.71.29a1 1 0 0 1-.71-1.71L8.52 12l-1.36-1.36a1.003 1.003 0 1 1 1.42-1.42l1.36 1.36l1.36-1.36a1.004 1.004 0 0 1 1.42 1.42L11.36 12zm7.5 2.49h-.54a.75.75 0 1 1 0-1.5h.54a.27.27 0 0 0 .28-.28V9.96a.25.25 0 0 0-.09-.2a.27.27 0 0 0-.19-.08h-.54a.75.75 0 0 1 0-1.5h.54A1.79 1.79 0 0 1 22 9.96v4.16a1.78 1.78 0 0 1-1.78 1.78z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.33 5.12H5.55A3.55 3.55 0 0 0 2 8.67v6.65a3.56 3.56 0 0 0 3.55 3.56h8.78a3.56 3.56 0 0 0 3.55-3.56V8.68a3.55 3.55 0 0 0-3.55-3.56m-1.61 8.24a1 1 0 0 1-.71 1.71a1 1 0 0 1-.71-.29l-1.36-1.36l-1.36 1.36a1 1 0 0 1-.71.29a1 1 0 0 1-.71-1.71L8.52 12l-1.36-1.36a1.003 1.003 0 1 1 1.42-1.42l1.36 1.36l1.36-1.36a1.004 1.004 0 0 1 1.42 1.42L11.36 12zm7.5 2.49h-.54a.75.75 0 1 1 0-1.5h.54a.27.27 0 0 0 .28-.28V9.96a.25.25 0 0 0-.09-.2a.27.27 0 0 0-.19-.08h-.54a.75.75 0 0 1 0-1.5h.54A1.79 1.79 0 0 1 22 9.96v4.16a1.78 1.78 0 0 1-1.78 1.78z"/></svg>
</template>

CSS

.icon-battery-dead-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%22M14.33%205.12H5.55A3.55%203.55%200%200%200%202%208.67v6.65a3.56%203.56%200%200%200%203.55%203.56h8.78a3.56%203.56%200%200%200%203.55-3.56V8.68a3.55%203.55%200%200%200-3.55-3.56m-1.61%208.24a1%201%200%200%201-.71%201.71a1%201%200%200%201-.71-.29l-1.36-1.36l-1.36%201.36a1%201%200%200%201-.71.29a1%201%200%200%201-.71-1.71L8.52%2012l-1.36-1.36a1.003%201.003%200%201%201%201.42-1.42l1.36%201.36l1.36-1.36a1.004%201.004%200%200%201%201.42%201.42L11.36%2012zm7.5%202.49h-.54a.75.75%200%201%201%200-1.5h.54a.27.27%200%200%200%20.28-.28V9.96a.25.25%200%200%200-.09-.2a.27.27%200%200%200-.19-.08h-.54a.75.75%200%200%201%200-1.5h.54A1.79%201.79%200%200%201%2022%209.96v4.16a1.78%201.78%200%200%201-1.78%201.78z%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%22M14.33%205.12H5.55A3.55%203.55%200%200%200%202%208.67v6.65a3.56%203.56%200%200%200%203.55%203.56h8.78a3.56%203.56%200%200%200%203.55-3.56V8.68a3.55%203.55%200%200%200-3.55-3.56m-1.61%208.24a1%201%200%200%201-.71%201.71a1%201%200%200%201-.71-.29l-1.36-1.36l-1.36%201.36a1%201%200%200%201-.71.29a1%201%200%200%201-.71-1.71L8.52%2012l-1.36-1.36a1.003%201.003%200%201%201%201.42-1.42l1.36%201.36l1.36-1.36a1.004%201.004%200%200%201%201.42%201.42L11.36%2012zm7.5%202.49h-.54a.75.75%200%201%201%200-1.5h.54a.27.27%200%200%200%20.28-.28V9.96a.25.25%200%200%200-.09-.2a.27.27%200%200%200-.19-.08h-.54a.75.75%200%200%201%200-1.5h.54A1.79%201.79%200%200%201%2022%209.96v4.16a1.78%201.78%200%200%201-1.78%201.78z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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