round hearing disabled icon
round-hearing-disabled from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.
- Name
- round-hearing-disabled
- Set
- Google Material Icons
- Style
- Baseline
- Category
- AV
- Viewbox
- 24×24
- License
- Apache 2.0
More av icons from Google Material Icons
baseline-10kbaseline-1kbaseline-1k-plusbaseline-2kbaseline-2k-plusbaseline-3kbaseline-3k-plusbaseline-4kbaseline-4k-plusbaseline-5gbaseline-5kbaseline-5k-plusbaseline-6kbaseline-6k-plusbaseline-7kbaseline-7k-plusbaseline-8kbaseline-8k-plusbaseline-9kbaseline-9k-plusbaseline-add-to-queuebaseline-airplaybaseline-albumbaseline-art-track
Use the round 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="M16.96 3.3a.983.983 0 0 1 .07-1.32l.01-.01c.42-.42 1.12-.38 1.49.08C20.07 3.94 21 6.36 21 9a11 11 0 0 1-2.36 6.81l-1.43-1.43A8.96 8.96 0 0 0 19 9c0-2.17-.77-4.16-2.04-5.7M7.49 4.66A5.05 5.05 0 0 1 10 4c2.8 0 5 2.2 5 5c0 .8-.23 1.69-.63 2.54l1.48 1.48c.02-.04.05-.08.08-.13C16.62 11.65 17 10.26 17 9c0-3.93-3.07-7-7-7c-1.49 0-2.85.44-3.97 1.2zM10 6.5c-.21 0-.4.03-.59.08l3.01 3.01c.05-.19.08-.38.08-.59A2.5 2.5 0 0 0 10 6.5m10.49 13.99L3.51 3.51A.996.996 0 1 0 2.1 4.92l1.42 1.42c-.2.49-.35 1-.43 1.54c-.1.59.38 1.12.97 1.12h.04c.48 0 .89-.35.96-.82c.02-.08.04-.16.06-.23l6.62 6.62c-.88.68-1.78 1.41-2.27 2.9c-.5 1.5-1 2.01-1.71 2.38c-.2.09-.47.15-.76.15c-.88 0-1.63-.58-1.9-1.37c-.13-.39-.53-.63-.95-.63c-.66 0-1.15.64-.95 1.26a4.01 4.01 0 0 0 5.44 2.39c1.36-.71 2.13-1.73 2.73-3.55c.32-.98.9-1.43 1.71-2.05c.03-.02.05-.04.08-.06l5.91 5.91c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundHearingDisabled(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="M16.96 3.3a.983.983 0 0 1 .07-1.32l.01-.01c.42-.42 1.12-.38 1.49.08C20.07 3.94 21 6.36 21 9a11 11 0 0 1-2.36 6.81l-1.43-1.43A8.96 8.96 0 0 0 19 9c0-2.17-.77-4.16-2.04-5.7M7.49 4.66A5.05 5.05 0 0 1 10 4c2.8 0 5 2.2 5 5c0 .8-.23 1.69-.63 2.54l1.48 1.48c.02-.04.05-.08.08-.13C16.62 11.65 17 10.26 17 9c0-3.93-3.07-7-7-7c-1.49 0-2.85.44-3.97 1.2zM10 6.5c-.21 0-.4.03-.59.08l3.01 3.01c.05-.19.08-.38.08-.59A2.5 2.5 0 0 0 10 6.5m10.49 13.99L3.51 3.51A.996.996 0 1 0 2.1 4.92l1.42 1.42c-.2.49-.35 1-.43 1.54c-.1.59.38 1.12.97 1.12h.04c.48 0 .89-.35.96-.82c.02-.08.04-.16.06-.23l6.62 6.62c-.88.68-1.78 1.41-2.27 2.9c-.5 1.5-1 2.01-1.71 2.38c-.2.09-.47.15-.76.15c-.88 0-1.63-.58-1.9-1.37c-.13-.39-.53-.63-.95-.63c-.66 0-1.15.64-.95 1.26a4.01 4.01 0 0 0 5.44 2.39c1.36-.71 2.13-1.73 2.73-3.55c.32-.98.9-1.43 1.71-2.05c.03-.02.05-.04.08-.06l5.91 5.91c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.96 3.3a.983.983 0 0 1 .07-1.32l.01-.01c.42-.42 1.12-.38 1.49.08C20.07 3.94 21 6.36 21 9a11 11 0 0 1-2.36 6.81l-1.43-1.43A8.96 8.96 0 0 0 19 9c0-2.17-.77-4.16-2.04-5.7M7.49 4.66A5.05 5.05 0 0 1 10 4c2.8 0 5 2.2 5 5c0 .8-.23 1.69-.63 2.54l1.48 1.48c.02-.04.05-.08.08-.13C16.62 11.65 17 10.26 17 9c0-3.93-3.07-7-7-7c-1.49 0-2.85.44-3.97 1.2zM10 6.5c-.21 0-.4.03-.59.08l3.01 3.01c.05-.19.08-.38.08-.59A2.5 2.5 0 0 0 10 6.5m10.49 13.99L3.51 3.51A.996.996 0 1 0 2.1 4.92l1.42 1.42c-.2.49-.35 1-.43 1.54c-.1.59.38 1.12.97 1.12h.04c.48 0 .89-.35.96-.82c.02-.08.04-.16.06-.23l6.62 6.62c-.88.68-1.78 1.41-2.27 2.9c-.5 1.5-1 2.01-1.71 2.38c-.2.09-.47.15-.76.15c-.88 0-1.63-.58-1.9-1.37c-.13-.39-.53-.63-.95-.63c-.66 0-1.15.64-.95 1.26a4.01 4.01 0 0 0 5.44 2.39c1.36-.71 2.13-1.73 2.73-3.55c.32-.98.9-1.43 1.71-2.05c.03-.02.05-.04.08-.06l5.91 5.91c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41"/></svg> </template>
CSS
.icon-round-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%22M16.96%203.3a.983.983%200%200%201%20.07-1.32l.01-.01c.42-.42%201.12-.38%201.49.08C20.07%203.94%2021%206.36%2021%209a11%2011%200%200%201-2.36%206.81l-1.43-1.43A8.96%208.96%200%200%200%2019%209c0-2.17-.77-4.16-2.04-5.7M7.49%204.66A5.05%205.05%200%200%201%2010%204c2.8%200%205%202.2%205%205c0%20.8-.23%201.69-.63%202.54l1.48%201.48c.02-.04.05-.08.08-.13C16.62%2011.65%2017%2010.26%2017%209c0-3.93-3.07-7-7-7c-1.49%200-2.85.44-3.97%201.2zM10%206.5c-.21%200-.4.03-.59.08l3.01%203.01c.05-.19.08-.38.08-.59A2.5%202.5%200%200%200%2010%206.5m10.49%2013.99L3.51%203.51A.996.996%200%201%200%202.1%204.92l1.42%201.42c-.2.49-.35%201-.43%201.54c-.1.59.38%201.12.97%201.12h.04c.48%200%20.89-.35.96-.82c.02-.08.04-.16.06-.23l6.62%206.62c-.88.68-1.78%201.41-2.27%202.9c-.5%201.5-1%202.01-1.71%202.38c-.2.09-.47.15-.76.15c-.88%200-1.63-.58-1.9-1.37c-.13-.39-.53-.63-.95-.63c-.66%200-1.15.64-.95%201.26a4.01%204.01%200%200%200%205.44%202.39c1.36-.71%202.13-1.73%202.73-3.55c.32-.98.9-1.43%201.71-2.05c.03-.02.05-.04.08-.06l5.91%205.91c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41%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%22M16.96%203.3a.983.983%200%200%201%20.07-1.32l.01-.01c.42-.42%201.12-.38%201.49.08C20.07%203.94%2021%206.36%2021%209a11%2011%200%200%201-2.36%206.81l-1.43-1.43A8.96%208.96%200%200%200%2019%209c0-2.17-.77-4.16-2.04-5.7M7.49%204.66A5.05%205.05%200%200%201%2010%204c2.8%200%205%202.2%205%205c0%20.8-.23%201.69-.63%202.54l1.48%201.48c.02-.04.05-.08.08-.13C16.62%2011.65%2017%2010.26%2017%209c0-3.93-3.07-7-7-7c-1.49%200-2.85.44-3.97%201.2zM10%206.5c-.21%200-.4.03-.59.08l3.01%203.01c.05-.19.08-.38.08-.59A2.5%202.5%200%200%200%2010%206.5m10.49%2013.99L3.51%203.51A.996.996%200%201%200%202.1%204.92l1.42%201.42c-.2.49-.35%201-.43%201.54c-.1.59.38%201.12.97%201.12h.04c.48%200%20.89-.35.96-.82c.02-.08.04-.16.06-.23l6.62%206.62c-.88.68-1.78%201.41-2.27%202.9c-.5%201.5-1%202.01-1.71%202.38c-.2.09-.47.15-.76.15c-.88%200-1.63-.58-1.9-1.37c-.13-.39-.53-.63-.95-.63c-.66%200-1.15.64-.95%201.26a4.01%204.01%200%200%200%205.44%202.39c1.36-.71%202.13-1.73%202.73-3.55c.32-.98.9-1.43%201.71-2.05c.03-.02.05-.04.08-.06l5.91%205.91c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-hearing-disabled.svg?color=%231a73e8&size=48