hearing aid icon
hearing-aid-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- hearing-aid-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 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.458 0-4.236 1.532T3.6 7.896q-.036.214.086.375q.122.162.335.198t.366-.085t.188-.336q.3-1.973 1.82-3.26T9.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.307l.781.605q.292.218.656.153q.363-.066.55-.389l1.886-3.38q1.391.259 2.477-.625T13 9q0-1.258-.871-2.129T10 6Q8.529 6 7.636 7.158t-.547 2.56L3.94 12.44q-.292.242-.276.627q.015.386.307.628l.781.604q-.615.78-1.03 1.638q-.414.856-.414 2.023q0 1.478 1.06 2.508Q5.426 21.5 6.903 21.5M19.48 9q0 1.627-.542 3.139q-.541 1.511-1.587 2.827q-.14.176-.137.377q.002.201.168.342q.165.146.357.13q.19-.015.331-.186q1.168-1.423 1.789-3.114q.62-1.692.62-3.515q0-1.834-.62-3.558q-.621-1.723-1.789-3.126q-.14-.172-.331-.184q-.192-.013-.357.134q-.166.146-.168.347t.137.378q1.046 1.315 1.588 2.836q.54 1.521.54 3.173"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHearingAidRounded(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.458 0-4.236 1.532T3.6 7.896q-.036.214.086.375q.122.162.335.198t.366-.085t.188-.336q.3-1.973 1.82-3.26T9.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.307l.781.605q.292.218.656.153q.363-.066.55-.389l1.886-3.38q1.391.259 2.477-.625T13 9q0-1.258-.871-2.129T10 6Q8.529 6 7.636 7.158t-.547 2.56L3.94 12.44q-.292.242-.276.627q.015.386.307.628l.781.604q-.615.78-1.03 1.638q-.414.856-.414 2.023q0 1.478 1.06 2.508Q5.426 21.5 6.903 21.5M19.48 9q0 1.627-.542 3.139q-.541 1.511-1.587 2.827q-.14.176-.137.377q.002.201.168.342q.165.146.357.13q.19-.015.331-.186q1.168-1.423 1.789-3.114q.62-1.692.62-3.515q0-1.834-.62-3.558q-.621-1.723-1.789-3.126q-.14-.172-.331-.184q-.192-.013-.357.134q-.166.146-.168.347t.137.378q1.046 1.315 1.588 2.836q.54 1.521.54 3.173"/></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.458 0-4.236 1.532T3.6 7.896q-.036.214.086.375q.122.162.335.198t.366-.085t.188-.336q.3-1.973 1.82-3.26T9.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.307l.781.605q.292.218.656.153q.363-.066.55-.389l1.886-3.38q1.391.259 2.477-.625T13 9q0-1.258-.871-2.129T10 6Q8.529 6 7.636 7.158t-.547 2.56L3.94 12.44q-.292.242-.276.627q.015.386.307.628l.781.604q-.615.78-1.03 1.638q-.414.856-.414 2.023q0 1.478 1.06 2.508Q5.426 21.5 6.903 21.5M19.48 9q0 1.627-.542 3.139q-.541 1.511-1.587 2.827q-.14.176-.137.377q.002.201.168.342q.165.146.357.13q.19-.015.331-.186q1.168-1.423 1.789-3.114q.62-1.692.62-3.515q0-1.834-.62-3.558q-.621-1.723-1.789-3.126q-.14-.172-.331-.184q-.192-.013-.357.134q-.166.146-.168.347t.137.378q1.046 1.315 1.588 2.836q.54 1.521.54 3.173"/></svg> </template>
CSS
.icon-hearing-aid-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%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.458%200-4.236%201.532T3.6%207.896q-.036.214.086.375q.122.162.335.198t.366-.085t.188-.336q.3-1.973%201.82-3.26T9.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.307l.781.605q.292.218.656.153q.363-.066.55-.389l1.886-3.38q1.391.259%202.477-.625T13%209q0-1.258-.871-2.129T10%206Q8.529%206%207.636%207.158t-.547%202.56L3.94%2012.44q-.292.242-.276.627q.015.386.307.628l.781.604q-.615.78-1.03%201.638q-.414.856-.414%202.023q0%201.478%201.06%202.508Q5.426%2021.5%206.903%2021.5M19.48%209q0%201.627-.542%203.139q-.541%201.511-1.587%202.827q-.14.176-.137.377q.002.201.168.342q.165.146.357.13q.19-.015.331-.186q1.168-1.423%201.789-3.114q.62-1.692.62-3.515q0-1.834-.62-3.558q-.621-1.723-1.789-3.126q-.14-.172-.331-.184q-.192-.013-.357.134q-.166.146-.168.347t.137.378q1.046%201.315%201.588%202.836q.54%201.521.54%203.173%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.458%200-4.236%201.532T3.6%207.896q-.036.214.086.375q.122.162.335.198t.366-.085t.188-.336q.3-1.973%201.82-3.26T9.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.307l.781.605q.292.218.656.153q.363-.066.55-.389l1.886-3.38q1.391.259%202.477-.625T13%209q0-1.258-.871-2.129T10%206Q8.529%206%207.636%207.158t-.547%202.56L3.94%2012.44q-.292.242-.276.627q.015.386.307.628l.781.604q-.615.78-1.03%201.638q-.414.856-.414%202.023q0%201.478%201.06%202.508Q5.426%2021.5%206.903%2021.5M19.48%209q0%201.627-.542%203.139q-.541%201.511-1.587%202.827q-.14.176-.137.377q.002.201.168.342q.165.146.357.13q.19-.015.331-.186q1.168-1.423%201.789-3.114q.62-1.692.62-3.515q0-1.834-.62-3.558q-.621-1.723-1.789-3.126q-.14-.172-.331-.184q-.192-.013-.357.134q-.166.146-.168.347t.137.378q1.046%201.315%201.588%202.836q.54%201.521.54%203.173%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-rounded.svg?color=%231a73e8&size=48