battery low icon

battery-low-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
battery-low-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All battery low icons →

More ui icons from Reicon

Use the battery low icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.172 5.172C2 6.343 2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h1.5c3.771 0 5.657 0 6.828-1.172c.944-.943 1.127-2.348 1.163-4.828H20c.943 0 1.414 0 1.707-.293S22 12.943 22 12s0-1.414-.293-1.707S20.943 10 20 10h-.509c-.036-2.48-.22-3.885-1.163-4.828C17.157 4 15.271 4 11.5 4H10C6.229 4 4.343 4 3.172 5.172m3.464 3.172a.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.001a.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"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBatteryLowFilled(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" fillRule="evenodd" d="M3.172 5.172C2 6.343 2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h1.5c3.771 0 5.657 0 6.828-1.172c.944-.943 1.127-2.348 1.163-4.828H20c.943 0 1.414 0 1.707-.293S22 12.943 22 12s0-1.414-.293-1.707S20.943 10 20 10h-.509c-.036-2.48-.22-3.885-1.163-4.828C17.157 4 15.271 4 11.5 4H10C6.229 4 4.343 4 3.172 5.172m3.464 3.172a.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.001a.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"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.172 5.172C2 6.343 2 8.229 2 12s0 5.657 1.172 6.828S6.229 20 10 20h1.5c3.771 0 5.657 0 6.828-1.172c.944-.943 1.127-2.348 1.163-4.828H20c.943 0 1.414 0 1.707-.293S22 12.943 22 12s0-1.414-.293-1.707S20.943 10 20 10h-.509c-.036-2.48-.22-3.885-1.163-4.828C17.157 4 15.271 4 11.5 4H10C6.229 4 4.343 4 3.172 5.172m3.464 3.172a.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.001a.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"/></svg>
</template>

CSS

.icon-battery-low-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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%205.172C2%206.343%202%208.229%202%2012s0%205.657%201.172%206.828S6.229%2020%2010%2020h1.5c3.771%200%205.657%200%206.828-1.172c.944-.943%201.127-2.348%201.163-4.828H20c.943%200%201.414%200%201.707-.293S22%2012.943%2022%2012s0-1.414-.293-1.707S20.943%2010%2020%2010h-.509c-.036-2.48-.22-3.885-1.163-4.828C17.157%204%2015.271%204%2011.5%204H10C6.229%204%204.343%204%203.172%205.172m3.464%203.172a.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.001a.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%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%205.172C2%206.343%202%208.229%202%2012s0%205.657%201.172%206.828S6.229%2020%2010%2020h1.5c3.771%200%205.657%200%206.828-1.172c.944-.943%201.127-2.348%201.163-4.828H20c.943%200%201.414%200%201.707-.293S22%2012.943%2022%2012s0-1.414-.293-1.707S20.943%2010%2020%2010h-.509c-.036-2.48-.22-3.885-1.163-4.828C17.157%204%2015.271%204%2011.5%204H10C6.229%204%204.343%204%203.172%205.172m3.464%203.172a.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.001a.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%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/battery-low-filled.svg?color=%231a73e8&size=48

Battery Low filled icon — Reicon · IconsDB