earbuds battery icon
earbuds-battery-sharp from Material Symbols by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- earbuds-battery-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the earbuds battery icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 18V7h2V6h2v1h2v11zm-13.025-.975Q2 16.05 2 14.625V6h4v4H3.5v4.625q0 .8.538 1.338t1.337.537t1.338-.537t.537-1.338v-5.25q0-1.425.975-2.4t2.4-.975t2.4.975t.975 2.4V18h-4v-4h2.5V9.375q0-.8-.537-1.338T10.625 7.5t-1.338.538t-.537 1.337v5.25q0 1.425-.975 2.4t-2.4.975t-2.4-.975"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEarbudsBatterySharp(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="M16 18V7h2V6h2v1h2v11zm-13.025-.975Q2 16.05 2 14.625V6h4v4H3.5v4.625q0 .8.538 1.338t1.337.537t1.338-.537t.537-1.338v-5.25q0-1.425.975-2.4t2.4-.975t2.4.975t.975 2.4V18h-4v-4h2.5V9.375q0-.8-.537-1.338T10.625 7.5t-1.338.538t-.537 1.337v5.25q0 1.425-.975 2.4t-2.4.975t-2.4-.975"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 18V7h2V6h2v1h2v11zm-13.025-.975Q2 16.05 2 14.625V6h4v4H3.5v4.625q0 .8.538 1.338t1.337.537t1.338-.537t.537-1.338v-5.25q0-1.425.975-2.4t2.4-.975t2.4.975t.975 2.4V18h-4v-4h2.5V9.375q0-.8-.537-1.338T10.625 7.5t-1.338.538t-.537 1.337v5.25q0 1.425-.975 2.4t-2.4.975t-2.4-.975"/></svg> </template>
CSS
.icon-earbuds-battery-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%22M16%2018V7h2V6h2v1h2v11zm-13.025-.975Q2%2016.05%202%2014.625V6h4v4H3.5v4.625q0%20.8.538%201.338t1.337.537t1.338-.537t.537-1.338v-5.25q0-1.425.975-2.4t2.4-.975t2.4.975t.975%202.4V18h-4v-4h2.5V9.375q0-.8-.537-1.338T10.625%207.5t-1.338.538t-.537%201.337v5.25q0%201.425-.975%202.4t-2.4.975t-2.4-.975%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%22M16%2018V7h2V6h2v1h2v11zm-13.025-.975Q2%2016.05%202%2014.625V6h4v4H3.5v4.625q0%20.8.538%201.338t1.337.537t1.338-.537t.537-1.338v-5.25q0-1.425.975-2.4t2.4-.975t2.4.975t.975%202.4V18h-4v-4h2.5V9.375q0-.8-.537-1.338T10.625%207.5t-1.338.538t-.537%201.337v5.25q0%201.425-.975%202.4t-2.4.975t-2.4-.975%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/earbuds-battery-sharp.svg?color=%231a73e8&size=48