battery icon

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

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

1 other variant in Reicon

The same icon in other sets

All battery icons →

More devices icons from Reicon

Use the battery icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 9.333h-1v-1a3.67 3.67 0 0 0-3.667-3.666H5a3.67 3.67 0 0 0-3.667 3.666v7.334A3.67 3.67 0 0 0 5 19.333h13.333A3.67 3.67 0 0 0 22 15.667v-1h1a1 1 0 0 0 1-1v-3.334a1 1 0 0 0-1-1m-3 6.334c0 .918-.748 1.666-1.667 1.666H5a1.67 1.67 0 0 1-1.667-1.666V8.333c0-.918.748-1.666 1.667-1.666h13.333c.919 0 1.667.748 1.667 1.666z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBatteryFilled(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" d="M23 9.333h-1v-1a3.67 3.67 0 0 0-3.667-3.666H5a3.67 3.67 0 0 0-3.667 3.666v7.334A3.67 3.67 0 0 0 5 19.333h13.333A3.67 3.67 0 0 0 22 15.667v-1h1a1 1 0 0 0 1-1v-3.334a1 1 0 0 0-1-1m-3 6.334c0 .918-.748 1.666-1.667 1.666H5a1.67 1.67 0 0 1-1.667-1.666V8.333c0-.918.748-1.666 1.667-1.666h13.333c.919 0 1.667.748 1.667 1.666z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 9.333h-1v-1a3.67 3.67 0 0 0-3.667-3.666H5a3.67 3.67 0 0 0-3.667 3.666v7.334A3.67 3.67 0 0 0 5 19.333h13.333A3.67 3.67 0 0 0 22 15.667v-1h1a1 1 0 0 0 1-1v-3.334a1 1 0 0 0-1-1m-3 6.334c0 .918-.748 1.666-1.667 1.666H5a1.67 1.67 0 0 1-1.667-1.666V8.333c0-.918.748-1.666 1.667-1.666h13.333c.919 0 1.667.748 1.667 1.666z"/></svg>
</template>

CSS

.icon-battery-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%20d%3D%22M23%209.333h-1v-1a3.67%203.67%200%200%200-3.667-3.666H5a3.67%203.67%200%200%200-3.667%203.666v7.334A3.67%203.67%200%200%200%205%2019.333h13.333A3.67%203.67%200%200%200%2022%2015.667v-1h1a1%201%200%200%200%201-1v-3.334a1%201%200%200%200-1-1m-3%206.334c0%20.918-.748%201.666-1.667%201.666H5a1.67%201.67%200%200%201-1.667-1.666V8.333c0-.918.748-1.666%201.667-1.666h13.333c.919%200%201.667.748%201.667%201.666z%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%20d%3D%22M23%209.333h-1v-1a3.67%203.67%200%200%200-3.667-3.666H5a3.67%203.67%200%200%200-3.667%203.666v7.334A3.67%203.67%200%200%200%205%2019.333h13.333A3.67%203.67%200%200%200%2022%2015.667v-1h1a1%201%200%200%200%201-1v-3.334a1%201%200%200%200-1-1m-3%206.334c0%20.918-.748%201.666-1.667%201.666H5a1.67%201.67%200%200%201-1.667-1.666V8.333c0-.918.748-1.666%201.667-1.666h13.333c.919%200%201.667.748%201.667%201.666z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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