hearing aid left icon
hearing-aid-left-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- hearing-aid-left-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 left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.096 21.5q-1.29 0-2.279-.83t-1.425-2.078q-.348-.961-.96-1.734q-.613-.774-1.738-1.631q-1.54-1.2-2.358-2.834T7.52 9q0-2.72 1.89-4.61t4.61-1.89q2.458 0 4.236 1.532T20.4 7.896q.037.214-.085.375q-.123.162-.336.198t-.365-.085t-.189-.336q-.3-1.973-1.82-3.26T14.02 3.5q-2.298 0-3.899 1.601T8.52 9q0 1.59.747 3.04q.748 1.449 2.139 2.483q1.046.773 1.758 1.657q.713.883 1.138 1.983q.371.933 1.088 1.635q.716.702 1.706.702q1.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-.389l-1.886-3.38q-1.391.259-2.478-.625T11 9q0-1.258.871-2.129T14 6q1.471 0 2.365 1.158t.547 2.56l3.148 2.723q.292.242.277.627q-.016.386-.308.628l-.781.604q.616.78 1.03 1.638q.414.856.414 2.023q0 1.478-1.06 2.508q-1.059 1.031-2.536 1.031M6.617 15.685q-.165.146-.356.13q-.192-.015-.332-.186q-1.167-1.423-1.788-3.114Q3.519 10.823 3.519 9q0-1.834.622-3.558q.62-1.723 1.788-3.127q.14-.17.332-.183q.191-.013.356.133q.166.146.169.347t-.138.378Q5.602 4.307 5.061 5.828Q4.519 7.348 4.519 9q0 1.627.542 3.139q.541 1.511 1.587 2.827q.14.176.138.377t-.169.342"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHearingAidLeftRounded(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="M17.096 21.5q-1.29 0-2.279-.83t-1.425-2.078q-.348-.961-.96-1.734q-.613-.774-1.738-1.631q-1.54-1.2-2.358-2.834T7.52 9q0-2.72 1.89-4.61t4.61-1.89q2.458 0 4.236 1.532T20.4 7.896q.037.214-.085.375q-.123.162-.336.198t-.365-.085t-.189-.336q-.3-1.973-1.82-3.26T14.02 3.5q-2.298 0-3.899 1.601T8.52 9q0 1.59.747 3.04q.748 1.449 2.139 2.483q1.046.773 1.758 1.657q.713.883 1.138 1.983q.371.933 1.088 1.635q.716.702 1.706.702q1.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-.389l-1.886-3.38q-1.391.259-2.478-.625T11 9q0-1.258.871-2.129T14 6q1.471 0 2.365 1.158t.547 2.56l3.148 2.723q.292.242.277.627q-.016.386-.308.628l-.781.604q.616.78 1.03 1.638q.414.856.414 2.023q0 1.478-1.06 2.508q-1.059 1.031-2.536 1.031M6.617 15.685q-.165.146-.356.13q-.192-.015-.332-.186q-1.167-1.423-1.788-3.114Q3.519 10.823 3.519 9q0-1.834.622-3.558q.62-1.723 1.788-3.127q.14-.17.332-.183q.191-.013.356.133q.166.146.169.347t-.138.378Q5.602 4.307 5.061 5.828Q4.519 7.348 4.519 9q0 1.627.542 3.139q.541 1.511 1.587 2.827q.14.176.138.377t-.169.342"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.096 21.5q-1.29 0-2.279-.83t-1.425-2.078q-.348-.961-.96-1.734q-.613-.774-1.738-1.631q-1.54-1.2-2.358-2.834T7.52 9q0-2.72 1.89-4.61t4.61-1.89q2.458 0 4.236 1.532T20.4 7.896q.037.214-.085.375q-.123.162-.336.198t-.365-.085t-.189-.336q-.3-1.973-1.82-3.26T14.02 3.5q-2.298 0-3.899 1.601T8.52 9q0 1.59.747 3.04q.748 1.449 2.139 2.483q1.046.773 1.758 1.657q.713.883 1.138 1.983q.371.933 1.088 1.635q.716.702 1.706.702q1.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-.389l-1.886-3.38q-1.391.259-2.478-.625T11 9q0-1.258.871-2.129T14 6q1.471 0 2.365 1.158t.547 2.56l3.148 2.723q.292.242.277.627q-.016.386-.308.628l-.781.604q.616.78 1.03 1.638q.414.856.414 2.023q0 1.478-1.06 2.508q-1.059 1.031-2.536 1.031M6.617 15.685q-.165.146-.356.13q-.192-.015-.332-.186q-1.167-1.423-1.788-3.114Q3.519 10.823 3.519 9q0-1.834.622-3.558q.62-1.723 1.788-3.127q.14-.17.332-.183q.191-.013.356.133q.166.146.169.347t-.138.378Q5.602 4.307 5.061 5.828Q4.519 7.348 4.519 9q0 1.627.542 3.139q.541 1.511 1.587 2.827q.14.176.138.377t-.169.342"/></svg> </template>
CSS
.icon-hearing-aid-left-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%22M17.096%2021.5q-1.29%200-2.279-.83t-1.425-2.078q-.348-.961-.96-1.734q-.613-.774-1.738-1.631q-1.54-1.2-2.358-2.834T7.52%209q0-2.72%201.89-4.61t4.61-1.89q2.458%200%204.236%201.532T20.4%207.896q.037.214-.085.375q-.123.162-.336.198t-.365-.085t-.189-.336q-.3-1.973-1.82-3.26T14.02%203.5q-2.298%200-3.899%201.601T8.52%209q0%201.59.747%203.04q.748%201.449%202.139%202.483q1.046.773%201.758%201.657q.713.883%201.138%201.983q.371.933%201.088%201.635q.716.702%201.706.702q1.05%200%201.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-.389l-1.886-3.38q-1.391.259-2.478-.625T11%209q0-1.258.871-2.129T14%206q1.471%200%202.365%201.158t.547%202.56l3.148%202.723q.292.242.277.627q-.016.386-.308.628l-.781.604q.616.78%201.03%201.638q.414.856.414%202.023q0%201.478-1.06%202.508q-1.059%201.031-2.536%201.031M6.617%2015.685q-.165.146-.356.13q-.192-.015-.332-.186q-1.167-1.423-1.788-3.114Q3.519%2010.823%203.519%209q0-1.834.622-3.558q.62-1.723%201.788-3.127q.14-.17.332-.183q.191-.013.356.133q.166.146.169.347t-.138.378Q5.602%204.307%205.061%205.828Q4.519%207.348%204.519%209q0%201.627.542%203.139q.541%201.511%201.587%202.827q.14.176.138.377t-.169.342%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%22M17.096%2021.5q-1.29%200-2.279-.83t-1.425-2.078q-.348-.961-.96-1.734q-.613-.774-1.738-1.631q-1.54-1.2-2.358-2.834T7.52%209q0-2.72%201.89-4.61t4.61-1.89q2.458%200%204.236%201.532T20.4%207.896q.037.214-.085.375q-.123.162-.336.198t-.365-.085t-.189-.336q-.3-1.973-1.82-3.26T14.02%203.5q-2.298%200-3.899%201.601T8.52%209q0%201.59.747%203.04q.748%201.449%202.139%202.483q1.046.773%201.758%201.657q.713.883%201.138%201.983q.371.933%201.088%201.635q.716.702%201.706.702q1.05%200%201.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-.389l-1.886-3.38q-1.391.259-2.478-.625T11%209q0-1.258.871-2.129T14%206q1.471%200%202.365%201.158t.547%202.56l3.148%202.723q.292.242.277.627q-.016.386-.308.628l-.781.604q.616.78%201.03%201.638q.414.856.414%202.023q0%201.478-1.06%202.508q-1.059%201.031-2.536%201.031M6.617%2015.685q-.165.146-.356.13q-.192-.015-.332-.186q-1.167-1.423-1.788-3.114Q3.519%2010.823%203.519%209q0-1.834.622-3.558q.62-1.723%201.788-3.127q.14-.17.332-.183q.191-.013.356.133q.166.146.169.347t-.138.378Q5.602%204.307%205.061%205.828Q4.519%207.348%204.519%209q0%201.627.542%203.139q.541%201.511%201.587%202.827q.14.176.138.377t-.169.342%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-left-rounded.svg?color=%231a73e8&size=48