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

Name
battery-profile
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

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.692 21q-.348 0-.578-.23t-.23-.578V5.288q0-.348.23-.578t.578-.23h1.616V3h3.384v1.48h1.616q.348 0 .578.23t.23.579v5.577q-2.472.153-4.166 1.957t-1.694 4.306q0 1.06.354 2.052q.356.992 1.015 1.819zm7.366 0l-.108-.865q-.57-.125-.937-.352q-.369-.227-.696-.562l-.796.366l-.577-.86l.702-.577q-.184-.548-.184-1.032t.184-1.031l-.702-.577l.577-.86l.796.366q.327-.335.696-.565t.937-.355l.108-.865h1l.108.865q.569.125.937.352t.695.562l.796-.366l.577.86l-.702.577q.185.548.185 1.032t-.185 1.031l.702.577l-.577.86l-.796-.36q-.327.335-.695.562q-.369.226-.937.351l-.108.866zm.5-1.73q.882 0 1.518-.636t.636-1.519t-.636-1.518t-1.518-.636t-1.519.636t-.635 1.518t.635 1.519t1.519.635"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBatteryProfile(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.692 21q-.348 0-.578-.23t-.23-.578V5.288q0-.348.23-.578t.578-.23h1.616V3h3.384v1.48h1.616q.348 0 .578.23t.23.579v5.577q-2.472.153-4.166 1.957t-1.694 4.306q0 1.06.354 2.052q.356.992 1.015 1.819zm7.366 0l-.108-.865q-.57-.125-.937-.352q-.369-.227-.696-.562l-.796.366l-.577-.86l.702-.577q-.184-.548-.184-1.032t.184-1.031l-.702-.577l.577-.86l.796.366q.327-.335.696-.565t.937-.355l.108-.865h1l.108.865q.569.125.937.352t.695.562l.796-.366l.577.86l-.702.577q.185.548.185 1.032t-.185 1.031l.702.577l-.577.86l-.796-.36q-.327.335-.695.562q-.369.226-.937.351l-.108.866zm.5-1.73q.882 0 1.518-.636t.636-1.519t-.636-1.518t-1.518-.636t-1.519.636t-.635 1.518t.635 1.519t1.519.635"/></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.692 21q-.348 0-.578-.23t-.23-.578V5.288q0-.348.23-.578t.578-.23h1.616V3h3.384v1.48h1.616q.348 0 .578.23t.23.579v5.577q-2.472.153-4.166 1.957t-1.694 4.306q0 1.06.354 2.052q.356.992 1.015 1.819zm7.366 0l-.108-.865q-.57-.125-.937-.352q-.369-.227-.696-.562l-.796.366l-.577-.86l.702-.577q-.184-.548-.184-1.032t.184-1.031l-.702-.577l.577-.86l.796.366q.327-.335.696-.565t.937-.355l.108-.865h1l.108.865q.569.125.937.352t.695.562l.796-.366l.577.86l-.702.577q.185.548.185 1.032t-.185 1.031l.702.577l-.577.86l-.796-.36q-.327.335-.695.562q-.369.226-.937.351l-.108.866zm.5-1.73q.882 0 1.518-.636t.636-1.519t-.636-1.518t-1.518-.636t-1.519.636t-.635 1.518t.635 1.519t1.519.635"/></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.692%2021q-.348%200-.578-.23t-.23-.578V5.288q0-.348.23-.578t.578-.23h1.616V3h3.384v1.48h1.616q.348%200%20.578.23t.23.579v5.577q-2.472.153-4.166%201.957t-1.694%204.306q0%201.06.354%202.052q.356.992%201.015%201.819zm7.366%200l-.108-.865q-.57-.125-.937-.352q-.369-.227-.696-.562l-.796.366l-.577-.86l.702-.577q-.184-.548-.184-1.032t.184-1.031l-.702-.577l.577-.86l.796.366q.327-.335.696-.565t.937-.355l.108-.865h1l.108.865q.569.125.937.352t.695.562l.796-.366l.577.86l-.702.577q.185.548.185%201.032t-.185%201.031l.702.577l-.577.86l-.796-.36q-.327.335-.695.562q-.369.226-.937.351l-.108.866zm.5-1.73q.882%200%201.518-.636t.636-1.519t-.636-1.518t-1.518-.636t-1.519.636t-.635%201.518t.635%201.519t1.519.635%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.692%2021q-.348%200-.578-.23t-.23-.578V5.288q0-.348.23-.578t.578-.23h1.616V3h3.384v1.48h1.616q.348%200%20.578.23t.23.579v5.577q-2.472.153-4.166%201.957t-1.694%204.306q0%201.06.354%202.052q.356.992%201.015%201.819zm7.366%200l-.108-.865q-.57-.125-.937-.352q-.369-.227-.696-.562l-.796.366l-.577-.86l.702-.577q-.184-.548-.184-1.032t.184-1.031l-.702-.577l.577-.86l.796.366q.327-.335.696-.565t.937-.355l.108-.865h1l.108.865q.569.125.937.352t.695.562l.796-.366l.577.86l-.702.577q.185.548.185%201.032t-.185%201.031l.702.577l-.577.86l-.796-.36q-.327.335-.695.562q-.369.226-.937.351l-.108.866zm.5-1.73q.882%200%201.518-.636t.636-1.519t-.636-1.518t-1.518-.636t-1.519.636t-.635%201.518t.635%201.519t1.519.635%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-profile.svg?color=%231a73e8&size=48