battery clock icon
battery-clock-outline from Material Design Icons by Pictogrammers · Outline · Battery · Apache-2.0 Free for personal and commercial use.
- Name
- battery-clock-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Battery
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- batter-0-clock, battery-empty-clock
1 other variant in Material Design Icons
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 clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 9.29V5.33C18 4.6 17.4 4 16.67 4H15V2H9v2H7.33C6.6 4 6 4.6 6 5.33v15.34C6 21.4 6.6 22 7.33 22h5.08c1.05.63 2.28 1 3.59 1c3.87 0 7-3.13 7-7c0-3.17-2.11-5.85-5-6.71M8 6h8v3c-3.87 0-7 3.13-7 7c0 1.5.47 2.87 1.26 4H8zm8 15c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-4.75l2.86 1.69l-.75 1.22L15 17v-5h1.5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBatteryClockOutline(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="M18 9.29V5.33C18 4.6 17.4 4 16.67 4H15V2H9v2H7.33C6.6 4 6 4.6 6 5.33v15.34C6 21.4 6.6 22 7.33 22h5.08c1.05.63 2.28 1 3.59 1c3.87 0 7-3.13 7-7c0-3.17-2.11-5.85-5-6.71M8 6h8v3c-3.87 0-7 3.13-7 7c0 1.5.47 2.87 1.26 4H8zm8 15c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-4.75l2.86 1.69l-.75 1.22L15 17v-5h1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 9.29V5.33C18 4.6 17.4 4 16.67 4H15V2H9v2H7.33C6.6 4 6 4.6 6 5.33v15.34C6 21.4 6.6 22 7.33 22h5.08c1.05.63 2.28 1 3.59 1c3.87 0 7-3.13 7-7c0-3.17-2.11-5.85-5-6.71M8 6h8v3c-3.87 0-7 3.13-7 7c0 1.5.47 2.87 1.26 4H8zm8 15c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-4.75l2.86 1.69l-.75 1.22L15 17v-5h1.5z"/></svg> </template>
CSS
.icon-battery-clock-outline {
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%22M18%209.29V5.33C18%204.6%2017.4%204%2016.67%204H15V2H9v2H7.33C6.6%204%206%204.6%206%205.33v15.34C6%2021.4%206.6%2022%207.33%2022h5.08c1.05.63%202.28%201%203.59%201c3.87%200%207-3.13%207-7c0-3.17-2.11-5.85-5-6.71M8%206h8v3c-3.87%200-7%203.13-7%207c0%201.5.47%202.87%201.26%204H8zm8%2015c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205m.5-4.75l2.86%201.69l-.75%201.22L15%2017v-5h1.5z%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%22M18%209.29V5.33C18%204.6%2017.4%204%2016.67%204H15V2H9v2H7.33C6.6%204%206%204.6%206%205.33v15.34C6%2021.4%206.6%2022%207.33%2022h5.08c1.05.63%202.28%201%203.59%201c3.87%200%207-3.13%207-7c0-3.17-2.11-5.85-5-6.71M8%206h8v3c-3.87%200-7%203.13-7%207c0%201.5.47%202.87%201.26%204H8zm8%2015c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205m.5-4.75l2.86%201.69l-.75%201.22L15%2017v-5h1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/battery-clock-outline.svg?color=%231a73e8&size=48