hearing disabled icon
hearing-disabled from Material Symbols Light by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- hearing-disabled
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hearing-disabled-outline, hearing-disabled-outline-sharp, hearing-disabled-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the hearing disabled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.11 22.53l-7.537-7.536q-.923.804-1.428 1.277t-.784.812t-.417.658t-.336.863q-.5 1.43-1.428 2.163t-2.2.733q-1.322 0-2.305-.848T3.519 18.5h1.039q.173.864.866 1.432t1.557.568q.948 0 1.591-.548q.644-.548 1.132-1.794q.237-.618.413-.997q.177-.378.481-.75q.304-.373.827-.846t1.44-1.279L5.082 6.502q-.243.448-.383.951T4.519 8.5h-1q.039-.764.25-1.455q.212-.691.558-1.297l-2.44-2.44l.713-.714l19.223 19.223zm-2.864-7.101l-.713-.713q.951-1.272 1.45-2.72q.498-1.45.498-2.996q0-1.786-.62-3.417T17.023 2.6l.72-.67q1.319 1.46 2.028 3.29t.71 3.78q0 1.748-.572 3.387q-.57 1.638-1.663 3.042m-2.705-2.706l-.758-.758q.352-.69.525-1.436T15.48 9q0-2.317-1.591-3.909T9.98 3.5q-.764 0-1.495.201t-1.383.584l-.744-.744q.798-.518 1.72-.78q.924-.261 1.903-.261q2.783 0 4.641 1.859T16.481 9q0 1.029-.234 1.965q-.233.935-.707 1.758m-3.46-3.462L9.713 6.897q.068-.011.131-.011h.137q.896 0 1.506.61q.61.609.61 1.505q0 .073-.004.134q-.003.06-.014.127M9.98 11.117q-.897 0-1.506-.613T7.865 9q0-.248.047-.48q.046-.234.163-.45l2.842 2.842q-.217.111-.452.157t-.484.046"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHearingDisabled(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="m21.11 22.53l-7.537-7.536q-.923.804-1.428 1.277t-.784.812t-.417.658t-.336.863q-.5 1.43-1.428 2.163t-2.2.733q-1.322 0-2.305-.848T3.519 18.5h1.039q.173.864.866 1.432t1.557.568q.948 0 1.591-.548q.644-.548 1.132-1.794q.237-.618.413-.997q.177-.378.481-.75q.304-.373.827-.846t1.44-1.279L5.082 6.502q-.243.448-.383.951T4.519 8.5h-1q.039-.764.25-1.455q.212-.691.558-1.297l-2.44-2.44l.713-.714l19.223 19.223zm-2.864-7.101l-.713-.713q.951-1.272 1.45-2.72q.498-1.45.498-2.996q0-1.786-.62-3.417T17.023 2.6l.72-.67q1.319 1.46 2.028 3.29t.71 3.78q0 1.748-.572 3.387q-.57 1.638-1.663 3.042m-2.705-2.706l-.758-.758q.352-.69.525-1.436T15.48 9q0-2.317-1.591-3.909T9.98 3.5q-.764 0-1.495.201t-1.383.584l-.744-.744q.798-.518 1.72-.78q.924-.261 1.903-.261q2.783 0 4.641 1.859T16.481 9q0 1.029-.234 1.965q-.233.935-.707 1.758m-3.46-3.462L9.713 6.897q.068-.011.131-.011h.137q.896 0 1.506.61q.61.609.61 1.505q0 .073-.004.134q-.003.06-.014.127M9.98 11.117q-.897 0-1.506-.613T7.865 9q0-.248.047-.48q.046-.234.163-.45l2.842 2.842q-.217.111-.452.157t-.484.046"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.11 22.53l-7.537-7.536q-.923.804-1.428 1.277t-.784.812t-.417.658t-.336.863q-.5 1.43-1.428 2.163t-2.2.733q-1.322 0-2.305-.848T3.519 18.5h1.039q.173.864.866 1.432t1.557.568q.948 0 1.591-.548q.644-.548 1.132-1.794q.237-.618.413-.997q.177-.378.481-.75q.304-.373.827-.846t1.44-1.279L5.082 6.502q-.243.448-.383.951T4.519 8.5h-1q.039-.764.25-1.455q.212-.691.558-1.297l-2.44-2.44l.713-.714l19.223 19.223zm-2.864-7.101l-.713-.713q.951-1.272 1.45-2.72q.498-1.45.498-2.996q0-1.786-.62-3.417T17.023 2.6l.72-.67q1.319 1.46 2.028 3.29t.71 3.78q0 1.748-.572 3.387q-.57 1.638-1.663 3.042m-2.705-2.706l-.758-.758q.352-.69.525-1.436T15.48 9q0-2.317-1.591-3.909T9.98 3.5q-.764 0-1.495.201t-1.383.584l-.744-.744q.798-.518 1.72-.78q.924-.261 1.903-.261q2.783 0 4.641 1.859T16.481 9q0 1.029-.234 1.965q-.233.935-.707 1.758m-3.46-3.462L9.713 6.897q.068-.011.131-.011h.137q.896 0 1.506.61q.61.609.61 1.505q0 .073-.004.134q-.003.06-.014.127M9.98 11.117q-.897 0-1.506-.613T7.865 9q0-.248.047-.48q.046-.234.163-.45l2.842 2.842q-.217.111-.452.157t-.484.046"/></svg> </template>
CSS
.icon-hearing-disabled {
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%22m21.11%2022.53l-7.537-7.536q-.923.804-1.428%201.277t-.784.812t-.417.658t-.336.863q-.5%201.43-1.428%202.163t-2.2.733q-1.322%200-2.305-.848T3.519%2018.5h1.039q.173.864.866%201.432t1.557.568q.948%200%201.591-.548q.644-.548%201.132-1.794q.237-.618.413-.997q.177-.378.481-.75q.304-.373.827-.846t1.44-1.279L5.082%206.502q-.243.448-.383.951T4.519%208.5h-1q.039-.764.25-1.455q.212-.691.558-1.297l-2.44-2.44l.713-.714l19.223%2019.223zm-2.864-7.101l-.713-.713q.951-1.272%201.45-2.72q.498-1.45.498-2.996q0-1.786-.62-3.417T17.023%202.6l.72-.67q1.319%201.46%202.028%203.29t.71%203.78q0%201.748-.572%203.387q-.57%201.638-1.663%203.042m-2.705-2.706l-.758-.758q.352-.69.525-1.436T15.48%209q0-2.317-1.591-3.909T9.98%203.5q-.764%200-1.495.201t-1.383.584l-.744-.744q.798-.518%201.72-.78q.924-.261%201.903-.261q2.783%200%204.641%201.859T16.481%209q0%201.029-.234%201.965q-.233.935-.707%201.758m-3.46-3.462L9.713%206.897q.068-.011.131-.011h.137q.896%200%201.506.61q.61.609.61%201.505q0%20.073-.004.134q-.003.06-.014.127M9.98%2011.117q-.897%200-1.506-.613T7.865%209q0-.248.047-.48q.046-.234.163-.45l2.842%202.842q-.217.111-.452.157t-.484.046%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%22m21.11%2022.53l-7.537-7.536q-.923.804-1.428%201.277t-.784.812t-.417.658t-.336.863q-.5%201.43-1.428%202.163t-2.2.733q-1.322%200-2.305-.848T3.519%2018.5h1.039q.173.864.866%201.432t1.557.568q.948%200%201.591-.548q.644-.548%201.132-1.794q.237-.618.413-.997q.177-.378.481-.75q.304-.373.827-.846t1.44-1.279L5.082%206.502q-.243.448-.383.951T4.519%208.5h-1q.039-.764.25-1.455q.212-.691.558-1.297l-2.44-2.44l.713-.714l19.223%2019.223zm-2.864-7.101l-.713-.713q.951-1.272%201.45-2.72q.498-1.45.498-2.996q0-1.786-.62-3.417T17.023%202.6l.72-.67q1.319%201.46%202.028%203.29t.71%203.78q0%201.748-.572%203.387q-.57%201.638-1.663%203.042m-2.705-2.706l-.758-.758q.352-.69.525-1.436T15.48%209q0-2.317-1.591-3.909T9.98%203.5q-.764%200-1.495.201t-1.383.584l-.744-.744q.798-.518%201.72-.78q.924-.261%201.903-.261q2.783%200%204.641%201.859T16.481%209q0%201.029-.234%201.965q-.233.935-.707%201.758m-3.46-3.462L9.713%206.897q.068-.011.131-.011h.137q.896%200%201.506.61q.61.609.61%201.505q0%20.073-.004.134q-.003.06-.014.127M9.98%2011.117q-.897%200-1.506-.613T7.865%209q0-.248.047-.48q.046-.234.163-.45l2.842%202.842q-.217.111-.452.157t-.484.046%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hearing-disabled.svg?color=%231a73e8&size=48