battery disable icon
battery-disable-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- battery-disable-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the battery disable icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.42 9c-.14-.01-.32-.02-.52-.02c-.39 0-.7.31-.7.7v4.65c0 .39.31.7.7.7c.2 0 .37-.01.54-.02C22 14.83 22 13.73 22 12.93v-1.86c0-.8 0-1.9-1.58-2.07m-2.14 1.14v3.72c0 2.95-2.4 5.35-5.35 5.35H9.26c-.79 0-1.27-.87-.85-1.53L15.67 6.2c.36-.57 1.17-.62 1.62-.11c.72.83.99 2.12.99 4.05M16.4 1.87a.745.745 0 0 0-1.03.23l-1.71 2.71c-.23-.01-.47-.02-.73-.02H7.35C3.25 4.79 2 6.04 2 10.14v3.72c0 3.05.7 4.51 2.74 5.06L3.37 21.1c-.22.35-.12.81.23 1.03c.12.08.26.12.4.12c.25 0 .49-.12.63-.35l12-19c.23-.35.12-.81-.23-1.03"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBatteryDisableFilled(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="M20.42 9c-.14-.01-.32-.02-.52-.02c-.39 0-.7.31-.7.7v4.65c0 .39.31.7.7.7c.2 0 .37-.01.54-.02C22 14.83 22 13.73 22 12.93v-1.86c0-.8 0-1.9-1.58-2.07m-2.14 1.14v3.72c0 2.95-2.4 5.35-5.35 5.35H9.26c-.79 0-1.27-.87-.85-1.53L15.67 6.2c.36-.57 1.17-.62 1.62-.11c.72.83.99 2.12.99 4.05M16.4 1.87a.745.745 0 0 0-1.03.23l-1.71 2.71c-.23-.01-.47-.02-.73-.02H7.35C3.25 4.79 2 6.04 2 10.14v3.72c0 3.05.7 4.51 2.74 5.06L3.37 21.1c-.22.35-.12.81.23 1.03c.12.08.26.12.4.12c.25 0 .49-.12.63-.35l12-19c.23-.35.12-.81-.23-1.03"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.42 9c-.14-.01-.32-.02-.52-.02c-.39 0-.7.31-.7.7v4.65c0 .39.31.7.7.7c.2 0 .37-.01.54-.02C22 14.83 22 13.73 22 12.93v-1.86c0-.8 0-1.9-1.58-2.07m-2.14 1.14v3.72c0 2.95-2.4 5.35-5.35 5.35H9.26c-.79 0-1.27-.87-.85-1.53L15.67 6.2c.36-.57 1.17-.62 1.62-.11c.72.83.99 2.12.99 4.05M16.4 1.87a.745.745 0 0 0-1.03.23l-1.71 2.71c-.23-.01-.47-.02-.73-.02H7.35C3.25 4.79 2 6.04 2 10.14v3.72c0 3.05.7 4.51 2.74 5.06L3.37 21.1c-.22.35-.12.81.23 1.03c.12.08.26.12.4.12c.25 0 .49-.12.63-.35l12-19c.23-.35.12-.81-.23-1.03"/></svg> </template>
CSS
.icon-battery-disable-filled {
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%22M20.42%209c-.14-.01-.32-.02-.52-.02c-.39%200-.7.31-.7.7v4.65c0%20.39.31.7.7.7c.2%200%20.37-.01.54-.02C22%2014.83%2022%2013.73%2022%2012.93v-1.86c0-.8%200-1.9-1.58-2.07m-2.14%201.14v3.72c0%202.95-2.4%205.35-5.35%205.35H9.26c-.79%200-1.27-.87-.85-1.53L15.67%206.2c.36-.57%201.17-.62%201.62-.11c.72.83.99%202.12.99%204.05M16.4%201.87a.745.745%200%200%200-1.03.23l-1.71%202.71c-.23-.01-.47-.02-.73-.02H7.35C3.25%204.79%202%206.04%202%2010.14v3.72c0%203.05.7%204.51%202.74%205.06L3.37%2021.1c-.22.35-.12.81.23%201.03c.12.08.26.12.4.12c.25%200%20.49-.12.63-.35l12-19c.23-.35.12-.81-.23-1.03%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%22M20.42%209c-.14-.01-.32-.02-.52-.02c-.39%200-.7.31-.7.7v4.65c0%20.39.31.7.7.7c.2%200%20.37-.01.54-.02C22%2014.83%2022%2013.73%2022%2012.93v-1.86c0-.8%200-1.9-1.58-2.07m-2.14%201.14v3.72c0%202.95-2.4%205.35-5.35%205.35H9.26c-.79%200-1.27-.87-.85-1.53L15.67%206.2c.36-.57%201.17-.62%201.62-.11c.72.83.99%202.12.99%204.05M16.4%201.87a.745.745%200%200%200-1.03.23l-1.71%202.71c-.23-.01-.47-.02-.73-.02H7.35C3.25%204.79%202%206.04%202%2010.14v3.72c0%203.05.7%204.51%202.74%205.06L3.37%2021.1c-.22.35-.12.81.23%201.03c.12.08.26.12.4.12c.25%200%20.49-.12.63-.35l12-19c.23-.35.12-.81-.23-1.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/battery-disable-filled.svg?color=%231a73e8&size=48