battery empty2 icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the battery empty2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.93 4.79H7.35C3.25 4.79 2 6.04 2 10.14v3.72c0 4.1 1.25 5.35 5.35 5.35h5.58c4.1 0 5.35-1.25 5.35-5.35v-3.72c0-4.1-1.25-5.35-5.35-5.35M20.42 9c-.14-.01-.32-.02-.52-.02c-.39 0-.7.31-.7.7v4.65c0 .39.31.7.7.7c.2 0 .37-.01.54-.02C22 14.83 22 13.73 22 12.93v-1.86c0-.8 0-1.9-1.58-2.07"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBatteryEmpty2Filled(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="M12.93 4.79H7.35C3.25 4.79 2 6.04 2 10.14v3.72c0 4.1 1.25 5.35 5.35 5.35h5.58c4.1 0 5.35-1.25 5.35-5.35v-3.72c0-4.1-1.25-5.35-5.35-5.35M20.42 9c-.14-.01-.32-.02-.52-.02c-.39 0-.7.31-.7.7v4.65c0 .39.31.7.7.7c.2 0 .37-.01.54-.02C22 14.83 22 13.73 22 12.93v-1.86c0-.8 0-1.9-1.58-2.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.93 4.79H7.35C3.25 4.79 2 6.04 2 10.14v3.72c0 4.1 1.25 5.35 5.35 5.35h5.58c4.1 0 5.35-1.25 5.35-5.35v-3.72c0-4.1-1.25-5.35-5.35-5.35M20.42 9c-.14-.01-.32-.02-.52-.02c-.39 0-.7.31-.7.7v4.65c0 .39.31.7.7.7c.2 0 .37-.01.54-.02C22 14.83 22 13.73 22 12.93v-1.86c0-.8 0-1.9-1.58-2.07"/></svg>
</template>

CSS

.icon-battery-empty2-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%22M12.93%204.79H7.35C3.25%204.79%202%206.04%202%2010.14v3.72c0%204.1%201.25%205.35%205.35%205.35h5.58c4.1%200%205.35-1.25%205.35-5.35v-3.72c0-4.1-1.25-5.35-5.35-5.35M20.42%209c-.14-.01-.32-.02-.52-.02c-.39%200-.7.31-.7.7v4.65c0%20.39.31.7.7.7c.2%200%20.37-.01.54-.02C22%2014.83%2022%2013.73%2022%2012.93v-1.86c0-.8%200-1.9-1.58-2.07%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%22M12.93%204.79H7.35C3.25%204.79%202%206.04%202%2010.14v3.72c0%204.1%201.25%205.35%205.35%205.35h5.58c4.1%200%205.35-1.25%205.35-5.35v-3.72c0-4.1-1.25-5.35-5.35-5.35M20.42%209c-.14-.01-.32-.02-.52-.02c-.39%200-.7.31-.7.7v4.65c0%20.39.31.7.7.7c.2%200%20.37-.01.54-.02C22%2014.83%2022%2013.73%2022%2012.93v-1.86c0-.8%200-1.9-1.58-2.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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