battery from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
battery
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the battery emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#8dcc47" d="M34.02 20.35v88.57c0 7.92 13.42 14.34 29.98 14.34s29.98-6.42 29.98-14.34V20.35z"/><path fill="#9ee350" d="M94 20.36c0 9.44-15.79 15.37-29.98 15.37c-13.82 0-29.02-5.96-29.98-15.37c-1.03-10.14 13.42-17.1 29.98-17.1S94 10.92 94 20.36"/><ellipse cx="64.2" cy="17.55" fill="#d9d9d9" rx="23.64" ry="11.43"/><path fill="#9e9e9e" d="M76.56 6.44v.66c.03-.41 0-.66 0-.66"/><path fill="#fff" d="M76.99 51.54c0-.66-.25-1.06-.86-1.3c-.57-.23-1.4.01-2.25.23c-1.68.42-3.41.66-4.97.64c-.63-.01-.57-.61-.57-1.16v-5.48c0-.6-.07-1.36-1.18-1.36c-.67 0-1.48.18-3.17.2c-1.69-.01-2.5-.2-3.17-.2c-1.11 0-1.18.76-1.18 1.36v5.48c0 .55.06 1.15-.57 1.16c-1.56.02-3.29-.22-4.97-.64c-.86-.21-1.68-.45-2.25-.23c-.61.25-.86.64-.86 1.3l-.03 5.09c.28.79.57 1.36.89 1.53c.94.49 2.99 1.24 6.27 1.4c.65.03 1.38-.19 1.53.52c.07.35 0 4.67 0 6.42c0 1.59 2.3 1.76 3.54 1.86c.27.02 1.35.02 1.61 0c1.23-.11 3.54-.27 3.54-1.86c0-1.75-.07-6.07 0-6.42c.15-.71.87-.49 1.53-.52c3.28-.16 5.33-.92 6.27-1.4c.31-.16.61-.73.89-1.53zm-1.92 51.02s-3.85 1.17-11.07 1.17s-11.07-1.17-11.07-1.17c-1.37-.2-1.95.87-1.95 1.95v4.22c0 1 .65 1.93 1.81 2.5c2.39 1.18 6.25 1.98 10.87 1.93c.12 0 .23-.01.35-.01s.23.01.35.01c4.63.05 8.48-.75 10.87-1.93c1.16-.57 1.81-1.5 1.81-2.5v-4.22c-.01-1.08-.6-2.15-1.97-1.95"/><path fill="#f5f5f5" d="M58.59 27.81c1.6-1.54-4.16-2.87-6.88-3.8c-3.42-1.17-7-3.23-8.09-7.26c-.82-3.04-2.25-2.09-2.51-1.73c-.37.51-1.8 3.49.95 6.8c1.89 2.28 4.95 4.01 7.56 4.89c3.57 1.21 7.91 2.12 8.97 1.1M56 13.18c.33-1.12 3.23-1.81 4.99-1.83c3.01-.04 6.11 2.27 6.57 3.06c1.29 2.2-1.65 2.98-6.79 2.53c-3.46-.3-5.1-2.63-4.77-3.76"/><path fill="#9e9e9e" d="M73.11 15.01c-.35-.62-.71-1.27-1.05-1.9c-.36-.65-.35.05-.43.32c-.41 1.42-1.22 2.05-1.79 2.36c-1.72.92-3.78 1.36-5.83 1.33c-2.06.02-4.11-.41-5.83-1.33c-.58-.31-1.38-.94-1.79-2.36c-.08-.28-.07-.97-.43-.32c-.35.63-.7 1.28-1.05 1.9c-.9 1.58-.12 3.33 1.03 4.45c2.01 1.95 5.13 2.85 8.08 2.85s6.07-.9 8.08-2.85c1.14-1.13 1.91-2.88 1.01-4.45"/></svg>

React

import type { SVGProps } from "react";

export function NotoBattery(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#8dcc47" d="M34.02 20.35v88.57c0 7.92 13.42 14.34 29.98 14.34s29.98-6.42 29.98-14.34V20.35z"/><path fill="#9ee350" d="M94 20.36c0 9.44-15.79 15.37-29.98 15.37c-13.82 0-29.02-5.96-29.98-15.37c-1.03-10.14 13.42-17.1 29.98-17.1S94 10.92 94 20.36"/><ellipse cx="64.2" cy="17.55" fill="#d9d9d9" rx="23.64" ry="11.43"/><path fill="#9e9e9e" d="M76.56 6.44v.66c.03-.41 0-.66 0-.66"/><path fill="#fff" d="M76.99 51.54c0-.66-.25-1.06-.86-1.3c-.57-.23-1.4.01-2.25.23c-1.68.42-3.41.66-4.97.64c-.63-.01-.57-.61-.57-1.16v-5.48c0-.6-.07-1.36-1.18-1.36c-.67 0-1.48.18-3.17.2c-1.69-.01-2.5-.2-3.17-.2c-1.11 0-1.18.76-1.18 1.36v5.48c0 .55.06 1.15-.57 1.16c-1.56.02-3.29-.22-4.97-.64c-.86-.21-1.68-.45-2.25-.23c-.61.25-.86.64-.86 1.3l-.03 5.09c.28.79.57 1.36.89 1.53c.94.49 2.99 1.24 6.27 1.4c.65.03 1.38-.19 1.53.52c.07.35 0 4.67 0 6.42c0 1.59 2.3 1.76 3.54 1.86c.27.02 1.35.02 1.61 0c1.23-.11 3.54-.27 3.54-1.86c0-1.75-.07-6.07 0-6.42c.15-.71.87-.49 1.53-.52c3.28-.16 5.33-.92 6.27-1.4c.31-.16.61-.73.89-1.53zm-1.92 51.02s-3.85 1.17-11.07 1.17s-11.07-1.17-11.07-1.17c-1.37-.2-1.95.87-1.95 1.95v4.22c0 1 .65 1.93 1.81 2.5c2.39 1.18 6.25 1.98 10.87 1.93c.12 0 .23-.01.35-.01s.23.01.35.01c4.63.05 8.48-.75 10.87-1.93c1.16-.57 1.81-1.5 1.81-2.5v-4.22c-.01-1.08-.6-2.15-1.97-1.95"/><path fill="#f5f5f5" d="M58.59 27.81c1.6-1.54-4.16-2.87-6.88-3.8c-3.42-1.17-7-3.23-8.09-7.26c-.82-3.04-2.25-2.09-2.51-1.73c-.37.51-1.8 3.49.95 6.8c1.89 2.28 4.95 4.01 7.56 4.89c3.57 1.21 7.91 2.12 8.97 1.1M56 13.18c.33-1.12 3.23-1.81 4.99-1.83c3.01-.04 6.11 2.27 6.57 3.06c1.29 2.2-1.65 2.98-6.79 2.53c-3.46-.3-5.1-2.63-4.77-3.76"/><path fill="#9e9e9e" d="M73.11 15.01c-.35-.62-.71-1.27-1.05-1.9c-.36-.65-.35.05-.43.32c-.41 1.42-1.22 2.05-1.79 2.36c-1.72.92-3.78 1.36-5.83 1.33c-2.06.02-4.11-.41-5.83-1.33c-.58-.31-1.38-.94-1.79-2.36c-.08-.28-.07-.97-.43-.32c-.35.63-.7 1.28-1.05 1.9c-.9 1.58-.12 3.33 1.03 4.45c2.01 1.95 5.13 2.85 8.08 2.85s6.07-.9 8.08-2.85c1.14-1.13 1.91-2.88 1.01-4.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#8dcc47" d="M34.02 20.35v88.57c0 7.92 13.42 14.34 29.98 14.34s29.98-6.42 29.98-14.34V20.35z"/><path fill="#9ee350" d="M94 20.36c0 9.44-15.79 15.37-29.98 15.37c-13.82 0-29.02-5.96-29.98-15.37c-1.03-10.14 13.42-17.1 29.98-17.1S94 10.92 94 20.36"/><ellipse cx="64.2" cy="17.55" fill="#d9d9d9" rx="23.64" ry="11.43"/><path fill="#9e9e9e" d="M76.56 6.44v.66c.03-.41 0-.66 0-.66"/><path fill="#fff" d="M76.99 51.54c0-.66-.25-1.06-.86-1.3c-.57-.23-1.4.01-2.25.23c-1.68.42-3.41.66-4.97.64c-.63-.01-.57-.61-.57-1.16v-5.48c0-.6-.07-1.36-1.18-1.36c-.67 0-1.48.18-3.17.2c-1.69-.01-2.5-.2-3.17-.2c-1.11 0-1.18.76-1.18 1.36v5.48c0 .55.06 1.15-.57 1.16c-1.56.02-3.29-.22-4.97-.64c-.86-.21-1.68-.45-2.25-.23c-.61.25-.86.64-.86 1.3l-.03 5.09c.28.79.57 1.36.89 1.53c.94.49 2.99 1.24 6.27 1.4c.65.03 1.38-.19 1.53.52c.07.35 0 4.67 0 6.42c0 1.59 2.3 1.76 3.54 1.86c.27.02 1.35.02 1.61 0c1.23-.11 3.54-.27 3.54-1.86c0-1.75-.07-6.07 0-6.42c.15-.71.87-.49 1.53-.52c3.28-.16 5.33-.92 6.27-1.4c.31-.16.61-.73.89-1.53zm-1.92 51.02s-3.85 1.17-11.07 1.17s-11.07-1.17-11.07-1.17c-1.37-.2-1.95.87-1.95 1.95v4.22c0 1 .65 1.93 1.81 2.5c2.39 1.18 6.25 1.98 10.87 1.93c.12 0 .23-.01.35-.01s.23.01.35.01c4.63.05 8.48-.75 10.87-1.93c1.16-.57 1.81-1.5 1.81-2.5v-4.22c-.01-1.08-.6-2.15-1.97-1.95"/><path fill="#f5f5f5" d="M58.59 27.81c1.6-1.54-4.16-2.87-6.88-3.8c-3.42-1.17-7-3.23-8.09-7.26c-.82-3.04-2.25-2.09-2.51-1.73c-.37.51-1.8 3.49.95 6.8c1.89 2.28 4.95 4.01 7.56 4.89c3.57 1.21 7.91 2.12 8.97 1.1M56 13.18c.33-1.12 3.23-1.81 4.99-1.83c3.01-.04 6.11 2.27 6.57 3.06c1.29 2.2-1.65 2.98-6.79 2.53c-3.46-.3-5.1-2.63-4.77-3.76"/><path fill="#9e9e9e" d="M73.11 15.01c-.35-.62-.71-1.27-1.05-1.9c-.36-.65-.35.05-.43.32c-.41 1.42-1.22 2.05-1.79 2.36c-1.72.92-3.78 1.36-5.83 1.33c-2.06.02-4.11-.41-5.83-1.33c-.58-.31-1.38-.94-1.79-2.36c-.08-.28-.07-.97-.43-.32c-.35.63-.7 1.28-1.05 1.9c-.9 1.58-.12 3.33 1.03 4.45c2.01 1.95 5.13 2.85 8.08 2.85s6.07-.9 8.08-2.85c1.14-1.13 1.91-2.88 1.01-4.45"/></svg>
</template>

CSS

.icon-battery {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%238dcc47%22%20d%3D%22M34.02%2020.35v88.57c0%207.92%2013.42%2014.34%2029.98%2014.34s29.98-6.42%2029.98-14.34V20.35z%22%2F%3E%3Cpath%20fill%3D%22%239ee350%22%20d%3D%22M94%2020.36c0%209.44-15.79%2015.37-29.98%2015.37c-13.82%200-29.02-5.96-29.98-15.37c-1.03-10.14%2013.42-17.1%2029.98-17.1S94%2010.92%2094%2020.36%22%2F%3E%3Cellipse%20cx%3D%2264.2%22%20cy%3D%2217.55%22%20fill%3D%22%23d9d9d9%22%20rx%3D%2223.64%22%20ry%3D%2211.43%22%2F%3E%3Cpath%20fill%3D%22%239e9e9e%22%20d%3D%22M76.56%206.44v.66c.03-.41%200-.66%200-.66%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M76.99%2051.54c0-.66-.25-1.06-.86-1.3c-.57-.23-1.4.01-2.25.23c-1.68.42-3.41.66-4.97.64c-.63-.01-.57-.61-.57-1.16v-5.48c0-.6-.07-1.36-1.18-1.36c-.67%200-1.48.18-3.17.2c-1.69-.01-2.5-.2-3.17-.2c-1.11%200-1.18.76-1.18%201.36v5.48c0%20.55.06%201.15-.57%201.16c-1.56.02-3.29-.22-4.97-.64c-.86-.21-1.68-.45-2.25-.23c-.61.25-.86.64-.86%201.3l-.03%205.09c.28.79.57%201.36.89%201.53c.94.49%202.99%201.24%206.27%201.4c.65.03%201.38-.19%201.53.52c.07.35%200%204.67%200%206.42c0%201.59%202.3%201.76%203.54%201.86c.27.02%201.35.02%201.61%200c1.23-.11%203.54-.27%203.54-1.86c0-1.75-.07-6.07%200-6.42c.15-.71.87-.49%201.53-.52c3.28-.16%205.33-.92%206.27-1.4c.31-.16.61-.73.89-1.53zm-1.92%2051.02s-3.85%201.17-11.07%201.17s-11.07-1.17-11.07-1.17c-1.37-.2-1.95.87-1.95%201.95v4.22c0%201%20.65%201.93%201.81%202.5c2.39%201.18%206.25%201.98%2010.87%201.93c.12%200%20.23-.01.35-.01s.23.01.35.01c4.63.05%208.48-.75%2010.87-1.93c1.16-.57%201.81-1.5%201.81-2.5v-4.22c-.01-1.08-.6-2.15-1.97-1.95%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M58.59%2027.81c1.6-1.54-4.16-2.87-6.88-3.8c-3.42-1.17-7-3.23-8.09-7.26c-.82-3.04-2.25-2.09-2.51-1.73c-.37.51-1.8%203.49.95%206.8c1.89%202.28%204.95%204.01%207.56%204.89c3.57%201.21%207.91%202.12%208.97%201.1M56%2013.18c.33-1.12%203.23-1.81%204.99-1.83c3.01-.04%206.11%202.27%206.57%203.06c1.29%202.2-1.65%202.98-6.79%202.53c-3.46-.3-5.1-2.63-4.77-3.76%22%2F%3E%3Cpath%20fill%3D%22%239e9e9e%22%20d%3D%22M73.11%2015.01c-.35-.62-.71-1.27-1.05-1.9c-.36-.65-.35.05-.43.32c-.41%201.42-1.22%202.05-1.79%202.36c-1.72.92-3.78%201.36-5.83%201.33c-2.06.02-4.11-.41-5.83-1.33c-.58-.31-1.38-.94-1.79-2.36c-.08-.28-.07-.97-.43-.32c-.35.63-.7%201.28-1.05%201.9c-.9%201.58-.12%203.33%201.03%204.45c2.01%201.95%205.13%202.85%208.08%202.85s6.07-.9%208.08-2.85c1.14-1.13%201.91-2.88%201.01-4.45%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%20128%20128%22%3E%3Cpath%20fill%3D%22%238dcc47%22%20d%3D%22M34.02%2020.35v88.57c0%207.92%2013.42%2014.34%2029.98%2014.34s29.98-6.42%2029.98-14.34V20.35z%22%2F%3E%3Cpath%20fill%3D%22%239ee350%22%20d%3D%22M94%2020.36c0%209.44-15.79%2015.37-29.98%2015.37c-13.82%200-29.02-5.96-29.98-15.37c-1.03-10.14%2013.42-17.1%2029.98-17.1S94%2010.92%2094%2020.36%22%2F%3E%3Cellipse%20cx%3D%2264.2%22%20cy%3D%2217.55%22%20fill%3D%22%23d9d9d9%22%20rx%3D%2223.64%22%20ry%3D%2211.43%22%2F%3E%3Cpath%20fill%3D%22%239e9e9e%22%20d%3D%22M76.56%206.44v.66c.03-.41%200-.66%200-.66%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M76.99%2051.54c0-.66-.25-1.06-.86-1.3c-.57-.23-1.4.01-2.25.23c-1.68.42-3.41.66-4.97.64c-.63-.01-.57-.61-.57-1.16v-5.48c0-.6-.07-1.36-1.18-1.36c-.67%200-1.48.18-3.17.2c-1.69-.01-2.5-.2-3.17-.2c-1.11%200-1.18.76-1.18%201.36v5.48c0%20.55.06%201.15-.57%201.16c-1.56.02-3.29-.22-4.97-.64c-.86-.21-1.68-.45-2.25-.23c-.61.25-.86.64-.86%201.3l-.03%205.09c.28.79.57%201.36.89%201.53c.94.49%202.99%201.24%206.27%201.4c.65.03%201.38-.19%201.53.52c.07.35%200%204.67%200%206.42c0%201.59%202.3%201.76%203.54%201.86c.27.02%201.35.02%201.61%200c1.23-.11%203.54-.27%203.54-1.86c0-1.75-.07-6.07%200-6.42c.15-.71.87-.49%201.53-.52c3.28-.16%205.33-.92%206.27-1.4c.31-.16.61-.73.89-1.53zm-1.92%2051.02s-3.85%201.17-11.07%201.17s-11.07-1.17-11.07-1.17c-1.37-.2-1.95.87-1.95%201.95v4.22c0%201%20.65%201.93%201.81%202.5c2.39%201.18%206.25%201.98%2010.87%201.93c.12%200%20.23-.01.35-.01s.23.01.35.01c4.63.05%208.48-.75%2010.87-1.93c1.16-.57%201.81-1.5%201.81-2.5v-4.22c-.01-1.08-.6-2.15-1.97-1.95%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M58.59%2027.81c1.6-1.54-4.16-2.87-6.88-3.8c-3.42-1.17-7-3.23-8.09-7.26c-.82-3.04-2.25-2.09-2.51-1.73c-.37.51-1.8%203.49.95%206.8c1.89%202.28%204.95%204.01%207.56%204.89c3.57%201.21%207.91%202.12%208.97%201.1M56%2013.18c.33-1.12%203.23-1.81%204.99-1.83c3.01-.04%206.11%202.27%206.57%203.06c1.29%202.2-1.65%202.98-6.79%202.53c-3.46-.3-5.1-2.63-4.77-3.76%22%2F%3E%3Cpath%20fill%3D%22%239e9e9e%22%20d%3D%22M73.11%2015.01c-.35-.62-.71-1.27-1.05-1.9c-.36-.65-.35.05-.43.32c-.41%201.42-1.22%202.05-1.79%202.36c-1.72.92-3.78%201.36-5.83%201.33c-2.06.02-4.11-.41-5.83-1.33c-.58-.31-1.38-.94-1.79-2.36c-.08-.28-.07-.97-.43-.32c-.35.63-.7%201.28-1.05%201.9c-.9%201.58-.12%203.33%201.03%204.45c2.01%201.95%205.13%202.85%208.08%202.85s6.07-.9%208.08-2.85c1.14-1.13%201.91-2.88%201.01-4.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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