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

Name
hearing-aid-outline
Set
Material Symbols
Style
Outline
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
hearing-aid-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q1.425 0 2.5-.85t1.55-2.25q.425-1.25.913-1.85t1.612-1.4q1.675-1.2 2.55-2.988T17 9q0-2.95-2.025-4.975T10 2T5.025 4.025T3 9h2q0-2.125 1.438-3.562T10 4t3.563 1.438T15 9q0 1.475-.7 2.838T12.325 14.1q-1.2.85-1.912 1.638t-1.138 2.137q-.275.875-.837 1.5T7 20q-.8 0-1.4-.587T5 18q0-.65.125-1.287t.4-1.163l1.7 1.35l2.5-4.4q1.525.125 2.65-.913T13.5 9q0-1.45-1.025-2.475T10 5.5q-1.625 0-2.662 1.225t-.788 2.8L2.425 13.1l1.5 1.2q-.5.8-.712 1.763T3 18q0 1.65 1.175 2.825T7 22m10.8-5.25q1.55-1.575 2.375-3.588T21 9q0-2.2-.825-4.212T17.8 1.2l-1.45 1.4q1.275 1.275 1.963 2.925T19 9q0 1.8-.687 3.438T16.35 15.35zM6.625 13.9l-1.05-.85L7.45 11.4l.188.188q.087.087.187.162zm2.313-3.838Q8.5 9.626 8.5 9t.438-1.062T10 7.5t1.063.438T11.5 9t-.437 1.063T10 10.5t-1.062-.437M10 9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHearingAidOutline(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="M7 22q1.425 0 2.5-.85t1.55-2.25q.425-1.25.913-1.85t1.612-1.4q1.675-1.2 2.55-2.988T17 9q0-2.95-2.025-4.975T10 2T5.025 4.025T3 9h2q0-2.125 1.438-3.562T10 4t3.563 1.438T15 9q0 1.475-.7 2.838T12.325 14.1q-1.2.85-1.912 1.638t-1.138 2.137q-.275.875-.837 1.5T7 20q-.8 0-1.4-.587T5 18q0-.65.125-1.287t.4-1.163l1.7 1.35l2.5-4.4q1.525.125 2.65-.913T13.5 9q0-1.45-1.025-2.475T10 5.5q-1.625 0-2.662 1.225t-.788 2.8L2.425 13.1l1.5 1.2q-.5.8-.712 1.763T3 18q0 1.65 1.175 2.825T7 22m10.8-5.25q1.55-1.575 2.375-3.588T21 9q0-2.2-.825-4.212T17.8 1.2l-1.45 1.4q1.275 1.275 1.963 2.925T19 9q0 1.8-.687 3.438T16.35 15.35zM6.625 13.9l-1.05-.85L7.45 11.4l.188.188q.087.087.187.162zm2.313-3.838Q8.5 9.626 8.5 9t.438-1.062T10 7.5t1.063.438T11.5 9t-.437 1.063T10 10.5t-1.062-.437M10 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="M7 22q1.425 0 2.5-.85t1.55-2.25q.425-1.25.913-1.85t1.612-1.4q1.675-1.2 2.55-2.988T17 9q0-2.95-2.025-4.975T10 2T5.025 4.025T3 9h2q0-2.125 1.438-3.562T10 4t3.563 1.438T15 9q0 1.475-.7 2.838T12.325 14.1q-1.2.85-1.912 1.638t-1.138 2.137q-.275.875-.837 1.5T7 20q-.8 0-1.4-.587T5 18q0-.65.125-1.287t.4-1.163l1.7 1.35l2.5-4.4q1.525.125 2.65-.913T13.5 9q0-1.45-1.025-2.475T10 5.5q-1.625 0-2.662 1.225t-.788 2.8L2.425 13.1l1.5 1.2q-.5.8-.712 1.763T3 18q0 1.65 1.175 2.825T7 22m10.8-5.25q1.55-1.575 2.375-3.588T21 9q0-2.2-.825-4.212T17.8 1.2l-1.45 1.4q1.275 1.275 1.963 2.925T19 9q0 1.8-.687 3.438T16.35 15.35zM6.625 13.9l-1.05-.85L7.45 11.4l.188.188q.087.087.187.162zm2.313-3.838Q8.5 9.626 8.5 9t.438-1.062T10 7.5t1.063.438T11.5 9t-.437 1.063T10 10.5t-1.062-.437M10 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%22M7%2022q1.425%200%202.5-.85t1.55-2.25q.425-1.25.913-1.85t1.612-1.4q1.675-1.2%202.55-2.988T17%209q0-2.95-2.025-4.975T10%202T5.025%204.025T3%209h2q0-2.125%201.438-3.562T10%204t3.563%201.438T15%209q0%201.475-.7%202.838T12.325%2014.1q-1.2.85-1.912%201.638t-1.138%202.137q-.275.875-.837%201.5T7%2020q-.8%200-1.4-.587T5%2018q0-.65.125-1.287t.4-1.163l1.7%201.35l2.5-4.4q1.525.125%202.65-.913T13.5%209q0-1.45-1.025-2.475T10%205.5q-1.625%200-2.662%201.225t-.788%202.8L2.425%2013.1l1.5%201.2q-.5.8-.712%201.763T3%2018q0%201.65%201.175%202.825T7%2022m10.8-5.25q1.55-1.575%202.375-3.588T21%209q0-2.2-.825-4.212T17.8%201.2l-1.45%201.4q1.275%201.275%201.963%202.925T19%209q0%201.8-.687%203.438T16.35%2015.35zM6.625%2013.9l-1.05-.85L7.45%2011.4l.188.188q.087.087.187.162zm2.313-3.838Q8.5%209.626%208.5%209t.438-1.062T10%207.5t1.063.438T11.5%209t-.437%201.063T10%2010.5t-1.062-.437M10%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%22M7%2022q1.425%200%202.5-.85t1.55-2.25q.425-1.25.913-1.85t1.612-1.4q1.675-1.2%202.55-2.988T17%209q0-2.95-2.025-4.975T10%202T5.025%204.025T3%209h2q0-2.125%201.438-3.562T10%204t3.563%201.438T15%209q0%201.475-.7%202.838T12.325%2014.1q-1.2.85-1.912%201.638t-1.138%202.137q-.275.875-.837%201.5T7%2020q-.8%200-1.4-.587T5%2018q0-.65.125-1.287t.4-1.163l1.7%201.35l2.5-4.4q1.525.125%202.65-.913T13.5%209q0-1.45-1.025-2.475T10%205.5q-1.625%200-2.662%201.225t-.788%202.8L2.425%2013.1l1.5%201.2q-.5.8-.712%201.763T3%2018q0%201.65%201.175%202.825T7%2022m10.8-5.25q1.55-1.575%202.375-3.588T21%209q0-2.2-.825-4.212T17.8%201.2l-1.45%201.4q1.275%201.275%201.963%202.925T19%209q0%201.8-.687%203.438T16.35%2015.35zM6.625%2013.9l-1.05-.85L7.45%2011.4l.188.188q.087.087.187.162zm2.313-3.838Q8.5%209.626%208.5%209t.438-1.062T10%207.5t1.063.438T11.5%209t-.437%201.063T10%2010.5t-1.062-.437M10%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-outline.svg?color=%231a73e8&size=48