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

Name
hearing-aid-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 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 2Q7.35 2 5.438 3.638T3.1 7.8q-.075.425.163.75t.662.4t.75-.162t.4-.663q.3-1.8 1.675-2.962T10 4q2.125 0 3.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.163l.8.625q.35.275.8.2T7.8 15.9l1.925-3.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.8l-3.225 2.8q-.35.3-.325.763t.375.762l.55.45q-.5.8-.712 1.762T3 18q0 1.65 1.175 2.825T7 22M19 9q0 1.55-.513 2.975T17.026 14.6q-.275.35-.262.763t.312.687q.3.3.713.275t.687-.35q1.225-1.5 1.875-3.287T21 9q0-1.95-.65-3.75t-1.875-3.3q-.275-.325-.687-.337t-.713.287t-.312.713t.262.762q.95 1.2 1.463 2.625T19 9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHearingAidRounded(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 2Q7.35 2 5.438 3.638T3.1 7.8q-.075.425.163.75t.662.4t.75-.162t.4-.663q.3-1.8 1.675-2.962T10 4q2.125 0 3.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.163l.8.625q.35.275.8.2T7.8 15.9l1.925-3.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.8l-3.225 2.8q-.35.3-.325.763t.375.762l.55.45q-.5.8-.712 1.762T3 18q0 1.65 1.175 2.825T7 22M19 9q0 1.55-.513 2.975T17.026 14.6q-.275.35-.262.763t.312.687q.3.3.713.275t.687-.35q1.225-1.5 1.875-3.287T21 9q0-1.95-.65-3.75t-1.875-3.3q-.275-.325-.687-.337t-.713.287t-.312.713t.262.762q.95 1.2 1.463 2.625T19 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 2Q7.35 2 5.438 3.638T3.1 7.8q-.075.425.163.75t.662.4t.75-.162t.4-.663q.3-1.8 1.675-2.962T10 4q2.125 0 3.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.163l.8.625q.35.275.8.2T7.8 15.9l1.925-3.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.8l-3.225 2.8q-.35.3-.325.763t.375.762l.55.45q-.5.8-.712 1.762T3 18q0 1.65 1.175 2.825T7 22M19 9q0 1.55-.513 2.975T17.026 14.6q-.275.35-.262.763t.312.687q.3.3.713.275t.687-.35q1.225-1.5 1.875-3.287T21 9q0-1.95-.65-3.75t-1.875-3.3q-.275-.325-.687-.337t-.713.287t-.312.713t.262.762q.95 1.2 1.463 2.625T19 9"/></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%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%202Q7.35%202%205.438%203.638T3.1%207.8q-.075.425.163.75t.662.4t.75-.162t.4-.663q.3-1.8%201.675-2.962T10%204q2.125%200%203.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.163l.8.625q.35.275.8.2T7.8%2015.9l1.925-3.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.8l-3.225%202.8q-.35.3-.325.763t.375.762l.55.45q-.5.8-.712%201.762T3%2018q0%201.65%201.175%202.825T7%2022M19%209q0%201.55-.513%202.975T17.026%2014.6q-.275.35-.262.763t.312.687q.3.3.713.275t.687-.35q1.225-1.5%201.875-3.287T21%209q0-1.95-.65-3.75t-1.875-3.3q-.275-.325-.687-.337t-.713.287t-.312.713t.262.762q.95%201.2%201.463%202.625T19%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%202Q7.35%202%205.438%203.638T3.1%207.8q-.075.425.163.75t.662.4t.75-.162t.4-.663q.3-1.8%201.675-2.962T10%204q2.125%200%203.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.163l.8.625q.35.275.8.2T7.8%2015.9l1.925-3.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.8l-3.225%202.8q-.35.3-.325.763t.375.762l.55.45q-.5.8-.712%201.762T3%2018q0%201.65%201.175%202.825T7%2022M19%209q0%201.55-.513%202.975T17.026%2014.6q-.275.35-.262.763t.312.687q.3.3.713.275t.687-.35q1.225-1.5%201.875-3.287T21%209q0-1.95-.65-3.75t-1.875-3.3q-.275-.325-.687-.337t-.713.287t-.312.713t.262.762q.95%201.2%201.463%202.625T19%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-rounded.svg?color=%231a73e8&size=48