ios battery dead icon
ios-battery-dead from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-battery-dead
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios battery dead icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M396 144H64c-26.4 0-48 21.6-48 48v128c0 26.4 21.6 48 48 48h332c26.4 0 48-21.6 48-48V192c0-26.4-21.6-48-48-48zm20 176c0 11-9 20-20 20H64c-11 0-20-9-20-20V192c0-11 9-20 20-20h332c11 0 20 9 20 20v128z" fill="currentColor"/><path d="M464 204.6v102.8c16 0 32-27.7 32-51.4s-16-51.4-32-51.4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosBatteryDead(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M396 144H64c-26.4 0-48 21.6-48 48v128c0 26.4 21.6 48 48 48h332c26.4 0 48-21.6 48-48V192c0-26.4-21.6-48-48-48zm20 176c0 11-9 20-20 20H64c-11 0-20-9-20-20V192c0-11 9-20 20-20h332c11 0 20 9 20 20v128z" fill="currentColor"/><path d="M464 204.6v102.8c16 0 32-27.7 32-51.4s-16-51.4-32-51.4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M396 144H64c-26.4 0-48 21.6-48 48v128c0 26.4 21.6 48 48 48h332c26.4 0 48-21.6 48-48V192c0-26.4-21.6-48-48-48zm20 176c0 11-9 20-20 20H64c-11 0-20-9-20-20V192c0-11 9-20 20-20h332c11 0 20 9 20 20v128z" fill="currentColor"/><path d="M464 204.6v102.8c16 0 32-27.7 32-51.4s-16-51.4-32-51.4z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-battery-dead {
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%20512%20512%22%3E%3Cpath%20d%3D%22M396%20144H64c-26.4%200-48%2021.6-48%2048v128c0%2026.4%2021.6%2048%2048%2048h332c26.4%200%2048-21.6%2048-48V192c0-26.4-21.6-48-48-48zm20%20176c0%2011-9%2020-20%2020H64c-11%200-20-9-20-20V192c0-11%209-20%2020-20h332c11%200%2020%209%2020%2020v128z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M464%20204.6v102.8c16%200%2032-27.7%2032-51.4s-16-51.4-32-51.4z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M396%20144H64c-26.4%200-48%2021.6-48%2048v128c0%2026.4%2021.6%2048%2048%2048h332c26.4%200%2048-21.6%2048-48V192c0-26.4-21.6-48-48-48zm20%20176c0%2011-9%2020-20%2020H64c-11%200-20-9-20-20V192c0-11%209-20%2020-20h332c11%200%2020%209%2020%2020v128z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M464%20204.6v102.8c16%200%2032-27.7%2032-51.4s-16-51.4-32-51.4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-battery-dead.svg?color=%231a73e8&size=48