battery unknown icon
battery-unknown from Material Design Icons by Pictogrammers · Filled · Battery · Apache-2.0 Free for personal and commercial use.
- Name
- battery-unknown
- Set
- Material Design Icons
- Style
- Filled
- Category
- Battery
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More battery icons from Material Design Icons
battery-10-bluetoothbattery-20-bluetoothbattery-30-bluetoothbattery-40-bluetoothbattery-50-bluetoothbattery-60-bluetoothbattery-70-bluetoothbattery-80-bluetoothbattery-90-bluetoothbattery-arrow-downbattery-arrow-upbattery-bluetoothbattery-bluetooth-variantbattery-charging-highbattery-charging-lowbattery-charging-mediumbattery-charging-wirelessbattery-charging-wireless-10battery-charging-wireless-20battery-charging-wireless-30battery-charging-wireless-40battery-charging-wireless-50battery-charging-wireless-60battery-charging-wireless-70
Use the battery unknown icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.07 12.25l-.9.92c-.54.54-.92 1.01-1.08 1.83h-2.04c.11-.9.51-1.72 1.12-2.33l1.24-1.26c.37-.36.59-.86.59-1.41a2 2 0 0 0-2-2a2 2 0 0 0-2 2H8a4 4 0 0 1 4-4a4 4 0 0 1 4 4c0 .88-.36 1.68-.93 2.25M13 19h-2v-2h2m3.67-13H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.33C6 21.4 6.6 22 7.33 22h9.34c.73 0 1.33-.6 1.33-1.34V5.33C18 4.59 17.4 4 16.67 4"/></svg>
React
import type { SVGProps } from "react";
export function MdiBatteryUnknown(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="m15.07 12.25l-.9.92c-.54.54-.92 1.01-1.08 1.83h-2.04c.11-.9.51-1.72 1.12-2.33l1.24-1.26c.37-.36.59-.86.59-1.41a2 2 0 0 0-2-2a2 2 0 0 0-2 2H8a4 4 0 0 1 4-4a4 4 0 0 1 4 4c0 .88-.36 1.68-.93 2.25M13 19h-2v-2h2m3.67-13H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.33C6 21.4 6.6 22 7.33 22h9.34c.73 0 1.33-.6 1.33-1.34V5.33C18 4.59 17.4 4 16.67 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.07 12.25l-.9.92c-.54.54-.92 1.01-1.08 1.83h-2.04c.11-.9.51-1.72 1.12-2.33l1.24-1.26c.37-.36.59-.86.59-1.41a2 2 0 0 0-2-2a2 2 0 0 0-2 2H8a4 4 0 0 1 4-4a4 4 0 0 1 4 4c0 .88-.36 1.68-.93 2.25M13 19h-2v-2h2m3.67-13H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.33C6 21.4 6.6 22 7.33 22h9.34c.73 0 1.33-.6 1.33-1.34V5.33C18 4.59 17.4 4 16.67 4"/></svg> </template>
CSS
.icon-battery-unknown {
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%22m15.07%2012.25l-.9.92c-.54.54-.92%201.01-1.08%201.83h-2.04c.11-.9.51-1.72%201.12-2.33l1.24-1.26c.37-.36.59-.86.59-1.41a2%202%200%200%200-2-2a2%202%200%200%200-2%202H8a4%204%200%200%201%204-4a4%204%200%200%201%204%204c0%20.88-.36%201.68-.93%202.25M13%2019h-2v-2h2m3.67-13H15V2H9v2H7.33A1.33%201.33%200%200%200%206%205.33v15.33C6%2021.4%206.6%2022%207.33%2022h9.34c.73%200%201.33-.6%201.33-1.34V5.33C18%204.59%2017.4%204%2016.67%204%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%22m15.07%2012.25l-.9.92c-.54.54-.92%201.01-1.08%201.83h-2.04c.11-.9.51-1.72%201.12-2.33l1.24-1.26c.37-.36.59-.86.59-1.41a2%202%200%200%200-2-2a2%202%200%200%200-2%202H8a4%204%200%200%201%204-4a4%204%200%200%201%204%204c0%20.88-.36%201.68-.93%202.25M13%2019h-2v-2h2m3.67-13H15V2H9v2H7.33A1.33%201.33%200%200%200%206%205.33v15.33C6%2021.4%206.6%2022%207.33%2022h9.34c.73%200%201.33-.6%201.33-1.34V5.33C18%204.59%2017.4%204%2016.67%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/battery-unknown.svg?color=%231a73e8&size=48