battery profile icon

battery-profile from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
battery-profile
Set
Material Symbols
Style
Regular
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 4h2V2h4v2h2q.425 0 .713.288T17 5v5q-2.875 0-4.925 2.025t-2.05 4.95q0 1.425.537 2.725t1.563 2.3zm8 0l-.3-1.5q-.3-.125-.562-.275t-.513-.35l-1.45.5l-1-1.725l1.125-1q-.05-.375-.05-.638t.05-.637l-1.125-1l1-1.725l1.45.5q.25-.2.513-.363t.562-.287L16 12h2l.3 1.5q.3.125.563.275t.512.35l1.45-.5l1 1.725l-1.125 1q.05.375.05.638t-.05.637l1.125 1l-1 1.725l-1.45-.475q-.25.2-.513.35t-.562.275L18 22zm1-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 MaterialSymbolsBatteryProfile(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 4h2V2h4v2h2q.425 0 .713.288T17 5v5q-2.875 0-4.925 2.025t-2.05 4.95q0 1.425.537 2.725t1.563 2.3zm8 0l-.3-1.5q-.3-.125-.562-.275t-.513-.35l-1.45.5l-1-1.725l1.125-1q-.05-.375-.05-.638t.05-.637l-1.125-1l1-1.725l1.45.5q.25-.2.513-.363t.562-.287L16 12h2l.3 1.5q.3.125.563.275t.512.35l1.45-.5l1 1.725l-1.125 1q.05.375.05.638t-.05.637l1.125 1l-1 1.725l-1.45-.475q-.25.2-.513.35t-.562.275L18 22zm1-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 4h2V2h4v2h2q.425 0 .713.288T17 5v5q-2.875 0-4.925 2.025t-2.05 4.95q0 1.425.537 2.725t1.563 2.3zm8 0l-.3-1.5q-.3-.125-.562-.275t-.513-.35l-1.45.5l-1-1.725l1.125-1q-.05-.375-.05-.638t.05-.637l-1.125-1l1-1.725l1.45.5q.25-.2.513-.363t.562-.287L16 12h2l.3 1.5q.3.125.563.275t.512.35l1.45-.5l1 1.725l-1.125 1q.05.375.05.638t-.05.637l1.125 1l-1 1.725l-1.45-.475q-.25.2-.513.35t-.562.275L18 22zm1-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 {
  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%204h2V2h4v2h2q.425%200%20.713.288T17%205v5q-2.875%200-4.925%202.025t-2.05%204.95q0%201.425.537%202.725t1.563%202.3zm8%200l-.3-1.5q-.3-.125-.562-.275t-.513-.35l-1.45.5l-1-1.725l1.125-1q-.05-.375-.05-.638t.05-.637l-1.125-1l1-1.725l1.45.5q.25-.2.513-.363t.562-.287L16%2012h2l.3%201.5q.3.125.563.275t.512.35l1.45-.5l1%201.725l-1.125%201q.05.375.05.638t-.05.637l1.125%201l-1%201.725l-1.45-.475q-.25.2-.513.35t-.562.275L18%2022zm1-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%204h2V2h4v2h2q.425%200%20.713.288T17%205v5q-2.875%200-4.925%202.025t-2.05%204.95q0%201.425.537%202.725t1.563%202.3zm8%200l-.3-1.5q-.3-.125-.562-.275t-.513-.35l-1.45.5l-1-1.725l1.125-1q-.05-.375-.05-.638t.05-.637l-1.125-1l1-1.725l1.45.5q.25-.2.513-.363t.562-.287L16%2012h2l.3%201.5q.3.125.563.275t.512.35l1.45-.5l1%201.725l-1.125%201q.05.375.05.638t-.05.637l1.125%201l-1%201.725l-1.45-.475q-.25.2-.513.35t-.562.275L18%2022zm1-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.svg?color=%231a73e8&size=48