Hearing Aid icon

Hearing Aid 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

hearing_aid_outlined_fill0_wght400.svg

Hearing Aid 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=hearing_aid" />

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

Hearing Aid icon in React

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

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

Hearing Aid icon in Vue

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

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

Hearing Aid icon in Angular

With Angular Material and the font from the HTML tab:

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

Hearing Aid 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.hearing_aid, fill: 0, weight: 400)

Hearing Aid icon in Android

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

<!-- res/drawable/hearing_aid.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="M6.775 21.975q1.35 0 2.45-.775t1.6-2.05q.425-1.075 1.138-2.025t1.687-1.75q1.475-1.175 2.288-2.875T16.75 8.9q0-2.85-1.987-4.837T9.95 2.075q-2.825 0-4.825 1.888T3 8.6h1.5q.125-2.125 1.688-3.575T9.95 3.575q2.2 0 3.75 1.55t1.55 3.775q0 1.6-.787 3.075T12.225 14.55q-.825 .625-1.487 1.538T9.55 18.225q-.375 .925-1.087 1.588T6.775 20.475q-1.175 0-1.725-.775t-.55-1.825q0-.725 .313-1.387T5.625 15.3l1.525 1.225 2.425-4.3q1.45 .2 2.563-.762T13.25 9q0-1.35-.95-2.3t-2.3-.95q-1.575 0-2.537 1.188T6.8 9.625L2.825 13.1l1.6 1.275q-.675 .725-1.05 1.625t-.375 1.875q0 1.65 .988 2.875T6.775 21.975Zm11.25-5.525q1.45-1.6 2.213-3.562T21 8.8q0-2.2-.775-4.175t-2.2-3.45l-1.125 1q1.275 1.275 1.938 2.988T19.5 8.8q0 1.85-.662 3.563T16.9 15.425l1.125 1.025Zm-11.325-2.175-1.525-1.225 2.3-2q.15 .2 .325 .35t.375 .275l-1.475 2.6Zm2.063-4.037Q8.25 9.725 8.25 9t.513-1.237Q9.275 7.25 10 7.25t1.238 .513Q11.75 8.275 11.75 9t-.512 1.238Q10.725 10.75 10 10.75t-1.237-.512ZM6.675 12.65Zm3.325-3.65Z" />
</vector>

Hearing Aid icon in SVG

npm install @material-symbols/svg-400

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

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

Hearing Aid 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

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

Keywords

audio and videohumanhealthaudiobodysoundmedicalhelpvolumeaccessibilitylistenaccessiblelistening

Related icons