battery full2 icon

battery-full2-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.

Name
battery-full2-duotone
Set
Reicon
Style
Duotone
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

More ui icons from Reicon

Use the battery full2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path 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.172S19.5 15.771 19.5 12s0-5.657-1.172-6.828S15.271 4 11.5 4H10C6.229 4 4.343 4 3.172 5.172" opacity=".5"/><path d="M21.25 14a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0zM6.636 8.345a.75.75 0 0 1 1.02.29L7 9l.656-.363l.001.002l.002.003l.004.007l.01.018l.026.053q.03.064.076.175c.058.147.131.356.202.631c.14.551.273 1.364.273 2.474s-.132 1.923-.273 2.474a5 5 0 0 1-.202.631a3 3 0 0 1-.103.228l-.01.018l-.003.008l-.002.003v.001l-.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.1s-.118-1.678-.226-2.102a4 4 0 0 0-.18-.534l-.005-.01a.75.75 0 0 1 .297-1.01m4.52.291a.75.75 0 0 0-1.317.72l.005.01q.01.02.038.086c.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-.001l.002-.003l.004-.008l.01-.018l.026-.053q.03-.064.076-.175a5 5 0 0 0 .202-.631c.14-.551.273-1.364.273-2.474s-.132-1.923-.273-2.474a5 5 0 0 0-.202-.631a3 3 0 0 0-.103-.228l-.01-.018l-.003-.007l-.002-.003zm2.48-.291a.75.75 0 0 1 1.02.29L14 9l.656-.363l.001.002l.002.003l.004.007l.01.018l.026.053q.03.064.076.175a5 5 0 0 1 .202.631c.14.551.273 1.364.273 2.474s-.132 1.923-.273 2.474c-.07.275-.143.484-.202.631a3 3 0 0 1-.103.228l-.01.018l-.003.008l-.002.003v.001l-.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.1s-.118-1.678-.226-2.102a4 4 0 0 0-.18-.534l-.005-.01a.75.75 0 0 1 .297-1.01"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBatteryFull2Duotone(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 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.172S19.5 15.771 19.5 12s0-5.657-1.172-6.828S15.271 4 11.5 4H10C6.229 4 4.343 4 3.172 5.172" opacity=".5"/><path d="M21.25 14a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0zM6.636 8.345a.75.75 0 0 1 1.02.29L7 9l.656-.363l.001.002l.002.003l.004.007l.01.018l.026.053q.03.064.076.175c.058.147.131.356.202.631c.14.551.273 1.364.273 2.474s-.132 1.923-.273 2.474a5 5 0 0 1-.202.631a3 3 0 0 1-.103.228l-.01.018l-.003.008l-.002.003v.001l-.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.1s-.118-1.678-.226-2.102a4 4 0 0 0-.18-.534l-.005-.01a.75.75 0 0 1 .297-1.01m4.52.291a.75.75 0 0 0-1.317.72l.005.01q.01.02.038.086c.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-.001l.002-.003l.004-.008l.01-.018l.026-.053q.03-.064.076-.175a5 5 0 0 0 .202-.631c.14-.551.273-1.364.273-2.474s-.132-1.923-.273-2.474a5 5 0 0 0-.202-.631a3 3 0 0 0-.103-.228l-.01-.018l-.003-.007l-.002-.003zm2.48-.291a.75.75 0 0 1 1.02.29L14 9l.656-.363l.001.002l.002.003l.004.007l.01.018l.026.053q.03.064.076.175a5 5 0 0 1 .202.631c.14.551.273 1.364.273 2.474s-.132 1.923-.273 2.474c-.07.275-.143.484-.202.631a3 3 0 0 1-.103.228l-.01.018l-.003.008l-.002.003v.001l-.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.1s-.118-1.678-.226-2.102a4 4 0 0 0-.18-.534l-.005-.01a.75.75 0 0 1 .297-1.01"/></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 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.172S19.5 15.771 19.5 12s0-5.657-1.172-6.828S15.271 4 11.5 4H10C6.229 4 4.343 4 3.172 5.172" opacity=".5"/><path d="M21.25 14a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-1.5 0zM6.636 8.345a.75.75 0 0 1 1.02.29L7 9l.656-.363l.001.002l.002.003l.004.007l.01.018l.026.053q.03.064.076.175c.058.147.131.356.202.631c.14.551.273 1.364.273 2.474s-.132 1.923-.273 2.474a5 5 0 0 1-.202.631a3 3 0 0 1-.103.228l-.01.018l-.003.008l-.002.003v.001l-.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.1s-.118-1.678-.226-2.102a4 4 0 0 0-.18-.534l-.005-.01a.75.75 0 0 1 .297-1.01m4.52.291a.75.75 0 0 0-1.317.72l.005.01q.01.02.038.086c.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-.001l.002-.003l.004-.008l.01-.018l.026-.053q.03-.064.076-.175a5 5 0 0 0 .202-.631c.14-.551.273-1.364.273-2.474s-.132-1.923-.273-2.474a5 5 0 0 0-.202-.631a3 3 0 0 0-.103-.228l-.01-.018l-.003-.007l-.002-.003zm2.48-.291a.75.75 0 0 1 1.02.29L14 9l.656-.363l.001.002l.002.003l.004.007l.01.018l.026.053q.03.064.076.175a5 5 0 0 1 .202.631c.14.551.273 1.364.273 2.474s-.132 1.923-.273 2.474c-.07.275-.143.484-.202.631a3 3 0 0 1-.103.228l-.01.018l-.003.008l-.002.003v.001l-.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.1s-.118-1.678-.226-2.102a4 4 0 0 0-.18-.534l-.005-.01a.75.75 0 0 1 .297-1.01"/></g></svg>
</template>

CSS

.icon-battery-full2-duotone {
  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%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.172S19.5%2015.771%2019.5%2012s0-5.657-1.172-6.828S15.271%204%2011.5%204H10C6.229%204%204.343%204%203.172%205.172%22%20opacity%3D%22.5%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%200zM6.636%208.345a.75.75%200%200%201%201.02.29L7%209l.656-.363l.001.002l.002.003l.004.007l.01.018l.026.053q.03.064.076.175c.058.147.131.356.202.631c.14.551.273%201.364.273%202.474s-.132%201.923-.273%202.474a5%205%200%200%201-.202.631a3%203%200%200%201-.103.228l-.01.018l-.003.008l-.002.003v.001l-.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.1s-.118-1.678-.226-2.102a4%204%200%200%200-.18-.534l-.005-.01a.75.75%200%200%201%20.297-1.01m4.52.291a.75.75%200%200%200-1.317.72l.005.01q.01.02.038.086c.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-.001l.002-.003l.004-.008l.01-.018l.026-.053q.03-.064.076-.175a5%205%200%200%200%20.202-.631c.14-.551.273-1.364.273-2.474s-.132-1.923-.273-2.474a5%205%200%200%200-.202-.631a3%203%200%200%200-.103-.228l-.01-.018l-.003-.007l-.002-.003zm2.48-.291a.75.75%200%200%201%201.02.29L14%209l.656-.363l.001.002l.002.003l.004.007l.01.018l.026.053q.03.064.076.175a5%205%200%200%201%20.202.631c.14.551.273%201.364.273%202.474s-.132%201.923-.273%202.474c-.07.275-.143.484-.202.631a3%203%200%200%201-.103.228l-.01.018l-.003.008l-.002.003v.001l-.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.1s-.118-1.678-.226-2.102a4%204%200%200%200-.18-.534l-.005-.01a.75.75%200%200%201%20.297-1.01%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%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.172S19.5%2015.771%2019.5%2012s0-5.657-1.172-6.828S15.271%204%2011.5%204H10C6.229%204%204.343%204%203.172%205.172%22%20opacity%3D%22.5%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%200zM6.636%208.345a.75.75%200%200%201%201.02.29L7%209l.656-.363l.001.002l.002.003l.004.007l.01.018l.026.053q.03.064.076.175c.058.147.131.356.202.631c.14.551.273%201.364.273%202.474s-.132%201.923-.273%202.474a5%205%200%200%201-.202.631a3%203%200%200%201-.103.228l-.01.018l-.003.008l-.002.003v.001l-.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.1s-.118-1.678-.226-2.102a4%204%200%200%200-.18-.534l-.005-.01a.75.75%200%200%201%20.297-1.01m4.52.291a.75.75%200%200%200-1.317.72l.005.01q.01.02.038.086c.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-.001l.002-.003l.004-.008l.01-.018l.026-.053q.03-.064.076-.175a5%205%200%200%200%20.202-.631c.14-.551.273-1.364.273-2.474s-.132-1.923-.273-2.474a5%205%200%200%200-.202-.631a3%203%200%200%200-.103-.228l-.01-.018l-.003-.007l-.002-.003zm2.48-.291a.75.75%200%200%201%201.02.29L14%209l.656-.363l.001.002l.002.003l.004.007l.01.018l.026.053q.03.064.076.175a5%205%200%200%201%20.202.631c.14.551.273%201.364.273%202.474s-.132%201.923-.273%202.474c-.07.275-.143.484-.202.631a3%203%200%200%201-.103.228l-.01.018l-.003.008l-.002.003v.001l-.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.1s-.118-1.678-.226-2.102a4%204%200%200%200-.18-.534l-.005-.01a.75.75%200%200%201%20.297-1.01%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-full2-duotone.svg?color=%231a73e8&size=48