hearing aid icon
hearing-aid-outline from Material Symbols Light by Google · Outline · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- hearing-aid-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hearing-aid-outline-sharp
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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.904 21.5q1.29 0 2.279-.83t1.425-2.078q.348-.961.96-1.734q.613-.774 1.738-1.631q1.54-1.2 2.358-2.834T16.48 9q0-2.72-1.89-4.61T9.98 2.5q-2.604 0-4.456 1.727T3.519 8.5h1q.154-2.125 1.717-3.562T9.98 3.5q2.298 0 3.899 1.601T15.48 9q0 1.59-.747 3.04q-.748 1.449-2.139 2.483q-1.046.773-1.758 1.657q-.713.883-1.138 1.983q-.371.933-1.088 1.635q-.716.702-1.706.702q-1.05 0-1.823-.741q-.773-.742-.773-1.798q0-1.015.365-1.7q.365-.686.89-1.307l1.508 1.196l2.366-4.208q1.39.26 2.477-.624T13 9q0-1.258-.871-2.129T10 6Q8.529 6 7.636 7.158t-.547 2.56L3.214 13.08l1.538 1.22q-.615.78-1.03 1.638q-.414.856-.414 2.023q0 1.478 1.06 2.508Q5.426 21.5 6.903 21.5m10.838-5.48q1.339-1.46 2.039-3.271T20.48 9q0-1.95-.71-3.78t-2.029-3.29l-.719.67q1.218 1.352 1.838 2.983q.62 1.63.62 3.417q0 1.742-.63 3.37t-1.828 2.98zM6.78 14.65l-1.993-1.6l2.741-2.38q.177.292.428.514q.25.222.543.393zm1.803-4.232Q8 9.837 8 9t.582-1.418T10 7t1.418.582T12 9t-.582 1.418T10 11t-1.418-.582M10 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHearingAidOutline(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="M6.904 21.5q1.29 0 2.279-.83t1.425-2.078q.348-.961.96-1.734q.613-.774 1.738-1.631q1.54-1.2 2.358-2.834T16.48 9q0-2.72-1.89-4.61T9.98 2.5q-2.604 0-4.456 1.727T3.519 8.5h1q.154-2.125 1.717-3.562T9.98 3.5q2.298 0 3.899 1.601T15.48 9q0 1.59-.747 3.04q-.748 1.449-2.139 2.483q-1.046.773-1.758 1.657q-.713.883-1.138 1.983q-.371.933-1.088 1.635q-.716.702-1.706.702q-1.05 0-1.823-.741q-.773-.742-.773-1.798q0-1.015.365-1.7q.365-.686.89-1.307l1.508 1.196l2.366-4.208q1.39.26 2.477-.624T13 9q0-1.258-.871-2.129T10 6Q8.529 6 7.636 7.158t-.547 2.56L3.214 13.08l1.538 1.22q-.615.78-1.03 1.638q-.414.856-.414 2.023q0 1.478 1.06 2.508Q5.426 21.5 6.903 21.5m10.838-5.48q1.339-1.46 2.039-3.271T20.48 9q0-1.95-.71-3.78t-2.029-3.29l-.719.67q1.218 1.352 1.838 2.983q.62 1.63.62 3.417q0 1.742-.63 3.37t-1.828 2.98zM6.78 14.65l-1.993-1.6l2.741-2.38q.177.292.428.514q.25.222.543.393zm1.803-4.232Q8 9.837 8 9t.582-1.418T10 7t1.418.582T12 9t-.582 1.418T10 11t-1.418-.582M10 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="M6.904 21.5q1.29 0 2.279-.83t1.425-2.078q.348-.961.96-1.734q.613-.774 1.738-1.631q1.54-1.2 2.358-2.834T16.48 9q0-2.72-1.89-4.61T9.98 2.5q-2.604 0-4.456 1.727T3.519 8.5h1q.154-2.125 1.717-3.562T9.98 3.5q2.298 0 3.899 1.601T15.48 9q0 1.59-.747 3.04q-.748 1.449-2.139 2.483q-1.046.773-1.758 1.657q-.713.883-1.138 1.983q-.371.933-1.088 1.635q-.716.702-1.706.702q-1.05 0-1.823-.741q-.773-.742-.773-1.798q0-1.015.365-1.7q.365-.686.89-1.307l1.508 1.196l2.366-4.208q1.39.26 2.477-.624T13 9q0-1.258-.871-2.129T10 6Q8.529 6 7.636 7.158t-.547 2.56L3.214 13.08l1.538 1.22q-.615.78-1.03 1.638q-.414.856-.414 2.023q0 1.478 1.06 2.508Q5.426 21.5 6.903 21.5m10.838-5.48q1.339-1.46 2.039-3.271T20.48 9q0-1.95-.71-3.78t-2.029-3.29l-.719.67q1.218 1.352 1.838 2.983q.62 1.63.62 3.417q0 1.742-.63 3.37t-1.828 2.98zM6.78 14.65l-1.993-1.6l2.741-2.38q.177.292.428.514q.25.222.543.393zm1.803-4.232Q8 9.837 8 9t.582-1.418T10 7t1.418.582T12 9t-.582 1.418T10 11t-1.418-.582M10 9"/></svg> </template>
CSS
.icon-hearing-aid-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%22M6.904%2021.5q1.29%200%202.279-.83t1.425-2.078q.348-.961.96-1.734q.613-.774%201.738-1.631q1.54-1.2%202.358-2.834T16.48%209q0-2.72-1.89-4.61T9.98%202.5q-2.604%200-4.456%201.727T3.519%208.5h1q.154-2.125%201.717-3.562T9.98%203.5q2.298%200%203.899%201.601T15.48%209q0%201.59-.747%203.04q-.748%201.449-2.139%202.483q-1.046.773-1.758%201.657q-.713.883-1.138%201.983q-.371.933-1.088%201.635q-.716.702-1.706.702q-1.05%200-1.823-.741q-.773-.742-.773-1.798q0-1.015.365-1.7q.365-.686.89-1.307l1.508%201.196l2.366-4.208q1.39.26%202.477-.624T13%209q0-1.258-.871-2.129T10%206Q8.529%206%207.636%207.158t-.547%202.56L3.214%2013.08l1.538%201.22q-.615.78-1.03%201.638q-.414.856-.414%202.023q0%201.478%201.06%202.508Q5.426%2021.5%206.903%2021.5m10.838-5.48q1.339-1.46%202.039-3.271T20.48%209q0-1.95-.71-3.78t-2.029-3.29l-.719.67q1.218%201.352%201.838%202.983q.62%201.63.62%203.417q0%201.742-.63%203.37t-1.828%202.98zM6.78%2014.65l-1.993-1.6l2.741-2.38q.177.292.428.514q.25.222.543.393zm1.803-4.232Q8%209.837%208%209t.582-1.418T10%207t1.418.582T12%209t-.582%201.418T10%2011t-1.418-.582M10%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%22M6.904%2021.5q1.29%200%202.279-.83t1.425-2.078q.348-.961.96-1.734q.613-.774%201.738-1.631q1.54-1.2%202.358-2.834T16.48%209q0-2.72-1.89-4.61T9.98%202.5q-2.604%200-4.456%201.727T3.519%208.5h1q.154-2.125%201.717-3.562T9.98%203.5q2.298%200%203.899%201.601T15.48%209q0%201.59-.747%203.04q-.748%201.449-2.139%202.483q-1.046.773-1.758%201.657q-.713.883-1.138%201.983q-.371.933-1.088%201.635q-.716.702-1.706.702q-1.05%200-1.823-.741q-.773-.742-.773-1.798q0-1.015.365-1.7q.365-.686.89-1.307l1.508%201.196l2.366-4.208q1.39.26%202.477-.624T13%209q0-1.258-.871-2.129T10%206Q8.529%206%207.636%207.158t-.547%202.56L3.214%2013.08l1.538%201.22q-.615.78-1.03%201.638q-.414.856-.414%202.023q0%201.478%201.06%202.508Q5.426%2021.5%206.903%2021.5m10.838-5.48q1.339-1.46%202.039-3.271T20.48%209q0-1.95-.71-3.78t-2.029-3.29l-.719.67q1.218%201.352%201.838%202.983q.62%201.63.62%203.417q0%201.742-.63%203.37t-1.828%202.98zM6.78%2014.65l-1.993-1.6l2.741-2.38q.177.292.428.514q.25.222.543.393zm1.803-4.232Q8%209.837%208%209t.582-1.418T10%207t1.418.582T12%209t-.582%201.418T10%2011t-1.418-.582M10%209%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-outline.svg?color=%231a73e8&size=48