batteries energy icon

batteries-energy from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
batteries-energy
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the batteries energy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.5 2L10 6h4l-2.5 4M17 6c.943 0 1.414 0 1.707.293S19 7.057 19 8v2.5M7 6c-.943 0-1.414 0-1.707.293S5 7.057 5 8v2.5M20 13h-2c-.943 0-1.414 0-1.707.293S16 14.057 16 15v5c0 .943 0 1.414.293 1.707S17.057 22 18 22h2c.943 0 1.414 0 1.707-.293S22 20.943 22 20v-5c0-.943 0-1.414-.293-1.707S20.943 13 20 13m-4 6h6m-6-3h6M6 13H4c-.943 0-1.414 0-1.707.293S2 14.057 2 15v5c0 .943 0 1.414.293 1.707S3.057 22 4 22h2c.943 0 1.414 0 1.707-.293S8 20.943 8 20v-5c0-.943 0-1.414-.293-1.707S6.943 13 6 13m-4 6h6m-6-3h6"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBatteriesEnergy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12.5 2L10 6h4l-2.5 4M17 6c.943 0 1.414 0 1.707.293S19 7.057 19 8v2.5M7 6c-.943 0-1.414 0-1.707.293S5 7.057 5 8v2.5M20 13h-2c-.943 0-1.414 0-1.707.293S16 14.057 16 15v5c0 .943 0 1.414.293 1.707S17.057 22 18 22h2c.943 0 1.414 0 1.707-.293S22 20.943 22 20v-5c0-.943 0-1.414-.293-1.707S20.943 13 20 13m-4 6h6m-6-3h6M6 13H4c-.943 0-1.414 0-1.707.293S2 14.057 2 15v5c0 .943 0 1.414.293 1.707S3.057 22 4 22h2c.943 0 1.414 0 1.707-.293S8 20.943 8 20v-5c0-.943 0-1.414-.293-1.707S6.943 13 6 13m-4 6h6m-6-3h6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.5 2L10 6h4l-2.5 4M17 6c.943 0 1.414 0 1.707.293S19 7.057 19 8v2.5M7 6c-.943 0-1.414 0-1.707.293S5 7.057 5 8v2.5M20 13h-2c-.943 0-1.414 0-1.707.293S16 14.057 16 15v5c0 .943 0 1.414.293 1.707S17.057 22 18 22h2c.943 0 1.414 0 1.707-.293S22 20.943 22 20v-5c0-.943 0-1.414-.293-1.707S20.943 13 20 13m-4 6h6m-6-3h6M6 13H4c-.943 0-1.414 0-1.707.293S2 14.057 2 15v5c0 .943 0 1.414.293 1.707S3.057 22 4 22h2c.943 0 1.414 0 1.707-.293S8 20.943 8 20v-5c0-.943 0-1.414-.293-1.707S6.943 13 6 13m-4 6h6m-6-3h6"/></svg>
</template>

CSS

.icon-batteries-energy {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.5%202L10%206h4l-2.5%204M17%206c.943%200%201.414%200%201.707.293S19%207.057%2019%208v2.5M7%206c-.943%200-1.414%200-1.707.293S5%207.057%205%208v2.5M20%2013h-2c-.943%200-1.414%200-1.707.293S16%2014.057%2016%2015v5c0%20.943%200%201.414.293%201.707S17.057%2022%2018%2022h2c.943%200%201.414%200%201.707-.293S22%2020.943%2022%2020v-5c0-.943%200-1.414-.293-1.707S20.943%2013%2020%2013m-4%206h6m-6-3h6M6%2013H4c-.943%200-1.414%200-1.707.293S2%2014.057%202%2015v5c0%20.943%200%201.414.293%201.707S3.057%2022%204%2022h2c.943%200%201.414%200%201.707-.293S8%2020.943%208%2020v-5c0-.943%200-1.414-.293-1.707S6.943%2013%206%2013m-4%206h6m-6-3h6%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.5%202L10%206h4l-2.5%204M17%206c.943%200%201.414%200%201.707.293S19%207.057%2019%208v2.5M7%206c-.943%200-1.414%200-1.707.293S5%207.057%205%208v2.5M20%2013h-2c-.943%200-1.414%200-1.707.293S16%2014.057%2016%2015v5c0%20.943%200%201.414.293%201.707S17.057%2022%2018%2022h2c.943%200%201.414%200%201.707-.293S22%2020.943%2022%2020v-5c0-.943%200-1.414-.293-1.707S20.943%2013%2020%2013m-4%206h6m-6-3h6M6%2013H4c-.943%200-1.414%200-1.707.293S2%2014.057%202%2015v5c0%20.943%200%201.414.293%201.707S3.057%2022%204%2022h2c.943%200%201.414%200%201.707-.293S8%2020.943%208%2020v-5c0-.943%200-1.414-.293-1.707S6.943%2013%206%2013m-4%206h6m-6-3h6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/batteries-energy.svg?color=%231a73e8&size=48