hearing aid disabled icon

hearing-aid-disabled-outline from Material Symbols by Google · Outline · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
hearing-aid-disabled-outline
Set
Material Symbols
Style
Outline
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
hearing-aid-disabled-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the hearing aid disabled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-1.65 0-2.825-1.175T3 18q0-.975.213-1.937t.712-1.763l-1.5-1.2L6.55 9.525q-.125-.675.038-1.3t.512-1.15l4.85 4.85q-.475.325-1.037.475t-1.188.1l-2.5 4.4l-1.7-1.35q-.275.525-.4 1.163T5 18q0 .825.6 1.413T7 20q.775 0 1.313-.5t.987-1.65q.275-.675.5-1.15t.5-.837t.625-.663t.825-.625L5.1 7.925q-.05.275-.075.538T5 9H3q0-.725.125-1.388T3.5 6.326l-2.1-2.1L2.8 2.8l18.4 18.4l-1.425 1.4l-6.625-6.625q-.5.4-.812.7t-.525.6t-.388.688t-.375.987q-.5 1.45-1.562 2.25T7 22m11.65-6.225l-1.425-1.425q.875-1.175 1.325-2.538T19 9q0-1.825-.687-3.475T16.35 2.6l1.45-1.4q1.55 1.575 2.375 3.588T21 9q0 1.825-.6 3.55t-1.75 3.225m-2.725-2.725l-1.45-1.45q.275-.575.4-1.225T15 9q0-2.125-1.437-3.562T10 4q-.65 0-1.275.163t-1.2.487L6.05 3.175Q6.925 2.6 7.925 2.3T10 2q2.975 0 4.988 2.013T17 9q0 1.125-.262 2.138t-.813 1.912m-2.7-2.7L8.65 5.775q.325-.125.663-.2T10 5.5q1.45 0 2.475 1.025T13.5 9q0 .35-.075.688t-.2.662m-6.6 3.55l1.2-2.15q-.1-.075-.187-.162L7.45 11.4l-1.875 1.65zm.075-1.25"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHearingAidDisabledOutline(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="M7 22q-1.65 0-2.825-1.175T3 18q0-.975.213-1.937t.712-1.763l-1.5-1.2L6.55 9.525q-.125-.675.038-1.3t.512-1.15l4.85 4.85q-.475.325-1.037.475t-1.188.1l-2.5 4.4l-1.7-1.35q-.275.525-.4 1.163T5 18q0 .825.6 1.413T7 20q.775 0 1.313-.5t.987-1.65q.275-.675.5-1.15t.5-.837t.625-.663t.825-.625L5.1 7.925q-.05.275-.075.538T5 9H3q0-.725.125-1.388T3.5 6.326l-2.1-2.1L2.8 2.8l18.4 18.4l-1.425 1.4l-6.625-6.625q-.5.4-.812.7t-.525.6t-.388.688t-.375.987q-.5 1.45-1.562 2.25T7 22m11.65-6.225l-1.425-1.425q.875-1.175 1.325-2.538T19 9q0-1.825-.687-3.475T16.35 2.6l1.45-1.4q1.55 1.575 2.375 3.588T21 9q0 1.825-.6 3.55t-1.75 3.225m-2.725-2.725l-1.45-1.45q.275-.575.4-1.225T15 9q0-2.125-1.437-3.562T10 4q-.65 0-1.275.163t-1.2.487L6.05 3.175Q6.925 2.6 7.925 2.3T10 2q2.975 0 4.988 2.013T17 9q0 1.125-.262 2.138t-.813 1.912m-2.7-2.7L8.65 5.775q.325-.125.663-.2T10 5.5q1.45 0 2.475 1.025T13.5 9q0 .35-.075.688t-.2.662m-6.6 3.55l1.2-2.15q-.1-.075-.187-.162L7.45 11.4l-1.875 1.65zm.075-1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-1.65 0-2.825-1.175T3 18q0-.975.213-1.937t.712-1.763l-1.5-1.2L6.55 9.525q-.125-.675.038-1.3t.512-1.15l4.85 4.85q-.475.325-1.037.475t-1.188.1l-2.5 4.4l-1.7-1.35q-.275.525-.4 1.163T5 18q0 .825.6 1.413T7 20q.775 0 1.313-.5t.987-1.65q.275-.675.5-1.15t.5-.837t.625-.663t.825-.625L5.1 7.925q-.05.275-.075.538T5 9H3q0-.725.125-1.388T3.5 6.326l-2.1-2.1L2.8 2.8l18.4 18.4l-1.425 1.4l-6.625-6.625q-.5.4-.812.7t-.525.6t-.388.688t-.375.987q-.5 1.45-1.562 2.25T7 22m11.65-6.225l-1.425-1.425q.875-1.175 1.325-2.538T19 9q0-1.825-.687-3.475T16.35 2.6l1.45-1.4q1.55 1.575 2.375 3.588T21 9q0 1.825-.6 3.55t-1.75 3.225m-2.725-2.725l-1.45-1.45q.275-.575.4-1.225T15 9q0-2.125-1.437-3.562T10 4q-.65 0-1.275.163t-1.2.487L6.05 3.175Q6.925 2.6 7.925 2.3T10 2q2.975 0 4.988 2.013T17 9q0 1.125-.262 2.138t-.813 1.912m-2.7-2.7L8.65 5.775q.325-.125.663-.2T10 5.5q1.45 0 2.475 1.025T13.5 9q0 .35-.075.688t-.2.662m-6.6 3.55l1.2-2.15q-.1-.075-.187-.162L7.45 11.4l-1.875 1.65zm.075-1.25"/></svg>
</template>

CSS

.icon-hearing-aid-disabled-outline {
  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%22M7%2022q-1.65%200-2.825-1.175T3%2018q0-.975.213-1.937t.712-1.763l-1.5-1.2L6.55%209.525q-.125-.675.038-1.3t.512-1.15l4.85%204.85q-.475.325-1.037.475t-1.188.1l-2.5%204.4l-1.7-1.35q-.275.525-.4%201.163T5%2018q0%20.825.6%201.413T7%2020q.775%200%201.313-.5t.987-1.65q.275-.675.5-1.15t.5-.837t.625-.663t.825-.625L5.1%207.925q-.05.275-.075.538T5%209H3q0-.725.125-1.388T3.5%206.326l-2.1-2.1L2.8%202.8l18.4%2018.4l-1.425%201.4l-6.625-6.625q-.5.4-.812.7t-.525.6t-.388.688t-.375.987q-.5%201.45-1.562%202.25T7%2022m11.65-6.225l-1.425-1.425q.875-1.175%201.325-2.538T19%209q0-1.825-.687-3.475T16.35%202.6l1.45-1.4q1.55%201.575%202.375%203.588T21%209q0%201.825-.6%203.55t-1.75%203.225m-2.725-2.725l-1.45-1.45q.275-.575.4-1.225T15%209q0-2.125-1.437-3.562T10%204q-.65%200-1.275.163t-1.2.487L6.05%203.175Q6.925%202.6%207.925%202.3T10%202q2.975%200%204.988%202.013T17%209q0%201.125-.262%202.138t-.813%201.912m-2.7-2.7L8.65%205.775q.325-.125.663-.2T10%205.5q1.45%200%202.475%201.025T13.5%209q0%20.35-.075.688t-.2.662m-6.6%203.55l1.2-2.15q-.1-.075-.187-.162L7.45%2011.4l-1.875%201.65zm.075-1.25%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%22M7%2022q-1.65%200-2.825-1.175T3%2018q0-.975.213-1.937t.712-1.763l-1.5-1.2L6.55%209.525q-.125-.675.038-1.3t.512-1.15l4.85%204.85q-.475.325-1.037.475t-1.188.1l-2.5%204.4l-1.7-1.35q-.275.525-.4%201.163T5%2018q0%20.825.6%201.413T7%2020q.775%200%201.313-.5t.987-1.65q.275-.675.5-1.15t.5-.837t.625-.663t.825-.625L5.1%207.925q-.05.275-.075.538T5%209H3q0-.725.125-1.388T3.5%206.326l-2.1-2.1L2.8%202.8l18.4%2018.4l-1.425%201.4l-6.625-6.625q-.5.4-.812.7t-.525.6t-.388.688t-.375.987q-.5%201.45-1.562%202.25T7%2022m11.65-6.225l-1.425-1.425q.875-1.175%201.325-2.538T19%209q0-1.825-.687-3.475T16.35%202.6l1.45-1.4q1.55%201.575%202.375%203.588T21%209q0%201.825-.6%203.55t-1.75%203.225m-2.725-2.725l-1.45-1.45q.275-.575.4-1.225T15%209q0-2.125-1.437-3.562T10%204q-.65%200-1.275.163t-1.2.487L6.05%203.175Q6.925%202.6%207.925%202.3T10%202q2.975%200%204.988%202.013T17%209q0%201.125-.262%202.138t-.813%201.912m-2.7-2.7L8.65%205.775q.325-.125.663-.2T10%205.5q1.45%200%202.475%201.025T13.5%209q0%20.35-.075.688t-.2.662m-6.6%203.55l1.2-2.15q-.1-.075-.187-.162L7.45%2011.4l-1.875%201.65zm.075-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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