earbuds-sharp from Material Symbols by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
earbuds-sharp
Set
Material Symbols
Style
Sharp
Category
Hardware
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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.463 19.538Q3 18.075 3 16V6.2q0-1.35.825-2.275T6 3h3v6H5v7q0 1.25.875 2.125T8 19t2.125-.875T11 16V8q0-2.075 1.463-3.537T16 3t3.538 1.463T21 8v10q0 1.275-.962 2.138T17.8 21H15v-6h4V8q0-1.25-.875-2.125T16 5t-2.125.875T13 8v8q0 2.075-1.463 3.538T8 21t-3.537-1.463"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEarbudsSharp(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.463 19.538Q3 18.075 3 16V6.2q0-1.35.825-2.275T6 3h3v6H5v7q0 1.25.875 2.125T8 19t2.125-.875T11 16V8q0-2.075 1.463-3.537T16 3t3.538 1.463T21 8v10q0 1.275-.962 2.138T17.8 21H15v-6h4V8q0-1.25-.875-2.125T16 5t-2.125.875T13 8v8q0 2.075-1.463 3.538T8 21t-3.537-1.463"/></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.463 19.538Q3 18.075 3 16V6.2q0-1.35.825-2.275T6 3h3v6H5v7q0 1.25.875 2.125T8 19t2.125-.875T11 16V8q0-2.075 1.463-3.537T16 3t3.538 1.463T21 8v10q0 1.275-.962 2.138T17.8 21H15v-6h4V8q0-1.25-.875-2.125T16 5t-2.125.875T13 8v8q0 2.075-1.463 3.538T8 21t-3.537-1.463"/></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.463%2019.538Q3%2018.075%203%2016V6.2q0-1.35.825-2.275T6%203h3v6H5v7q0%201.25.875%202.125T8%2019t2.125-.875T11%2016V8q0-2.075%201.463-3.537T16%203t3.538%201.463T21%208v10q0%201.275-.962%202.138T17.8%2021H15v-6h4V8q0-1.25-.875-2.125T16%205t-2.125.875T13%208v8q0%202.075-1.463%203.538T8%2021t-3.537-1.463%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.463%2019.538Q3%2018.075%203%2016V6.2q0-1.35.825-2.275T6%203h3v6H5v7q0%201.25.875%202.125T8%2019t2.125-.875T11%2016V8q0-2.075%201.463-3.537T16%203t3.538%201.463T21%208v10q0%201.275-.962%202.138T17.8%2021H15v-6h4V8q0-1.25-.875-2.125T16%205t-2.125.875T13%208v8q0%202.075-1.463%203.538T8%2021t-3.537-1.463%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/earbuds-sharp.svg?color=%231a73e8&size=48