battery profile icon
battery-profile-sharp from Material Symbols by Google · Sharp · Home · Apache-2.0 Free for personal and commercial use.
- Name
- battery-profile-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075chromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-statusdoor-open
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 22V4h3V2h4v2h3v6q-2.875 0-4.925 2.025t-2.05 4.95q0 1.425.537 2.725t1.563 2.3zm9 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 MaterialSymbolsBatteryProfileSharp(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 22V4h3V2h4v2h3v6q-2.875 0-4.925 2.025t-2.05 4.95q0 1.425.537 2.725t1.563 2.3zm9 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="M7 22V4h3V2h4v2h3v6q-2.875 0-4.925 2.025t-2.05 4.95q0 1.425.537 2.725t1.563 2.3zm9 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-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%2022V4h3V2h4v2h3v6q-2.875%200-4.925%202.025t-2.05%204.95q0%201.425.537%202.725t1.563%202.3zm9%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%22M7%2022V4h3V2h4v2h3v6q-2.875%200-4.925%202.025t-2.05%204.95q0%201.425.537%202.725t1.563%202.3zm9%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-sharp.svg?color=%231a73e8&size=48