hearing aid disabled icon
hearing-aid-disabled-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- hearing-aid-disabled-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
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="M9.98 3.5q-.672 0-1.31.165q-.64.164-1.243.48q-.183.097-.387.024q-.206-.073-.304-.255t-.027-.388t.252-.303q.708-.352 1.473-.537Q9.198 2.5 9.98 2.5q1.304 0 2.514.474t2.115 1.397Q16.116 5.877 16.423 8q.308 2.122-.577 4.09q-.092.182-.281.258t-.373-.016t-.27-.282q-.09-.19.003-.372q.756-1.673.503-3.474t-1.551-3.1q-.783-.782-1.791-1.192Q11.077 3.5 9.98 3.5m9.5 5.512q0-1.652-.539-3.18q-.538-1.526-1.584-2.841q-.14-.177-.14-.378t.165-.347t.357-.131q.19.015.331.186q1.143 1.404 1.776 3.13q.634 1.726.634 3.56q0 1.589-.489 3.125q-.488 1.535-1.403 2.86q-.104.177-.312.195t-.379-.116t-.198-.32t.077-.363q.817-1.204 1.26-2.574t.444-2.807m-7.402.25L9.714 6.896q.067-.012.13-.012h.137q.896 0 1.506.61T12.097 9q0 .073-.004.134q-.002.06-.014.127M6.904 21.5q-1.477 0-2.537-1.03t-1.06-2.508q0-1.168.415-2.025q.414-.856 1.03-1.637l-.78-.623q-.299-.243-.312-.618q-.012-.376.28-.619l3.148-2.723Q6.926 9.1 7.04 8.523t.406-1.082l4.12 4.119q-.457.286-1 .388t-1.13-.006l-1.905 3.375q-.187.324-.553.392t-.659-.15l-.755-.605q-.525.621-.891 1.307q-.365.685-.365 1.7q0 1.056.773 1.798q.773.741 1.823.741q1.005 0 1.658-.548q.654-.548 1.142-1.794q.236-.618.413-.997q.177-.378.481-.75q.304-.373.827-.846t1.44-1.279L5.081 6.502q-.243.467-.383.97T4.519 8.5q0 .214-.143.357T4.019 9t-.356-.143t-.144-.357q0-.738.222-1.42q.22-.682.586-1.332L2.241 3.661q-.147-.146-.157-.347q-.009-.2.156-.366q.166-.165.357-.165q.192 0 .357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165l-7.183-7.177q-.923.804-1.428 1.277t-.784.812t-.417.658t-.336.863q-.5 1.43-1.438 2.163t-2.266.733"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHearingAidDisabledRounded(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="M9.98 3.5q-.672 0-1.31.165q-.64.164-1.243.48q-.183.097-.387.024q-.206-.073-.304-.255t-.027-.388t.252-.303q.708-.352 1.473-.537Q9.198 2.5 9.98 2.5q1.304 0 2.514.474t2.115 1.397Q16.116 5.877 16.423 8q.308 2.122-.577 4.09q-.092.182-.281.258t-.373-.016t-.27-.282q-.09-.19.003-.372q.756-1.673.503-3.474t-1.551-3.1q-.783-.782-1.791-1.192Q11.077 3.5 9.98 3.5m9.5 5.512q0-1.652-.539-3.18q-.538-1.526-1.584-2.841q-.14-.177-.14-.378t.165-.347t.357-.131q.19.015.331.186q1.143 1.404 1.776 3.13q.634 1.726.634 3.56q0 1.589-.489 3.125q-.488 1.535-1.403 2.86q-.104.177-.312.195t-.379-.116t-.198-.32t.077-.363q.817-1.204 1.26-2.574t.444-2.807m-7.402.25L9.714 6.896q.067-.012.13-.012h.137q.896 0 1.506.61T12.097 9q0 .073-.004.134q-.002.06-.014.127M6.904 21.5q-1.477 0-2.537-1.03t-1.06-2.508q0-1.168.415-2.025q.414-.856 1.03-1.637l-.78-.623q-.299-.243-.312-.618q-.012-.376.28-.619l3.148-2.723Q6.926 9.1 7.04 8.523t.406-1.082l4.12 4.119q-.457.286-1 .388t-1.13-.006l-1.905 3.375q-.187.324-.553.392t-.659-.15l-.755-.605q-.525.621-.891 1.307q-.365.685-.365 1.7q0 1.056.773 1.798q.773.741 1.823.741q1.005 0 1.658-.548q.654-.548 1.142-1.794q.236-.618.413-.997q.177-.378.481-.75q.304-.373.827-.846t1.44-1.279L5.081 6.502q-.243.467-.383.97T4.519 8.5q0 .214-.143.357T4.019 9t-.356-.143t-.144-.357q0-.738.222-1.42q.22-.682.586-1.332L2.241 3.661q-.147-.146-.157-.347q-.009-.2.156-.366q.166-.165.357-.165q.192 0 .357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165l-7.183-7.177q-.923.804-1.428 1.277t-.784.812t-.417.658t-.336.863q-.5 1.43-1.438 2.163t-2.266.733"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.98 3.5q-.672 0-1.31.165q-.64.164-1.243.48q-.183.097-.387.024q-.206-.073-.304-.255t-.027-.388t.252-.303q.708-.352 1.473-.537Q9.198 2.5 9.98 2.5q1.304 0 2.514.474t2.115 1.397Q16.116 5.877 16.423 8q.308 2.122-.577 4.09q-.092.182-.281.258t-.373-.016t-.27-.282q-.09-.19.003-.372q.756-1.673.503-3.474t-1.551-3.1q-.783-.782-1.791-1.192Q11.077 3.5 9.98 3.5m9.5 5.512q0-1.652-.539-3.18q-.538-1.526-1.584-2.841q-.14-.177-.14-.378t.165-.347t.357-.131q.19.015.331.186q1.143 1.404 1.776 3.13q.634 1.726.634 3.56q0 1.589-.489 3.125q-.488 1.535-1.403 2.86q-.104.177-.312.195t-.379-.116t-.198-.32t.077-.363q.817-1.204 1.26-2.574t.444-2.807m-7.402.25L9.714 6.896q.067-.012.13-.012h.137q.896 0 1.506.61T12.097 9q0 .073-.004.134q-.002.06-.014.127M6.904 21.5q-1.477 0-2.537-1.03t-1.06-2.508q0-1.168.415-2.025q.414-.856 1.03-1.637l-.78-.623q-.299-.243-.312-.618q-.012-.376.28-.619l3.148-2.723Q6.926 9.1 7.04 8.523t.406-1.082l4.12 4.119q-.457.286-1 .388t-1.13-.006l-1.905 3.375q-.187.324-.553.392t-.659-.15l-.755-.605q-.525.621-.891 1.307q-.365.685-.365 1.7q0 1.056.773 1.798q.773.741 1.823.741q1.005 0 1.658-.548q.654-.548 1.142-1.794q.236-.618.413-.997q.177-.378.481-.75q.304-.373.827-.846t1.44-1.279L5.081 6.502q-.243.467-.383.97T4.519 8.5q0 .214-.143.357T4.019 9t-.356-.143t-.144-.357q0-.738.222-1.42q.22-.682.586-1.332L2.241 3.661q-.147-.146-.157-.347q-.009-.2.156-.366q.166-.165.357-.165q.192 0 .357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165l-7.183-7.177q-.923.804-1.428 1.277t-.784.812t-.417.658t-.336.863q-.5 1.43-1.438 2.163t-2.266.733"/></svg> </template>
CSS
.icon-hearing-aid-disabled-rounded {
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%22M9.98%203.5q-.672%200-1.31.165q-.64.164-1.243.48q-.183.097-.387.024q-.206-.073-.304-.255t-.027-.388t.252-.303q.708-.352%201.473-.537Q9.198%202.5%209.98%202.5q1.304%200%202.514.474t2.115%201.397Q16.116%205.877%2016.423%208q.308%202.122-.577%204.09q-.092.182-.281.258t-.373-.016t-.27-.282q-.09-.19.003-.372q.756-1.673.503-3.474t-1.551-3.1q-.783-.782-1.791-1.192Q11.077%203.5%209.98%203.5m9.5%205.512q0-1.652-.539-3.18q-.538-1.526-1.584-2.841q-.14-.177-.14-.378t.165-.347t.357-.131q.19.015.331.186q1.143%201.404%201.776%203.13q.634%201.726.634%203.56q0%201.589-.489%203.125q-.488%201.535-1.403%202.86q-.104.177-.312.195t-.379-.116t-.198-.32t.077-.363q.817-1.204%201.26-2.574t.444-2.807m-7.402.25L9.714%206.896q.067-.012.13-.012h.137q.896%200%201.506.61T12.097%209q0%20.073-.004.134q-.002.06-.014.127M6.904%2021.5q-1.477%200-2.537-1.03t-1.06-2.508q0-1.168.415-2.025q.414-.856%201.03-1.637l-.78-.623q-.299-.243-.312-.618q-.012-.376.28-.619l3.148-2.723Q6.926%209.1%207.04%208.523t.406-1.082l4.12%204.119q-.457.286-1%20.388t-1.13-.006l-1.905%203.375q-.187.324-.553.392t-.659-.15l-.755-.605q-.525.621-.891%201.307q-.365.685-.365%201.7q0%201.056.773%201.798q.773.741%201.823.741q1.005%200%201.658-.548q.654-.548%201.142-1.794q.236-.618.413-.997q.177-.378.481-.75q.304-.373.827-.846t1.44-1.279L5.081%206.502q-.243.467-.383.97T4.519%208.5q0%20.214-.143.357T4.019%209t-.356-.143t-.144-.357q0-.738.222-1.42q.22-.682.586-1.332L2.241%203.661q-.147-.146-.157-.347q-.009-.2.156-.366q.166-.165.357-.165q.192%200%20.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165l-7.183-7.177q-.923.804-1.428%201.277t-.784.812t-.417.658t-.336.863q-.5%201.43-1.438%202.163t-2.266.733%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%22M9.98%203.5q-.672%200-1.31.165q-.64.164-1.243.48q-.183.097-.387.024q-.206-.073-.304-.255t-.027-.388t.252-.303q.708-.352%201.473-.537Q9.198%202.5%209.98%202.5q1.304%200%202.514.474t2.115%201.397Q16.116%205.877%2016.423%208q.308%202.122-.577%204.09q-.092.182-.281.258t-.373-.016t-.27-.282q-.09-.19.003-.372q.756-1.673.503-3.474t-1.551-3.1q-.783-.782-1.791-1.192Q11.077%203.5%209.98%203.5m9.5%205.512q0-1.652-.539-3.18q-.538-1.526-1.584-2.841q-.14-.177-.14-.378t.165-.347t.357-.131q.19.015.331.186q1.143%201.404%201.776%203.13q.634%201.726.634%203.56q0%201.589-.489%203.125q-.488%201.535-1.403%202.86q-.104.177-.312.195t-.379-.116t-.198-.32t.077-.363q.817-1.204%201.26-2.574t.444-2.807m-7.402.25L9.714%206.896q.067-.012.13-.012h.137q.896%200%201.506.61T12.097%209q0%20.073-.004.134q-.002.06-.014.127M6.904%2021.5q-1.477%200-2.537-1.03t-1.06-2.508q0-1.168.415-2.025q.414-.856%201.03-1.637l-.78-.623q-.299-.243-.312-.618q-.012-.376.28-.619l3.148-2.723Q6.926%209.1%207.04%208.523t.406-1.082l4.12%204.119q-.457.286-1%20.388t-1.13-.006l-1.905%203.375q-.187.324-.553.392t-.659-.15l-.755-.605q-.525.621-.891%201.307q-.365.685-.365%201.7q0%201.056.773%201.798q.773.741%201.823.741q1.005%200%201.658-.548q.654-.548%201.142-1.794q.236-.618.413-.997q.177-.378.481-.75q.304-.373.827-.846t1.44-1.279L5.081%206.502q-.243.467-.383.97T4.519%208.5q0%20.214-.143.357T4.019%209t-.356-.143t-.144-.357q0-.738.222-1.42q.22-.682.586-1.332L2.241%203.661q-.147-.146-.157-.347q-.009-.2.156-.366q.166-.165.357-.165q.192%200%20.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165l-7.183-7.177q-.923.804-1.428%201.277t-.784.812t-.417.658t-.336.863q-.5%201.43-1.438%202.163t-2.266.733%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-aid-disabled-rounded.svg?color=%231a73e8&size=48