Ear Sound icon

Ear Sound is a Google Material Symbol from the Audio&Video 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

ear_sound_outlined_fill0_wght400.svg

Ear Sound 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=ear_sound" />

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

Ear Sound icon in React

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

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

Ear Sound icon in Vue

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

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

Ear Sound icon in Angular

With Angular Material and the font from the HTML tab:

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

Ear Sound 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.ear_sound, fill: 0, weight: 400)

Ear Sound icon in Android

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

<!-- res/drawable/ear_sound.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="M5.8 21.975q1.425 0 2.475-.775t1.55-2.05q.5-1.275 .988-1.987T12.65 15.375q1.65-1.325 2.375-2.825t.725-3.65q0-3-1.9-4.912T8.95 2.075q-2.95 0-4.887 1.838T2 8.6h1.5q.125-2.2 1.638-3.612T8.95 3.575q2.25 0 3.775 1.538T14.25 8.9q0 1.8-.7 3.113T11.225 14.55q-.975 .725-1.562 1.575T8.55 18.225q-.425 1.05-1.112 1.65T5.8 20.475q-.875 0-1.512-.6T3.525 18.4H2.025q.125 1.5 1.2 2.538T5.8 21.975Zm4.8-11.425q.675-.675 .675-1.65t-.675-1.675q-.675-.7-1.65-.7t-1.675 .7q-.7 .7-.7 1.675t.7 1.65q.7 .675 1.675 .675t1.65-.675Zm8.075 3.775-1.175-1.15q.5-.975 .75-2.062t.25-2.263q0-1.175-.25-2.262T17.525 4.525l1.15-1.15q.65 1.225 .988 2.588T20 8.825q0 1.5-.337 2.875T18.675 14.325Zm2.925 2.85-1.125-1.075q.95-1.575 1.488-3.4T22.5 8.9q0-2-.537-3.837T20.45 1.65l1.125-1.1q1.175 1.8 1.8 3.913T24 8.9q0 2.3-.625 4.388T21.6 17.175Z" />
</vector>

Ear Sound icon in SVG

npm install @material-symbols/svg-400

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

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

Ear Sound 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

NameEar Sound
Ligatureear_sound
Code pointU+F356
CategoryAudio&Video
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/ear_sound.svg, ear_sound-fill.svg
FlutterSymbols.ear_sound
LicenseApache License 2.0 (© Google LLC)

Keywords

audio and videohumanhealthaccessaudiobodymedicalsilhouettehelpvolumeaccessibilityassistancelisten

Related icons