ios battery full icon

ios-battery-full from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-battery-full
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios battery full icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M396 144H64c-26.4 0-48 21.6-48 48v128c0 26.4 21.6 48 48 48h332c26.4 0 48-21.6 48-48V192c0-26.4-21.6-48-48-48zm20 176c0 11-9 20-20 20H64c-11 0-20-9-20-20V192c0-11 9-20 20-20h332c11 0 20 9 20 20v128z" fill="currentColor"/><path d="M464 204.6v102.8c16 0 32-27.7 32-51.4s-16-51.4-32-51.4z" fill="currentColor"/><path d="M384 192H76c-6.6 0-12 5.4-12 12v104c0 6.6 5.4 12 12 12h308c6.6 0 12-5.4 12-12V204c0-6.6-5.4-12-12-12z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosBatteryFull(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M396 144H64c-26.4 0-48 21.6-48 48v128c0 26.4 21.6 48 48 48h332c26.4 0 48-21.6 48-48V192c0-26.4-21.6-48-48-48zm20 176c0 11-9 20-20 20H64c-11 0-20-9-20-20V192c0-11 9-20 20-20h332c11 0 20 9 20 20v128z" fill="currentColor"/><path d="M464 204.6v102.8c16 0 32-27.7 32-51.4s-16-51.4-32-51.4z" fill="currentColor"/><path d="M384 192H76c-6.6 0-12 5.4-12 12v104c0 6.6 5.4 12 12 12h308c6.6 0 12-5.4 12-12V204c0-6.6-5.4-12-12-12z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M396 144H64c-26.4 0-48 21.6-48 48v128c0 26.4 21.6 48 48 48h332c26.4 0 48-21.6 48-48V192c0-26.4-21.6-48-48-48zm20 176c0 11-9 20-20 20H64c-11 0-20-9-20-20V192c0-11 9-20 20-20h332c11 0 20 9 20 20v128z" fill="currentColor"/><path d="M464 204.6v102.8c16 0 32-27.7 32-51.4s-16-51.4-32-51.4z" fill="currentColor"/><path d="M384 192H76c-6.6 0-12 5.4-12 12v104c0 6.6 5.4 12 12 12h308c6.6 0 12-5.4 12-12V204c0-6.6-5.4-12-12-12z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-battery-full {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M396%20144H64c-26.4%200-48%2021.6-48%2048v128c0%2026.4%2021.6%2048%2048%2048h332c26.4%200%2048-21.6%2048-48V192c0-26.4-21.6-48-48-48zm20%20176c0%2011-9%2020-20%2020H64c-11%200-20-9-20-20V192c0-11%209-20%2020-20h332c11%200%2020%209%2020%2020v128z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M464%20204.6v102.8c16%200%2032-27.7%2032-51.4s-16-51.4-32-51.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%20192H76c-6.6%200-12%205.4-12%2012v104c0%206.6%205.4%2012%2012%2012h308c6.6%200%2012-5.4%2012-12V204c0-6.6-5.4-12-12-12z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M396%20144H64c-26.4%200-48%2021.6-48%2048v128c0%2026.4%2021.6%2048%2048%2048h332c26.4%200%2048-21.6%2048-48V192c0-26.4-21.6-48-48-48zm20%20176c0%2011-9%2020-20%2020H64c-11%200-20-9-20-20V192c0-11%209-20%2020-20h332c11%200%2020%209%2020%2020v128z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M464%20204.6v102.8c16%200%2032-27.7%2032-51.4s-16-51.4-32-51.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%20192H76c-6.6%200-12%205.4-12%2012v104c0%206.6%205.4%2012%2012%2012h308c6.6%200%2012-5.4%2012-12V204c0-6.6-5.4-12-12-12z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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