Hearing Aid Disabled icon

Hearing Aid Disabled 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_disabled_outlined_fill0_wght400.svg

Hearing Aid Disabled 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_disabled" />

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

Hearing Aid Disabled icon in React

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

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

Hearing Aid Disabled icon in Vue

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

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

Hearing Aid Disabled icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Hearing Aid Disabled icon in Android

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

<!-- res/drawable/hearing_aid_disabled.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.975q-1.8 0-2.787-1.225T3 17.875q0-.975 .375-1.875t1.05-1.625l-1.6-1.275 3.975-3.475q-.125-.65 0-1.262t.45-1.113l4.5 4.5q-.475 .3-1.037 .425t-1.138 .05l-2.425 4.3-1.525-1.225q-.5 .525-.812 1.188T4.5 17.875q0 1.05 .55 1.825t1.725 .775q.925 0 1.613-.562T9.55 18.225q.275-.65 .575-1.187t.638-.988q.337-.45 .725-.837T12.325 14.475L4.825 6.975q-.125 .375-.212 .788T4.5 8.6h-1.5q.05-.75 .213-1.45t.462-1.325L.65 2.8l1.075-1.075L21.9 21.9l-1.075 1.075-7.4-7.4q-.55 .45-.937 .813T11.825 17.15q-.275 .4-.512 .875T10.825 19.15q-.5 1.325-1.575 2.075t-2.475 .75Zm11.525-5.825-1.075-1.075q1.125-1.325 1.7-2.937T19.5 8.8q0-1.925-.662-3.637T16.9 2.175l1.125-1q1.425 1.475 2.2 3.45t.775 4.175q0 2.025-.687 3.9T18.3 16.15ZM15.55 13.4l-1.15-1.15q.425-.725 .638-1.537T15.25 8.9q0-2.25-1.525-3.787T9.95 3.575q-.925 0-1.737 .25T6.7 4.55l-1.075-1.075q.9-.675 2-1.037t2.325-.363q3 0 4.9 1.913T16.75 8.9q0 1.4-.287 2.488T15.55 13.4ZM12.8 10.65 8.35 6.2q.35-.2 .775-.325t.875-.125q1.35 0 2.3 .95t.95 2.3q0 .45-.125 .875t-.325 .775ZM6.7 14.275l1.475-2.6q-.2-.125-.375-.275t-.325-.35l-2.3 2 1.525 1.225Zm-.025-1.625Z" />
</vector>

Hearing Aid Disabled icon in SVG

npm install @material-symbols/svg-400

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

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

Hearing Aid Disabled 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 Disabled
Ligaturehearing_aid_disabled
Code pointU+F3B0
CategoryAudio&Video
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/hearing_aid_disabled.svg, hearing_aid_disabled-fill.svg
FlutterSymbols.hearing_aid_disabled
LicenseApache License 2.0 (© Google LLC)

Keywords

audio and videoonoffslashenabledhealthaccessaudiosoundhealthcarediagonal linehelpblocked

Related icons