hearing aid left icon

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

Name
hearing-aid-left-rounded
Set
Material Symbols
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

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 2q2.65 0 4.563 1.637T20.9 7.8q.075.425-.162.75t-.663.4t-.75-.162t-.4-.663q-.3-1.8-1.675-2.962T14 4q-2.125 0-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-.8.625q-.35.275-.8.2T16.2 15.9l-1.925-3.4q-1.525.125-2.65-.913T10.5 9q0-1.45 1.025-2.475T14 5.5q1.625 0 2.663 1.225t.787 2.8l3.225 2.8q.35.3.325.763t-.375.762l-.55.45q.5.8.713 1.763T21 18q0 1.65-1.175 2.825T17 22M6.925 16.05q-.3.3-.712.275t-.688-.35q-1.225-1.5-1.875-3.287T3 9q0-1.95.65-3.75t1.875-3.3q.275-.325.688-.338t.712.288t.313.713t-.263.762Q6.025 4.575 5.513 6T5 9q0 1.55.513 2.975T6.975 14.6q.275.35.263.763t-.313.687"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHearingAidLeftRounded(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 2q2.65 0 4.563 1.637T20.9 7.8q.075.425-.162.75t-.663.4t-.75-.162t-.4-.663q-.3-1.8-1.675-2.962T14 4q-2.125 0-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-.8.625q-.35.275-.8.2T16.2 15.9l-1.925-3.4q-1.525.125-2.65-.913T10.5 9q0-1.45 1.025-2.475T14 5.5q1.625 0 2.663 1.225t.787 2.8l3.225 2.8q.35.3.325.763t-.375.762l-.55.45q.5.8.713 1.763T21 18q0 1.65-1.175 2.825T17 22M6.925 16.05q-.3.3-.712.275t-.688-.35q-1.225-1.5-1.875-3.287T3 9q0-1.95.65-3.75t1.875-3.3q.275-.325.688-.338t.712.288t.313.713t-.263.762Q6.025 4.575 5.513 6T5 9q0 1.55.513 2.975T6.975 14.6q.275.35.263.763t-.313.687"/></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 2q2.65 0 4.563 1.637T20.9 7.8q.075.425-.162.75t-.663.4t-.75-.162t-.4-.663q-.3-1.8-1.675-2.962T14 4q-2.125 0-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-.8.625q-.35.275-.8.2T16.2 15.9l-1.925-3.4q-1.525.125-2.65-.913T10.5 9q0-1.45 1.025-2.475T14 5.5q1.625 0 2.663 1.225t.787 2.8l3.225 2.8q.35.3.325.763t-.375.762l-.55.45q.5.8.713 1.763T21 18q0 1.65-1.175 2.825T17 22M6.925 16.05q-.3.3-.712.275t-.688-.35q-1.225-1.5-1.875-3.287T3 9q0-1.95.65-3.75t1.875-3.3q.275-.325.688-.338t.712.288t.313.713t-.263.762Q6.025 4.575 5.513 6T5 9q0 1.55.513 2.975T6.975 14.6q.275.35.263.763t-.313.687"/></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%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%202q2.65%200%204.563%201.637T20.9%207.8q.075.425-.162.75t-.663.4t-.75-.162t-.4-.663q-.3-1.8-1.675-2.962T14%204q-2.125%200-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-.8.625q-.35.275-.8.2T16.2%2015.9l-1.925-3.4q-1.525.125-2.65-.913T10.5%209q0-1.45%201.025-2.475T14%205.5q1.625%200%202.663%201.225t.787%202.8l3.225%202.8q.35.3.325.763t-.375.762l-.55.45q.5.8.713%201.763T21%2018q0%201.65-1.175%202.825T17%2022M6.925%2016.05q-.3.3-.712.275t-.688-.35q-1.225-1.5-1.875-3.287T3%209q0-1.95.65-3.75t1.875-3.3q.275-.325.688-.338t.712.288t.313.713t-.263.762Q6.025%204.575%205.513%206T5%209q0%201.55.513%202.975T6.975%2014.6q.275.35.263.763t-.313.687%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%202q2.65%200%204.563%201.637T20.9%207.8q.075.425-.162.75t-.663.4t-.75-.162t-.4-.663q-.3-1.8-1.675-2.962T14%204q-2.125%200-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-.8.625q-.35.275-.8.2T16.2%2015.9l-1.925-3.4q-1.525.125-2.65-.913T10.5%209q0-1.45%201.025-2.475T14%205.5q1.625%200%202.663%201.225t.787%202.8l3.225%202.8q.35.3.325.763t-.375.762l-.55.45q.5.8.713%201.763T21%2018q0%201.65-1.175%202.825T17%2022M6.925%2016.05q-.3.3-.712.275t-.688-.35q-1.225-1.5-1.875-3.287T3%209q0-1.95.65-3.75t1.875-3.3q.275-.325.688-.338t.712.288t.313.713t-.263.762Q6.025%204.575%205.513%206T5%209q0%201.55.513%202.975T6.975%2014.6q.275.35.263.763t-.313.687%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-rounded.svg?color=%231a73e8&size=48