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

Name
battery-profile-outline
Set
Material Symbols Light
Style
Outline
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-.275.019-.516.046t-.484.1v-5.55H8.885V20h2.065q.14.287.308.527t.367.473zm7.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 MaterialSymbolsLightBatteryProfileOutline(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-.275.019-.516.046t-.484.1v-5.55H8.885V20h2.065q.14.287.308.527t.367.473zm7.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-.275.019-.516.046t-.484.1v-5.55H8.885V20h2.065q.14.287.308.527t.367.473zm7.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-outline {
  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-.275.019-.516.046t-.484.1v-5.55H8.885V20h2.065q.14.287.308.527t.367.473zm7.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-.275.019-.516.046t-.484.1v-5.55H8.885V20h2.065q.14.287.308.527t.367.473zm7.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-outline.svg?color=%231a73e8&size=48