battery profile icon

battery-profile-outline-rounded from Material Symbols by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
battery-profile-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the battery profile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 22q-.425 0-.712-.288T7 21V5q0-.425.288-.712T8 4h2V3q0-.425.288-.712T11 2h2q.425 0 .713.288T14 3v1h2q.425 0 .713.288T17 5v4q0 .425-.288.713T16 10t-.712-.288T15 9V6H9v14h1.5q.425 0 .713.288T11.5 21t-.288.713T10.5 22zm8.4 0q-.2 0-.312-.112t-.163-.288l-.225-1.1q-.3-.125-.562-.275t-.513-.35l-1.05.375q-.175.05-.337-.012t-.263-.213l-.6-1.025q-.1-.15-.062-.325t.162-.3l.825-.725q-.05-.375-.05-.637t.05-.638l-.825-.725q-.125-.125-.162-.3t.062-.325l.6-1.025q.1-.15.263-.212t.337-.013l1.05.375q.25-.2.513-.362t.562-.288l.225-1.1q.05-.175.163-.288T16.4 12h1.2q.2 0 .313.113t.162.287l.225 1.1q.3.125.563.275t.512.35l1.05-.375q.175-.05.338.013t.262.212l.6 1.025q.1.15.063.325t-.163.3l-.825.725q.05.375.05.638t-.05.637l.825.725q.125.125.163.3t-.063.325l-.6 1.025q-.1.15-.25.213t-.325.012l-1.075-.35q-.25.2-.512.35t-.563.275l-.225 1.1q-.05.175-.162.288T17.6 22zm.6-3q.825 0 1.413-.587T19 17t-.587-1.412T17 15t-1.412.588T15 17t.588 1.413T17 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBatteryProfileOutlineRounded(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="M8 22q-.425 0-.712-.288T7 21V5q0-.425.288-.712T8 4h2V3q0-.425.288-.712T11 2h2q.425 0 .713.288T14 3v1h2q.425 0 .713.288T17 5v4q0 .425-.288.713T16 10t-.712-.288T15 9V6H9v14h1.5q.425 0 .713.288T11.5 21t-.288.713T10.5 22zm8.4 0q-.2 0-.312-.112t-.163-.288l-.225-1.1q-.3-.125-.562-.275t-.513-.35l-1.05.375q-.175.05-.337-.012t-.263-.213l-.6-1.025q-.1-.15-.062-.325t.162-.3l.825-.725q-.05-.375-.05-.637t.05-.638l-.825-.725q-.125-.125-.162-.3t.062-.325l.6-1.025q.1-.15.263-.212t.337-.013l1.05.375q.25-.2.513-.362t.562-.288l.225-1.1q.05-.175.163-.288T16.4 12h1.2q.2 0 .313.113t.162.287l.225 1.1q.3.125.563.275t.512.35l1.05-.375q.175-.05.338.013t.262.212l.6 1.025q.1.15.063.325t-.163.3l-.825.725q.05.375.05.638t-.05.637l.825.725q.125.125.163.3t-.063.325l-.6 1.025q-.1.15-.25.213t-.325.012l-1.075-.35q-.25.2-.512.35t-.563.275l-.225 1.1q-.05.175-.162.288T17.6 22zm.6-3q.825 0 1.413-.587T19 17t-.587-1.412T17 15t-1.412.588T15 17t.588 1.413T17 19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 22q-.425 0-.712-.288T7 21V5q0-.425.288-.712T8 4h2V3q0-.425.288-.712T11 2h2q.425 0 .713.288T14 3v1h2q.425 0 .713.288T17 5v4q0 .425-.288.713T16 10t-.712-.288T15 9V6H9v14h1.5q.425 0 .713.288T11.5 21t-.288.713T10.5 22zm8.4 0q-.2 0-.312-.112t-.163-.288l-.225-1.1q-.3-.125-.562-.275t-.513-.35l-1.05.375q-.175.05-.337-.012t-.263-.213l-.6-1.025q-.1-.15-.062-.325t.162-.3l.825-.725q-.05-.375-.05-.637t.05-.638l-.825-.725q-.125-.125-.162-.3t.062-.325l.6-1.025q.1-.15.263-.212t.337-.013l1.05.375q.25-.2.513-.362t.562-.288l.225-1.1q.05-.175.163-.288T16.4 12h1.2q.2 0 .313.113t.162.287l.225 1.1q.3.125.563.275t.512.35l1.05-.375q.175-.05.338.013t.262.212l.6 1.025q.1.15.063.325t-.163.3l-.825.725q.05.375.05.638t-.05.637l.825.725q.125.125.163.3t-.063.325l-.6 1.025q-.1.15-.25.213t-.325.012l-1.075-.35q-.25.2-.512.35t-.563.275l-.225 1.1q-.05.175-.162.288T17.6 22zm.6-3q.825 0 1.413-.587T19 17t-.587-1.412T17 15t-1.412.588T15 17t.588 1.413T17 19"/></svg>
</template>

CSS

.icon-battery-profile-outline-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%22M8%2022q-.425%200-.712-.288T7%2021V5q0-.425.288-.712T8%204h2V3q0-.425.288-.712T11%202h2q.425%200%20.713.288T14%203v1h2q.425%200%20.713.288T17%205v4q0%20.425-.288.713T16%2010t-.712-.288T15%209V6H9v14h1.5q.425%200%20.713.288T11.5%2021t-.288.713T10.5%2022zm8.4%200q-.2%200-.312-.112t-.163-.288l-.225-1.1q-.3-.125-.562-.275t-.513-.35l-1.05.375q-.175.05-.337-.012t-.263-.213l-.6-1.025q-.1-.15-.062-.325t.162-.3l.825-.725q-.05-.375-.05-.637t.05-.638l-.825-.725q-.125-.125-.162-.3t.062-.325l.6-1.025q.1-.15.263-.212t.337-.013l1.05.375q.25-.2.513-.362t.562-.288l.225-1.1q.05-.175.163-.288T16.4%2012h1.2q.2%200%20.313.113t.162.287l.225%201.1q.3.125.563.275t.512.35l1.05-.375q.175-.05.338.013t.262.212l.6%201.025q.1.15.063.325t-.163.3l-.825.725q.05.375.05.638t-.05.637l.825.725q.125.125.163.3t-.063.325l-.6%201.025q-.1.15-.25.213t-.325.012l-1.075-.35q-.25.2-.512.35t-.563.275l-.225%201.1q-.05.175-.162.288T17.6%2022zm.6-3q.825%200%201.413-.587T19%2017t-.587-1.412T17%2015t-1.412.588T15%2017t.588%201.413T17%2019%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%22M8%2022q-.425%200-.712-.288T7%2021V5q0-.425.288-.712T8%204h2V3q0-.425.288-.712T11%202h2q.425%200%20.713.288T14%203v1h2q.425%200%20.713.288T17%205v4q0%20.425-.288.713T16%2010t-.712-.288T15%209V6H9v14h1.5q.425%200%20.713.288T11.5%2021t-.288.713T10.5%2022zm8.4%200q-.2%200-.312-.112t-.163-.288l-.225-1.1q-.3-.125-.562-.275t-.513-.35l-1.05.375q-.175.05-.337-.012t-.263-.213l-.6-1.025q-.1-.15-.062-.325t.162-.3l.825-.725q-.05-.375-.05-.637t.05-.638l-.825-.725q-.125-.125-.162-.3t.062-.325l.6-1.025q.1-.15.263-.212t.337-.013l1.05.375q.25-.2.513-.362t.562-.288l.225-1.1q.05-.175.163-.288T16.4%2012h1.2q.2%200%20.313.113t.162.287l.225%201.1q.3.125.563.275t.512.35l1.05-.375q.175-.05.338.013t.262.212l.6%201.025q.1.15.063.325t-.163.3l-.825.725q.05.375.05.638t-.05.637l.825.725q.125.125.163.3t-.063.325l-.6%201.025q-.1.15-.25.213t-.325.012l-1.075-.35q-.25.2-.512.35t-.563.275l-.225%201.1q-.05.175-.162.288T17.6%2022zm.6-3q.825%200%201.413-.587T19%2017t-.587-1.412T17%2015t-1.412.588T15%2017t.588%201.413T17%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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