battery-share-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
battery-share-rounded
Set
Material Symbols Light
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
battery-share-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the battery share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.144 16.5q-.204 0-.347-.144T10.654 16v-1.884q0-.667.464-1.141t1.151-.475h4.708l-1.721-1.721q-.16-.165-.16-.357t.16-.35q.146-.147.347-.147t.347.146l2.383 2.364q.223.243.223.578t-.223.578l-2.383 2.363q-.146.146-.347.146t-.347-.146q-.165-.166-.159-.367t.159-.347l1.721-1.74h-4.708q-.269 0-.442.183t-.173.433v1.909q0 .194-.153.335q-.153.14-.357.14M8.696 21q-.352 0-.581-.232q-.23-.233-.23-.576V5.288q0-.343.232-.575t.575-.232h1.616v-.673q0-.344.232-.576T11.116 3h1.769q.343 0 .575.232t.232.576v.673h1.62q.344 0 .574.232t.23.575v2.154q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356v-1.98H8.885V20h6.23v-1.442q0-.213.144-.357q.144-.143.357-.143t.356.143t.144.357v1.628q0 .346-.233.58t-.575.234z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBatteryShareRounded(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="M11.144 16.5q-.204 0-.347-.144T10.654 16v-1.884q0-.667.464-1.141t1.151-.475h4.708l-1.721-1.721q-.16-.165-.16-.357t.16-.35q.146-.147.347-.147t.347.146l2.383 2.364q.223.243.223.578t-.223.578l-2.383 2.363q-.146.146-.347.146t-.347-.146q-.165-.166-.159-.367t.159-.347l1.721-1.74h-4.708q-.269 0-.442.183t-.173.433v1.909q0 .194-.153.335q-.153.14-.357.14M8.696 21q-.352 0-.581-.232q-.23-.233-.23-.576V5.288q0-.343.232-.575t.575-.232h1.616v-.673q0-.344.232-.576T11.116 3h1.769q.343 0 .575.232t.232.576v.673h1.62q.344 0 .574.232t.23.575v2.154q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356v-1.98H8.885V20h6.23v-1.442q0-.213.144-.357q.144-.143.357-.143t.356.143t.144.357v1.628q0 .346-.233.58t-.575.234z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.144 16.5q-.204 0-.347-.144T10.654 16v-1.884q0-.667.464-1.141t1.151-.475h4.708l-1.721-1.721q-.16-.165-.16-.357t.16-.35q.146-.147.347-.147t.347.146l2.383 2.364q.223.243.223.578t-.223.578l-2.383 2.363q-.146.146-.347.146t-.347-.146q-.165-.166-.159-.367t.159-.347l1.721-1.74h-4.708q-.269 0-.442.183t-.173.433v1.909q0 .194-.153.335q-.153.14-.357.14M8.696 21q-.352 0-.581-.232q-.23-.233-.23-.576V5.288q0-.343.232-.575t.575-.232h1.616v-.673q0-.344.232-.576T11.116 3h1.769q.343 0 .575.232t.232.576v.673h1.62q.344 0 .574.232t.23.575v2.154q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356v-1.98H8.885V20h6.23v-1.442q0-.213.144-.357q.144-.143.357-.143t.356.143t.144.357v1.628q0 .346-.233.58t-.575.234z"/></svg>
</template>

CSS

.icon-battery-share-rounded {
  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%22M11.144%2016.5q-.204%200-.347-.144T10.654%2016v-1.884q0-.667.464-1.141t1.151-.475h4.708l-1.721-1.721q-.16-.165-.16-.357t.16-.35q.146-.147.347-.147t.347.146l2.383%202.364q.223.243.223.578t-.223.578l-2.383%202.363q-.146.146-.347.146t-.347-.146q-.165-.166-.159-.367t.159-.347l1.721-1.74h-4.708q-.269%200-.442.183t-.173.433v1.909q0%20.194-.153.335q-.153.14-.357.14M8.696%2021q-.352%200-.581-.232q-.23-.233-.23-.576V5.288q0-.343.232-.575t.575-.232h1.616v-.673q0-.344.232-.576T11.116%203h1.769q.343%200%20.575.232t.232.576v.673h1.62q.344%200%20.574.232t.23.575v2.154q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356v-1.98H8.885V20h6.23v-1.442q0-.213.144-.357q.144-.143.357-.143t.356.143t.144.357v1.628q0%20.346-.233.58t-.575.234z%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%22M11.144%2016.5q-.204%200-.347-.144T10.654%2016v-1.884q0-.667.464-1.141t1.151-.475h4.708l-1.721-1.721q-.16-.165-.16-.357t.16-.35q.146-.147.347-.147t.347.146l2.383%202.364q.223.243.223.578t-.223.578l-2.383%202.363q-.146.146-.347.146t-.347-.146q-.165-.166-.159-.367t.159-.347l1.721-1.74h-4.708q-.269%200-.442.183t-.173.433v1.909q0%20.194-.153.335q-.153.14-.357.14M8.696%2021q-.352%200-.581-.232q-.23-.233-.23-.576V5.288q0-.343.232-.575t.575-.232h1.616v-.673q0-.344.232-.576T11.116%203h1.769q.343%200%20.575.232t.232.576v.673h1.62q.344%200%20.574.232t.23.575v2.154q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356v-1.98H8.885V20h6.23v-1.442q0-.213.144-.357q.144-.143.357-.143t.356.143t.144.357v1.628q0%20.346-.233.58t-.575.234z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/battery-share-rounded.svg?color=%231a73e8&size=48