low battery emoji

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

Name
low-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 low battery emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#98adb8" d="M94 21.1C94 11.66 80.58 4 64.03 4s-31 6.95-29.98 17.09h-.03v88.57C34.02 117.58 47.44 124 64 124s29.98-6.42 29.98-14.34V21.6c.01-.17.02-.33.02-.5"/><ellipse cx="64.2" cy="18.29" fill="#d9d9d9" rx="23.64" ry="11.43"/><path fill="#9e9e9e" d="M76.56 7.18v.66c.03-.41 0-.66 0-.66"/><path fill="#fff" d="M76.99 52.28c0-.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.53z"/><path fill="#f5f5f5" d="M58.59 28.55c1.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.92c.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.75c-.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.13-1.13 1.91-2.88 1.01-4.45"/><path fill="#c62828" d="M40.31 90.16v21.75h.04c.76 4.75 12.76 7.76 23.67 7.76c11.2 0 23.67-2.99 23.67-7.76V90.16z"/><path fill="#f44336" d="M87.69 90.6c0 4.77-12.46 7.76-23.67 7.76c-10.91 0-22.91-3.01-23.67-7.76c-.82-5.12 10.6-8.63 23.67-8.63s23.67 3.86 23.67 8.63"/><path fill="#fff" d="M75.07 103.3s-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"/></svg>

React

import type { SVGProps } from "react";

export function NotoLowBattery(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#98adb8" d="M94 21.1C94 11.66 80.58 4 64.03 4s-31 6.95-29.98 17.09h-.03v88.57C34.02 117.58 47.44 124 64 124s29.98-6.42 29.98-14.34V21.6c.01-.17.02-.33.02-.5"/><ellipse cx="64.2" cy="18.29" fill="#d9d9d9" rx="23.64" ry="11.43"/><path fill="#9e9e9e" d="M76.56 7.18v.66c.03-.41 0-.66 0-.66"/><path fill="#fff" d="M76.99 52.28c0-.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.53z"/><path fill="#f5f5f5" d="M58.59 28.55c1.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.92c.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.75c-.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.13-1.13 1.91-2.88 1.01-4.45"/><path fill="#c62828" d="M40.31 90.16v21.75h.04c.76 4.75 12.76 7.76 23.67 7.76c11.2 0 23.67-2.99 23.67-7.76V90.16z"/><path fill="#f44336" d="M87.69 90.6c0 4.77-12.46 7.76-23.67 7.76c-10.91 0-22.91-3.01-23.67-7.76c-.82-5.12 10.6-8.63 23.67-8.63s23.67 3.86 23.67 8.63"/><path fill="#fff" d="M75.07 103.3s-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"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#98adb8" d="M94 21.1C94 11.66 80.58 4 64.03 4s-31 6.95-29.98 17.09h-.03v88.57C34.02 117.58 47.44 124 64 124s29.98-6.42 29.98-14.34V21.6c.01-.17.02-.33.02-.5"/><ellipse cx="64.2" cy="18.29" fill="#d9d9d9" rx="23.64" ry="11.43"/><path fill="#9e9e9e" d="M76.56 7.18v.66c.03-.41 0-.66 0-.66"/><path fill="#fff" d="M76.99 52.28c0-.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.53z"/><path fill="#f5f5f5" d="M58.59 28.55c1.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.92c.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.75c-.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.13-1.13 1.91-2.88 1.01-4.45"/><path fill="#c62828" d="M40.31 90.16v21.75h.04c.76 4.75 12.76 7.76 23.67 7.76c11.2 0 23.67-2.99 23.67-7.76V90.16z"/><path fill="#f44336" d="M87.69 90.6c0 4.77-12.46 7.76-23.67 7.76c-10.91 0-22.91-3.01-23.67-7.76c-.82-5.12 10.6-8.63 23.67-8.63s23.67 3.86 23.67 8.63"/><path fill="#fff" d="M75.07 103.3s-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"/></svg>
</template>

CSS

.icon-low-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%2398adb8%22%20d%3D%22M94%2021.1C94%2011.66%2080.58%204%2064.03%204s-31%206.95-29.98%2017.09h-.03v88.57C34.02%20117.58%2047.44%20124%2064%20124s29.98-6.42%2029.98-14.34V21.6c.01-.17.02-.33.02-.5%22%2F%3E%3Cellipse%20cx%3D%2264.2%22%20cy%3D%2218.29%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%207.18v.66c.03-.41%200-.66%200-.66%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M76.99%2052.28c0-.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.53z%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M58.59%2028.55c1.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.92c.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.75c-.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.13-1.13%201.91-2.88%201.01-4.45%22%2F%3E%3Cpath%20fill%3D%22%23c62828%22%20d%3D%22M40.31%2090.16v21.75h.04c.76%204.75%2012.76%207.76%2023.67%207.76c11.2%200%2023.67-2.99%2023.67-7.76V90.16z%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M87.69%2090.6c0%204.77-12.46%207.76-23.67%207.76c-10.91%200-22.91-3.01-23.67-7.76c-.82-5.12%2010.6-8.63%2023.67-8.63s23.67%203.86%2023.67%208.63%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M75.07%20103.3s-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%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%2398adb8%22%20d%3D%22M94%2021.1C94%2011.66%2080.58%204%2064.03%204s-31%206.95-29.98%2017.09h-.03v88.57C34.02%20117.58%2047.44%20124%2064%20124s29.98-6.42%2029.98-14.34V21.6c.01-.17.02-.33.02-.5%22%2F%3E%3Cellipse%20cx%3D%2264.2%22%20cy%3D%2218.29%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%207.18v.66c.03-.41%200-.66%200-.66%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M76.99%2052.28c0-.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.53z%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M58.59%2028.55c1.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.92c.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.75c-.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.13-1.13%201.91-2.88%201.01-4.45%22%2F%3E%3Cpath%20fill%3D%22%23c62828%22%20d%3D%22M40.31%2090.16v21.75h.04c.76%204.75%2012.76%207.76%2023.67%207.76c11.2%200%2023.67-2.99%2023.67-7.76V90.16z%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M87.69%2090.6c0%204.77-12.46%207.76-23.67%207.76c-10.91%200-22.91-3.01-23.67-7.76c-.82-5.12%2010.6-8.63%2023.67-8.63s23.67%203.86%2023.67%208.63%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M75.07%20103.3s-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%3C%2Fsvg%3E") no-repeat center / contain;
}

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