ear hearing off icon
ear-hearing-off from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.
- Name
- ear-hearing-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Medical / Hospital
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hearing-impaired
More medical / hospital icons from Material Design Icons
Use the ear hearing off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 4.27L2.28 3L20 20.72L18.73 22l-5.82-5.82c-.72.56-1.24 1.01-1.54 1.92c-.6 1.82-1.37 2.84-2.73 3.55c-.51.23-1.07.35-1.64.35a4 4 0 0 1-4-4h2a2 2 0 0 0 2 2c.29 0 .56-.06.76-.15c.71-.35 1.21-.88 1.71-2.38c.44-1.35 1.22-2.08 2.03-2.71L5.04 8.31C5 8.54 5 8.77 5 9H3c0-.83.14-1.61.39-2.34zm13.18 7.67C14.71 11 15 9.93 15 9c0-2.8-2.2-5-5-5c-1.19 0-2.26.39-3.11 1.06L5.46 3.63C6.67 2.61 8.25 2 10 2c3.93 0 7 3.07 7 7c0 1.26-.38 2.65-1.07 3.9l-.46.75l-1.44-1.45zm2.18-9.3l1.42-1.42C19.77 3.21 21 5.96 21 9c0 2.83-1.07 5.41-2.82 7.36l-1.41-1.42A9 9 0 0 0 19 9c0-2.5-1-4.74-2.64-6.36M12.5 9c0 .5-.14.93-.37 1.31L8.69 6.87c.38-.23.81-.37 1.31-.37A2.5 2.5 0 0 1 12.5 9"/></svg>
React
import type { SVGProps } from "react";
export function MdiEarHearingOff(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="M1 4.27L2.28 3L20 20.72L18.73 22l-5.82-5.82c-.72.56-1.24 1.01-1.54 1.92c-.6 1.82-1.37 2.84-2.73 3.55c-.51.23-1.07.35-1.64.35a4 4 0 0 1-4-4h2a2 2 0 0 0 2 2c.29 0 .56-.06.76-.15c.71-.35 1.21-.88 1.71-2.38c.44-1.35 1.22-2.08 2.03-2.71L5.04 8.31C5 8.54 5 8.77 5 9H3c0-.83.14-1.61.39-2.34zm13.18 7.67C14.71 11 15 9.93 15 9c0-2.8-2.2-5-5-5c-1.19 0-2.26.39-3.11 1.06L5.46 3.63C6.67 2.61 8.25 2 10 2c3.93 0 7 3.07 7 7c0 1.26-.38 2.65-1.07 3.9l-.46.75l-1.44-1.45zm2.18-9.3l1.42-1.42C19.77 3.21 21 5.96 21 9c0 2.83-1.07 5.41-2.82 7.36l-1.41-1.42A9 9 0 0 0 19 9c0-2.5-1-4.74-2.64-6.36M12.5 9c0 .5-.14.93-.37 1.31L8.69 6.87c.38-.23.81-.37 1.31-.37A2.5 2.5 0 0 1 12.5 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 4.27L2.28 3L20 20.72L18.73 22l-5.82-5.82c-.72.56-1.24 1.01-1.54 1.92c-.6 1.82-1.37 2.84-2.73 3.55c-.51.23-1.07.35-1.64.35a4 4 0 0 1-4-4h2a2 2 0 0 0 2 2c.29 0 .56-.06.76-.15c.71-.35 1.21-.88 1.71-2.38c.44-1.35 1.22-2.08 2.03-2.71L5.04 8.31C5 8.54 5 8.77 5 9H3c0-.83.14-1.61.39-2.34zm13.18 7.67C14.71 11 15 9.93 15 9c0-2.8-2.2-5-5-5c-1.19 0-2.26.39-3.11 1.06L5.46 3.63C6.67 2.61 8.25 2 10 2c3.93 0 7 3.07 7 7c0 1.26-.38 2.65-1.07 3.9l-.46.75l-1.44-1.45zm2.18-9.3l1.42-1.42C19.77 3.21 21 5.96 21 9c0 2.83-1.07 5.41-2.82 7.36l-1.41-1.42A9 9 0 0 0 19 9c0-2.5-1-4.74-2.64-6.36M12.5 9c0 .5-.14.93-.37 1.31L8.69 6.87c.38-.23.81-.37 1.31-.37A2.5 2.5 0 0 1 12.5 9"/></svg> </template>
CSS
.icon-ear-hearing-off {
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%22M1%204.27L2.28%203L20%2020.72L18.73%2022l-5.82-5.82c-.72.56-1.24%201.01-1.54%201.92c-.6%201.82-1.37%202.84-2.73%203.55c-.51.23-1.07.35-1.64.35a4%204%200%200%201-4-4h2a2%202%200%200%200%202%202c.29%200%20.56-.06.76-.15c.71-.35%201.21-.88%201.71-2.38c.44-1.35%201.22-2.08%202.03-2.71L5.04%208.31C5%208.54%205%208.77%205%209H3c0-.83.14-1.61.39-2.34zm13.18%207.67C14.71%2011%2015%209.93%2015%209c0-2.8-2.2-5-5-5c-1.19%200-2.26.39-3.11%201.06L5.46%203.63C6.67%202.61%208.25%202%2010%202c3.93%200%207%203.07%207%207c0%201.26-.38%202.65-1.07%203.9l-.46.75l-1.44-1.45zm2.18-9.3l1.42-1.42C19.77%203.21%2021%205.96%2021%209c0%202.83-1.07%205.41-2.82%207.36l-1.41-1.42A9%209%200%200%200%2019%209c0-2.5-1-4.74-2.64-6.36M12.5%209c0%20.5-.14.93-.37%201.31L8.69%206.87c.38-.23.81-.37%201.31-.37A2.5%202.5%200%200%201%2012.5%209%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%22M1%204.27L2.28%203L20%2020.72L18.73%2022l-5.82-5.82c-.72.56-1.24%201.01-1.54%201.92c-.6%201.82-1.37%202.84-2.73%203.55c-.51.23-1.07.35-1.64.35a4%204%200%200%201-4-4h2a2%202%200%200%200%202%202c.29%200%20.56-.06.76-.15c.71-.35%201.21-.88%201.71-2.38c.44-1.35%201.22-2.08%202.03-2.71L5.04%208.31C5%208.54%205%208.77%205%209H3c0-.83.14-1.61.39-2.34zm13.18%207.67C14.71%2011%2015%209.93%2015%209c0-2.8-2.2-5-5-5c-1.19%200-2.26.39-3.11%201.06L5.46%203.63C6.67%202.61%208.25%202%2010%202c3.93%200%207%203.07%207%207c0%201.26-.38%202.65-1.07%203.9l-.46.75l-1.44-1.45zm2.18-9.3l1.42-1.42C19.77%203.21%2021%205.96%2021%209c0%202.83-1.07%205.41-2.82%207.36l-1.41-1.42A9%209%200%200%200%2019%209c0-2.5-1-4.74-2.64-6.36M12.5%209c0%20.5-.14.93-.37%201.31L8.69%206.87c.38-.23.81-.37%201.31-.37A2.5%202.5%200%200%201%2012.5%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/ear-hearing-off.svg?color=%231a73e8&size=48