battery full icon

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

Name
battery-full-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 full icons →

More ui icons from Reicon

Use the battery full 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="M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h1.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 11.057 22 12s0 1.414-.293 1.707S20.943 14 20 14h-.509c-.036 2.48-.22 3.885-1.163 4.828C17.157 20 15.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.01m4.52.292a.75.75 0 0 0-1.317.719l.005.01l.038.087c.035.087.087.235.142.447c.108.424.226 1.111.226 2.101s-.118 1.677-.226 2.101a4 4 0 0 1-.18.534l-.005.01a.75.75 0 0 0 1.317.72L10.5 15l.656.363l.001-.002l.002-.003l.004-.007l.01-.018l.026-.053q.03-.064.075-.175c.06-.147.132-.356.203-.631c.14-.551.273-1.364.273-2.474s-.132-1.923-.274-2.474a5 5 0 0 0-.202-.631a3 3 0 0 0-.102-.228l-.01-.018l-.003-.007zM10.5 9c.65-.361.655-.365.656-.364zm3.136-.656a.75.75 0 0 1 1.02.292L14 9l.656-.363l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.203.631c.14.551.273 1.364.273 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.001l-.654-.363c.648.36.653.364.654.363a.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 ReiconBatteryFullFilled(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="M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h1.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 11.057 22 12s0 1.414-.293 1.707S20.943 14 20 14h-.509c-.036 2.48-.22 3.885-1.163 4.828C17.157 20 15.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.01m4.52.292a.75.75 0 0 0-1.317.719l.005.01l.038.087c.035.087.087.235.142.447c.108.424.226 1.111.226 2.101s-.118 1.677-.226 2.101a4 4 0 0 1-.18.534l-.005.01a.75.75 0 0 0 1.317.72L10.5 15l.656.363l.001-.002l.002-.003l.004-.007l.01-.018l.026-.053q.03-.064.075-.175c.06-.147.132-.356.203-.631c.14-.551.273-1.364.273-2.474s-.132-1.923-.274-2.474a5 5 0 0 0-.202-.631a3 3 0 0 0-.102-.228l-.01-.018l-.003-.007zM10.5 9c.65-.361.655-.365.656-.364zm3.136-.656a.75.75 0 0 1 1.02.292L14 9l.656-.363l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.203.631c.14.551.273 1.364.273 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.001l-.654-.363c.648.36.653.364.654.363a.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="M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h1.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 11.057 22 12s0 1.414-.293 1.707S20.943 14 20 14h-.509c-.036 2.48-.22 3.885-1.163 4.828C17.157 20 15.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.01m4.52.292a.75.75 0 0 0-1.317.719l.005.01l.038.087c.035.087.087.235.142.447c.108.424.226 1.111.226 2.101s-.118 1.677-.226 2.101a4 4 0 0 1-.18.534l-.005.01a.75.75 0 0 0 1.317.72L10.5 15l.656.363l.001-.002l.002-.003l.004-.007l.01-.018l.026-.053q.03-.064.075-.175c.06-.147.132-.356.203-.631c.14-.551.273-1.364.273-2.474s-.132-1.923-.274-2.474a5 5 0 0 0-.202-.631a3 3 0 0 0-.102-.228l-.01-.018l-.003-.007zM10.5 9c.65-.361.655-.365.656-.364zm3.136-.656a.75.75 0 0 1 1.02.292L14 9l.656-.363l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.203.631c.14.551.273 1.364.273 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.001l-.654-.363c.648.36.653.364.654.363a.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-full-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%22M2%2012c0-3.771%200-5.657%201.172-6.828S6.229%204%2010%204h1.5c3.771%200%205.657%200%206.828%201.172c.944.943%201.127%202.348%201.163%204.828H20c.943%200%201.414%200%201.707.293S22%2011.057%2022%2012s0%201.414-.293%201.707S20.943%2014%2020%2014h-.509c-.036%202.48-.22%203.885-1.163%204.828C17.157%2020%2015.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.01m4.52.292a.75.75%200%200%200-1.317.719l.005.01l.038.087c.035.087.087.235.142.447c.108.424.226%201.111.226%202.101s-.118%201.677-.226%202.101a4%204%200%200%201-.18.534l-.005.01a.75.75%200%200%200%201.317.72L10.5%2015l.656.363l.001-.002l.002-.003l.004-.007l.01-.018l.026-.053q.03-.064.075-.175c.06-.147.132-.356.203-.631c.14-.551.273-1.364.273-2.474s-.132-1.923-.274-2.474a5%205%200%200%200-.202-.631a3%203%200%200%200-.102-.228l-.01-.018l-.003-.007zM10.5%209c.65-.361.655-.365.656-.364zm3.136-.656a.75.75%200%200%201%201.02.292L14%209l.656-.363l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.203.631c.14.551.273%201.364.273%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.001l-.654-.363c.648.36.653.364.654.363a.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%22M2%2012c0-3.771%200-5.657%201.172-6.828S6.229%204%2010%204h1.5c3.771%200%205.657%200%206.828%201.172c.944.943%201.127%202.348%201.163%204.828H20c.943%200%201.414%200%201.707.293S22%2011.057%2022%2012s0%201.414-.293%201.707S20.943%2014%2020%2014h-.509c-.036%202.48-.22%203.885-1.163%204.828C17.157%2020%2015.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.01m4.52.292a.75.75%200%200%200-1.317.719l.005.01l.038.087c.035.087.087.235.142.447c.108.424.226%201.111.226%202.101s-.118%201.677-.226%202.101a4%204%200%200%201-.18.534l-.005.01a.75.75%200%200%200%201.317.72L10.5%2015l.656.363l.001-.002l.002-.003l.004-.007l.01-.018l.026-.053q.03-.064.075-.175c.06-.147.132-.356.203-.631c.14-.551.273-1.364.273-2.474s-.132-1.923-.274-2.474a5%205%200%200%200-.202-.631a3%203%200%200%200-.102-.228l-.01-.018l-.003-.007zM10.5%209c.65-.361.655-.365.656-.364zm3.136-.656a.75.75%200%200%201%201.02.292L14%209l.656-.363l.001.001l.002.004l.004.007l.01.018l.026.053q.03.064.075.175c.06.147.132.356.203.631c.14.551.273%201.364.273%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.001l-.654-.363c.648.36.653.364.654.363a.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-full-filled.svg?color=%231a73e8&size=48