hearing aid left icon

hearing-aid-left-outline from Material Symbols by Google · Outline · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
hearing-aid-left-outline
Set
Material Symbols
Style
Outline
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
hearing-aid-left-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

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 22q-1.425 0-2.5-.85t-1.55-2.25q-.425-1.25-.913-1.85t-1.612-1.4q-1.675-1.2-2.55-2.988T7 9q0-2.95 2.025-4.975T14 2t4.975 2.025T21 9h-2q0-2.125-1.437-3.562T14 4t-3.562 1.438T9 9q0 1.475.7 2.838t1.975 2.262q1.2.85 1.912 1.638t1.138 2.137q.275.875.838 1.5T17 20q.8 0 1.4-.587T19 18q0-.65-.125-1.287t-.4-1.163l-1.7 1.35l-2.5-4.4q-1.525.125-2.65-.912T10.5 9q0-1.45 1.025-2.475T14 5.5q1.625 0 2.663 1.225t.787 2.8l4.125 3.575l-1.5 1.2q.5.8.713 1.763T21 18q0 1.65-1.175 2.825T17 22M6.2 16.75q-1.55-1.575-2.375-3.588T3 9q0-2.2.825-4.212T6.2 1.2l1.45 1.4Q6.375 3.875 5.687 5.525T5 9q0 1.8.688 3.438T7.65 15.35zm11.175-2.85l1.05-.85l-1.875-1.65l-.187.188q-.088.087-.188.162zm-2.312-3.838Q15.5 9.626 15.5 9t-.437-1.062T14 7.5t-1.062.438T12.5 9t.438 1.063T14 10.5t1.063-.437M14 9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHearingAidLeftOutline(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 22q-1.425 0-2.5-.85t-1.55-2.25q-.425-1.25-.913-1.85t-1.612-1.4q-1.675-1.2-2.55-2.988T7 9q0-2.95 2.025-4.975T14 2t4.975 2.025T21 9h-2q0-2.125-1.437-3.562T14 4t-3.562 1.438T9 9q0 1.475.7 2.838t1.975 2.262q1.2.85 1.912 1.638t1.138 2.137q.275.875.838 1.5T17 20q.8 0 1.4-.587T19 18q0-.65-.125-1.287t-.4-1.163l-1.7 1.35l-2.5-4.4q-1.525.125-2.65-.912T10.5 9q0-1.45 1.025-2.475T14 5.5q1.625 0 2.663 1.225t.787 2.8l4.125 3.575l-1.5 1.2q.5.8.713 1.763T21 18q0 1.65-1.175 2.825T17 22M6.2 16.75q-1.55-1.575-2.375-3.588T3 9q0-2.2.825-4.212T6.2 1.2l1.45 1.4Q6.375 3.875 5.687 5.525T5 9q0 1.8.688 3.438T7.65 15.35zm11.175-2.85l1.05-.85l-1.875-1.65l-.187.188q-.088.087-.188.162zm-2.312-3.838Q15.5 9.626 15.5 9t-.437-1.062T14 7.5t-1.062.438T12.5 9t.438 1.063T14 10.5t1.063-.437M14 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="M17 22q-1.425 0-2.5-.85t-1.55-2.25q-.425-1.25-.913-1.85t-1.612-1.4q-1.675-1.2-2.55-2.988T7 9q0-2.95 2.025-4.975T14 2t4.975 2.025T21 9h-2q0-2.125-1.437-3.562T14 4t-3.562 1.438T9 9q0 1.475.7 2.838t1.975 2.262q1.2.85 1.912 1.638t1.138 2.137q.275.875.838 1.5T17 20q.8 0 1.4-.587T19 18q0-.65-.125-1.287t-.4-1.163l-1.7 1.35l-2.5-4.4q-1.525.125-2.65-.912T10.5 9q0-1.45 1.025-2.475T14 5.5q1.625 0 2.663 1.225t.787 2.8l4.125 3.575l-1.5 1.2q.5.8.713 1.763T21 18q0 1.65-1.175 2.825T17 22M6.2 16.75q-1.55-1.575-2.375-3.588T3 9q0-2.2.825-4.212T6.2 1.2l1.45 1.4Q6.375 3.875 5.687 5.525T5 9q0 1.8.688 3.438T7.65 15.35zm11.175-2.85l1.05-.85l-1.875-1.65l-.187.188q-.088.087-.188.162zm-2.312-3.838Q15.5 9.626 15.5 9t-.437-1.062T14 7.5t-1.062.438T12.5 9t.438 1.063T14 10.5t1.063-.437M14 9"/></svg>
</template>

CSS

.icon-hearing-aid-left-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%22M17%2022q-1.425%200-2.5-.85t-1.55-2.25q-.425-1.25-.913-1.85t-1.612-1.4q-1.675-1.2-2.55-2.988T7%209q0-2.95%202.025-4.975T14%202t4.975%202.025T21%209h-2q0-2.125-1.437-3.562T14%204t-3.562%201.438T9%209q0%201.475.7%202.838t1.975%202.262q1.2.85%201.912%201.638t1.138%202.137q.275.875.838%201.5T17%2020q.8%200%201.4-.587T19%2018q0-.65-.125-1.287t-.4-1.163l-1.7%201.35l-2.5-4.4q-1.525.125-2.65-.912T10.5%209q0-1.45%201.025-2.475T14%205.5q1.625%200%202.663%201.225t.787%202.8l4.125%203.575l-1.5%201.2q.5.8.713%201.763T21%2018q0%201.65-1.175%202.825T17%2022M6.2%2016.75q-1.55-1.575-2.375-3.588T3%209q0-2.2.825-4.212T6.2%201.2l1.45%201.4Q6.375%203.875%205.687%205.525T5%209q0%201.8.688%203.438T7.65%2015.35zm11.175-2.85l1.05-.85l-1.875-1.65l-.187.188q-.088.087-.188.162zm-2.312-3.838Q15.5%209.626%2015.5%209t-.437-1.062T14%207.5t-1.062.438T12.5%209t.438%201.063T14%2010.5t1.063-.437M14%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%22M17%2022q-1.425%200-2.5-.85t-1.55-2.25q-.425-1.25-.913-1.85t-1.612-1.4q-1.675-1.2-2.55-2.988T7%209q0-2.95%202.025-4.975T14%202t4.975%202.025T21%209h-2q0-2.125-1.437-3.562T14%204t-3.562%201.438T9%209q0%201.475.7%202.838t1.975%202.262q1.2.85%201.912%201.638t1.138%202.137q.275.875.838%201.5T17%2020q.8%200%201.4-.587T19%2018q0-.65-.125-1.287t-.4-1.163l-1.7%201.35l-2.5-4.4q-1.525.125-2.65-.912T10.5%209q0-1.45%201.025-2.475T14%205.5q1.625%200%202.663%201.225t.787%202.8l4.125%203.575l-1.5%201.2q.5.8.713%201.763T21%2018q0%201.65-1.175%202.825T17%2022M6.2%2016.75q-1.55-1.575-2.375-3.588T3%209q0-2.2.825-4.212T6.2%201.2l1.45%201.4Q6.375%203.875%205.687%205.525T5%209q0%201.8.688%203.438T7.65%2015.35zm11.175-2.85l1.05-.85l-1.875-1.65l-.187.188q-.088.087-.188.162zm-2.312-3.838Q15.5%209.626%2015.5%209t-.437-1.062T14%207.5t-1.062.438T12.5%209t.438%201.063T14%2010.5t1.063-.437M14%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/hearing-aid-left-outline.svg?color=%231a73e8&size=48