round battery unknown icon
round-battery-unknown from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-battery-unknown
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round 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.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.34 22h7.32c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4M13 18h-2v-2h2zm1.3-5.31s-.38.42-.67.71c-.14.14-.27.31-.39.47l-.09.15c-.08.12-.14.25-.19.37c-.09.22-.16.43-.16.61h-1.6c0-.42.12-.8.29-1.13c.06-.11.13-.21.2-.31c.03-.05.06-.11.1-.16c.11-.14.23-.28.34-.4l.93-.94A1.498 1.498 0 0 0 12 9.5c-.65 0-1.21.41-1.41.99a.75.75 0 0 1-.71.51c-.52 0-.88-.52-.71-1.01A3.005 3.005 0 0 1 12 8c1.66 0 3 1.34 3 3c0 .66-.27 1.26-.7 1.69"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundBatteryUnknown(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.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.34 22h7.32c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4M13 18h-2v-2h2zm1.3-5.31s-.38.42-.67.71c-.14.14-.27.31-.39.47l-.09.15c-.08.12-.14.25-.19.37c-.09.22-.16.43-.16.61h-1.6c0-.42.12-.8.29-1.13c.06-.11.13-.21.2-.31c.03-.05.06-.11.1-.16c.11-.14.23-.28.34-.4l.93-.94A1.498 1.498 0 0 0 12 9.5c-.65 0-1.21.41-1.41.99a.75.75 0 0 1-.71.51c-.52 0-.88-.52-.71-1.01A3.005 3.005 0 0 1 12 8c1.66 0 3 1.34 3 3c0 .66-.27 1.26-.7 1.69"/></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.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.34 22h7.32c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4M13 18h-2v-2h2zm1.3-5.31s-.38.42-.67.71c-.14.14-.27.31-.39.47l-.09.15c-.08.12-.14.25-.19.37c-.09.22-.16.43-.16.61h-1.6c0-.42.12-.8.29-1.13c.06-.11.13-.21.2-.31c.03-.05.06-.11.1-.16c.11-.14.23-.28.34-.4l.93-.94A1.498 1.498 0 0 0 12 9.5c-.65 0-1.21.41-1.41.99a.75.75 0 0 1-.71.51c-.52 0-.88-.52-.71-1.01A3.005 3.005 0 0 1 12 8c1.66 0 3 1.34 3 3c0 .66-.27 1.26-.7 1.69"/></svg> </template>
CSS
.icon-round-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.67%204H14V3c0-.55-.45-1-1-1h-2c-.55%200-1%20.45-1%201v1H8.33C7.6%204%207%204.6%207%205.33v15.33C7%2021.4%207.6%2022%208.34%2022h7.32c.74%200%201.34-.6%201.34-1.33V5.33C17%204.6%2016.4%204%2015.67%204M13%2018h-2v-2h2zm1.3-5.31s-.38.42-.67.71c-.14.14-.27.31-.39.47l-.09.15c-.08.12-.14.25-.19.37c-.09.22-.16.43-.16.61h-1.6c0-.42.12-.8.29-1.13c.06-.11.13-.21.2-.31c.03-.05.06-.11.1-.16c.11-.14.23-.28.34-.4l.93-.94A1.498%201.498%200%200%200%2012%209.5c-.65%200-1.21.41-1.41.99a.75.75%200%200%201-.71.51c-.52%200-.88-.52-.71-1.01A3.005%203.005%200%200%201%2012%208c1.66%200%203%201.34%203%203c0%20.66-.27%201.26-.7%201.69%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.67%204H14V3c0-.55-.45-1-1-1h-2c-.55%200-1%20.45-1%201v1H8.33C7.6%204%207%204.6%207%205.33v15.33C7%2021.4%207.6%2022%208.34%2022h7.32c.74%200%201.34-.6%201.34-1.33V5.33C17%204.6%2016.4%204%2015.67%204M13%2018h-2v-2h2zm1.3-5.31s-.38.42-.67.71c-.14.14-.27.31-.39.47l-.09.15c-.08.12-.14.25-.19.37c-.09.22-.16.43-.16.61h-1.6c0-.42.12-.8.29-1.13c.06-.11.13-.21.2-.31c.03-.05.06-.11.1-.16c.11-.14.23-.28.34-.4l.93-.94A1.498%201.498%200%200%200%2012%209.5c-.65%200-1.21.41-1.41.99a.75.75%200%200%201-.71.51c-.52%200-.88-.52-.71-1.01A3.005%203.005%200%200%201%2012%208c1.66%200%203%201.34%203%203c0%20.66-.27%201.26-.7%201.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-battery-unknown.svg?color=%231a73e8&size=48