battery low2 icon
battery-low2-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- battery-low2-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More ui icons from Reicon
Use the battery low2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h1.5c3.771 0 5.657 0 6.828 1.172S19.5 8.229 19.5 12s0 5.657-1.172 6.828S15.271 20 11.5 20H10c-3.771 0-5.657 0-6.828-1.172S2 15.771 2 12m4.636-3.656a.75.75 0 0 1 1.02.292L7 9l.656-.363l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.202.631c.142.551.274 1.364.274 2.474s-.132 1.923-.274 2.474c-.07.275-.143.484-.202.631a3 3 0 0 1-.102.228l-.01.018l-.003.007l-.002.003v.002l-.001.001L7 15l.656.364a.75.75 0 0 1-1.317-.719l.005-.01l.038-.087a4 4 0 0 0 .142-.447c.108-.424.226-1.111.226-2.101s-.118-1.677-.226-2.101a4 4 0 0 0-.18-.534l-.005-.01a.75.75 0 0 1 .297-1.01" clip-rule="evenodd"/><path d="M21.25 14a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBatteryLow2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h1.5c3.771 0 5.657 0 6.828 1.172S19.5 8.229 19.5 12s0 5.657-1.172 6.828S15.271 20 11.5 20H10c-3.771 0-5.657 0-6.828-1.172S2 15.771 2 12m4.636-3.656a.75.75 0 0 1 1.02.292L7 9l.656-.363l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.202.631c.142.551.274 1.364.274 2.474s-.132 1.923-.274 2.474c-.07.275-.143.484-.202.631a3 3 0 0 1-.102.228l-.01.018l-.003.007l-.002.003v.002l-.001.001L7 15l.656.364a.75.75 0 0 1-1.317-.719l.005-.01l.038-.087a4 4 0 0 0 .142-.447c.108-.424.226-1.111.226-2.101s-.118-1.677-.226-2.101a4 4 0 0 0-.18-.534l-.005-.01a.75.75 0 0 1 .297-1.01" clipRule="evenodd"/><path d="M21.25 14a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h1.5c3.771 0 5.657 0 6.828 1.172S19.5 8.229 19.5 12s0 5.657-1.172 6.828S15.271 20 11.5 20H10c-3.771 0-5.657 0-6.828-1.172S2 15.771 2 12m4.636-3.656a.75.75 0 0 1 1.02.292L7 9l.656-.363l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.202.631c.142.551.274 1.364.274 2.474s-.132 1.923-.274 2.474c-.07.275-.143.484-.202.631a3 3 0 0 1-.102.228l-.01.018l-.003.007l-.002.003v.002l-.001.001L7 15l.656.364a.75.75 0 0 1-1.317-.719l.005-.01l.038-.087a4 4 0 0 0 .142-.447c.108-.424.226-1.111.226-2.101s-.118-1.677-.226-2.101a4 4 0 0 0-.18-.534l-.005-.01a.75.75 0 0 1 .297-1.01" clip-rule="evenodd"/><path d="M21.25 14a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0z"/></g></svg> </template>
CSS
.icon-battery-low2-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012c0-3.771%200-5.657%201.172-6.828S6.229%204%2010%204h1.5c3.771%200%205.657%200%206.828%201.172S19.5%208.229%2019.5%2012s0%205.657-1.172%206.828S15.271%2020%2011.5%2020H10c-3.771%200-5.657%200-6.828-1.172S2%2015.771%202%2012m4.636-3.656a.75.75%200%200%201%201.02.292L7%209l.656-.363l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.202.631c.142.551.274%201.364.274%202.474s-.132%201.923-.274%202.474c-.07.275-.143.484-.202.631a3%203%200%200%201-.102.228l-.01.018l-.003.007l-.002.003v.002l-.001.001L7%2015l.656.364a.75.75%200%200%201-1.317-.719l.005-.01l.038-.087a4%204%200%200%200%20.142-.447c.108-.424.226-1.111.226-2.101s-.118-1.677-.226-2.101a4%204%200%200%200-.18-.534l-.005-.01a.75.75%200%200%201%20.297-1.01%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.25%2014a.75.75%200%200%200%201.5%200v-4a.75.75%200%200%200-1.5%200z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012c0-3.771%200-5.657%201.172-6.828S6.229%204%2010%204h1.5c3.771%200%205.657%200%206.828%201.172S19.5%208.229%2019.5%2012s0%205.657-1.172%206.828S15.271%2020%2011.5%2020H10c-3.771%200-5.657%200-6.828-1.172S2%2015.771%202%2012m4.636-3.656a.75.75%200%200%201%201.02.292L7%209l.656-.363l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.202.631c.142.551.274%201.364.274%202.474s-.132%201.923-.274%202.474c-.07.275-.143.484-.202.631a3%203%200%200%201-.102.228l-.01.018l-.003.007l-.002.003v.002l-.001.001L7%2015l.656.364a.75.75%200%200%201-1.317-.719l.005-.01l.038-.087a4%204%200%200%200%20.142-.447c.108-.424.226-1.111.226-2.101s-.118-1.677-.226-2.101a4%204%200%200%200-.18-.534l-.005-.01a.75.75%200%200%201%20.297-1.01%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M21.25%2014a.75.75%200%200%200%201.5%200v-4a.75.75%200%200%200-1.5%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/battery-low2-filled.svg?color=%231a73e8&size=48