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

Name
battery-profile-sharp
Set
Material Symbols Light
Style
Sharp
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="M7.885 21V4.48h2.423V3h3.384v1.48h2.424v6.386q-2.472.153-4.166 1.957t-1.694 4.306q0 1.06.354 2.052q.356.992 1.015 1.819zm8.173 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.883 0 1.518-.636q.636-.636.636-1.519t-.636-1.518t-1.518-.636t-1.519.636q-.635.636-.635 1.518q0 .883.635 1.519q.636.635 1.519.635"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBatteryProfileSharp(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="M7.885 21V4.48h2.423V3h3.384v1.48h2.424v6.386q-2.472.153-4.166 1.957t-1.694 4.306q0 1.06.354 2.052q.356.992 1.015 1.819zm8.173 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.883 0 1.518-.636q.636-.636.636-1.519t-.636-1.518t-1.518-.636t-1.519.636q-.635.636-.635 1.518q0 .883.635 1.519q.636.635 1.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="M7.885 21V4.48h2.423V3h3.384v1.48h2.424v6.386q-2.472.153-4.166 1.957t-1.694 4.306q0 1.06.354 2.052q.356.992 1.015 1.819zm8.173 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.883 0 1.518-.636q.636-.636.636-1.519t-.636-1.518t-1.518-.636t-1.519.636q-.635.636-.635 1.518q0 .883.635 1.519q.636.635 1.519.635"/></svg>
</template>

CSS

.icon-battery-profile-sharp {
  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%22M7.885%2021V4.48h2.423V3h3.384v1.48h2.424v6.386q-2.472.153-4.166%201.957t-1.694%204.306q0%201.06.354%202.052q.356.992%201.015%201.819zm8.173%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.883%200%201.518-.636q.636-.636.636-1.519t-.636-1.518t-1.518-.636t-1.519.636q-.635.636-.635%201.518q0%20.883.635%201.519q.636.635%201.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%22M7.885%2021V4.48h2.423V3h3.384v1.48h2.424v6.386q-2.472.153-4.166%201.957t-1.694%204.306q0%201.06.354%202.052q.356.992%201.015%201.819zm8.173%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.883%200%201.518-.636q.636-.636.636-1.519t-.636-1.518t-1.518-.636t-1.519.636q-.635.636-.635%201.518q0%20.883.635%201.519q.636.635%201.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-sharp.svg?color=%231a73e8&size=48