Earbuds 2 icon

Earbuds 2 is a Google Material Symbol from the Hardware category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

earbuds_2_outlined_fill0_wght400.svg

Earbuds 2 icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=earbuds_2" />

<span class="material-symbols-outlined">earbuds_2</span>

Earbuds 2 icon in React

// With the font from the HTML tab:
export function Earbuds2Icon() {
  return (
    <span className="material-symbols-outlined">
      earbuds_2
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import Earbuds2Icon from "@material-symbols/svg-400/outlined/earbuds_2.svg?react";

Earbuds 2 icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">earbuds_2</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import Earbuds2Icon from "@material-symbols/svg-400/outlined/earbuds_2.svg?component"; -->

Earbuds 2 icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">earbuds_2</mat-icon>

Earbuds 2 icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.earbuds_2, fill: 0, weight: 400)

Earbuds 2 icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/earbuds_2.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M17.675 23q-.525 0-.887-.375T16.425 21.725v-3.85H13.925v-1.5h4v5.125h1.575v-5.125h2v-2.625H13.925v-1.5h7.8q.5 0 .888 .375t.387 .875v3.1q0 .553-.372 .914Q22.256 17.875 21.725 17.875h-.725v3.85q0 .553-.372 .914Q20.256 23 19.725 23h-2.05ZM12.15 18.9q-1.627 0-2.776-1.099Q8.225 16.701 8.225 15.076q0-1.601 1.149-2.713T12.15 11.25h1.775v7.65h-1.775Zm.275-1.525v-4.6h-.275q-.998 0-1.712 .674T9.725 15.087q0 .963 .713 1.626T12.15 17.375h.275ZM4.275 12.75q-.552 0-.914-.361Q3 12.028 3 11.475v-3.85H2.275q-.552 0-.914-.361Q1 6.903 1 6.35v-3.1q0-.5 .375-.875t.9-.375h7.8v1.5H2.5v2.625h2v5.125h1.575v-5.125h4v1.5H7.575v3.85q0 .525-.375 .9t-.875 .375h-2.05Zm5.8-4.1v-7.65h1.775q1.604 0 2.764 1.112Q15.775 3.223 15.775 4.825 15.775 6.45 14.614 7.55T11.85 8.65h-1.775Zm1.5-1.525h.275q.975 0 1.7-.662t.725-1.626q0-.963-.725-1.638T11.85 2.525h-.275v4.6Zm.85 7.95Zm-.85-10.25Zm-6.275-.025Zm13.425 10.25Z" />
</vector>

Earbuds 2 icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/earbuds_2.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/earbuds_2.svg" width="24" height="24" alt="Earbuds 2">

Earbuds 2 icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameEarbuds 2
Ligatureearbuds_2
Code pointU+F324
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/earbuds_2.svg, earbuds_2-fill.svg
FlutterSymbols.earbuds_2
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwaremobilemediaaudiowirelesssoundentertainmentmusicconnectivityelectronicaccessorylistenportable

Related icons