earbuds icon
earbuds-sharp from Material Symbols Light by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- earbuds-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.818 19.184Q3.5 17.868 3.5 16V6.046q0-1.061.748-1.804q.748-.742 1.79-.742H8.5v5h-4V16q0 1.458 1.022 2.48q1.021 1.02 2.48 1.02t2.479-1.02T11.5 16V8q0-1.868 1.316-3.184Q14.13 3.5 15.997 3.5t3.185 1.316T20.5 8v10q0 1.044-.76 1.772q-.761.728-1.786.728H15.5v-5h4V8q0-1.458-1.022-2.48q-1.021-1.02-2.48-1.02t-2.479 1.02T12.5 8v8q0 1.868-1.315 3.184Q9.869 20.5 8.002 20.5t-3.185-1.316"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEarbudsSharp(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="M4.818 19.184Q3.5 17.868 3.5 16V6.046q0-1.061.748-1.804q.748-.742 1.79-.742H8.5v5h-4V16q0 1.458 1.022 2.48q1.021 1.02 2.48 1.02t2.479-1.02T11.5 16V8q0-1.868 1.316-3.184Q14.13 3.5 15.997 3.5t3.185 1.316T20.5 8v10q0 1.044-.76 1.772q-.761.728-1.786.728H15.5v-5h4V8q0-1.458-1.022-2.48q-1.021-1.02-2.48-1.02t-2.479 1.02T12.5 8v8q0 1.868-1.315 3.184Q9.869 20.5 8.002 20.5t-3.185-1.316"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.818 19.184Q3.5 17.868 3.5 16V6.046q0-1.061.748-1.804q.748-.742 1.79-.742H8.5v5h-4V16q0 1.458 1.022 2.48q1.021 1.02 2.48 1.02t2.479-1.02T11.5 16V8q0-1.868 1.316-3.184Q14.13 3.5 15.997 3.5t3.185 1.316T20.5 8v10q0 1.044-.76 1.772q-.761.728-1.786.728H15.5v-5h4V8q0-1.458-1.022-2.48q-1.021-1.02-2.48-1.02t-2.479 1.02T12.5 8v8q0 1.868-1.315 3.184Q9.869 20.5 8.002 20.5t-3.185-1.316"/></svg> </template>
CSS
.icon-earbuds-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%22M4.818%2019.184Q3.5%2017.868%203.5%2016V6.046q0-1.061.748-1.804q.748-.742%201.79-.742H8.5v5h-4V16q0%201.458%201.022%202.48q1.021%201.02%202.48%201.02t2.479-1.02T11.5%2016V8q0-1.868%201.316-3.184Q14.13%203.5%2015.997%203.5t3.185%201.316T20.5%208v10q0%201.044-.76%201.772q-.761.728-1.786.728H15.5v-5h4V8q0-1.458-1.022-2.48q-1.021-1.02-2.48-1.02t-2.479%201.02T12.5%208v8q0%201.868-1.315%203.184Q9.869%2020.5%208.002%2020.5t-3.185-1.316%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%22M4.818%2019.184Q3.5%2017.868%203.5%2016V6.046q0-1.061.748-1.804q.748-.742%201.79-.742H8.5v5h-4V16q0%201.458%201.022%202.48q1.021%201.02%202.48%201.02t2.479-1.02T11.5%2016V8q0-1.868%201.316-3.184Q14.13%203.5%2015.997%203.5t3.185%201.316T20.5%208v10q0%201.044-.76%201.772q-.761.728-1.786.728H15.5v-5h4V8q0-1.458-1.022-2.48q-1.021-1.02-2.48-1.02t-2.479%201.02T12.5%208v8q0%201.868-1.315%203.184Q9.869%2020.5%208.002%2020.5t-3.185-1.316%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/earbuds-sharp.svg?color=%231a73e8&size=48