hearing aid disabled left icon

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

Name
hearing-aid-disabled-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 disabled 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-.5.075-1t.225-.95l1.675 1.675q-.05 1.55.663 2.988t2.037 2.387q1.2.85 1.913 1.638t1.137 2.137q.275.875.838 1.5T17 20q.65 0 1.163-.363t.762-.937l1.475 1.475q-.575.8-1.462 1.313T17 22m4-4.075L10.75 7.675q.4-.95 1.263-1.562T14 5.5q1.625 0 2.663 1.225t.787 2.825l3.225 2.8q.35.3.325.763t-.375.762l-.575.425q.475.725.713 1.65T21 17.925M9.65 6.525l-1.475-1.45q.95-1.425 2.463-2.25T14 2q2.65 0 4.563 1.638T20.9 7.8q.075.425-.162.75t-.663.4t-.75-.162t-.4-.663q-.3-1.8-1.675-2.962T14 4q-1.425 0-2.562.688T9.65 6.525M20.475 21.65q-.3.3-.712.3t-.713-.3L5.1 7.675q-.05.325-.075.65T5 9q0 1.55.513 2.975T6.975 14.6q.275.35.263.763t-.313.687q-.3.3-.712.275t-.688-.35q-1.225-1.5-1.875-3.287T3 9q0-.775.113-1.525T3.424 6L2.1 4.675q-.3-.3-.3-.7t.3-.7t.712-.3t.713.3l16.95 16.975q.3.3.3.7t-.3.7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHearingAidDisabledLeftRounded(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-.5.075-1t.225-.95l1.675 1.675q-.05 1.55.663 2.988t2.037 2.387q1.2.85 1.913 1.638t1.137 2.137q.275.875.838 1.5T17 20q.65 0 1.163-.363t.762-.937l1.475 1.475q-.575.8-1.462 1.313T17 22m4-4.075L10.75 7.675q.4-.95 1.263-1.562T14 5.5q1.625 0 2.663 1.225t.787 2.825l3.225 2.8q.35.3.325.763t-.375.762l-.575.425q.475.725.713 1.65T21 17.925M9.65 6.525l-1.475-1.45q.95-1.425 2.463-2.25T14 2q2.65 0 4.563 1.638T20.9 7.8q.075.425-.162.75t-.663.4t-.75-.162t-.4-.663q-.3-1.8-1.675-2.962T14 4q-1.425 0-2.562.688T9.65 6.525M20.475 21.65q-.3.3-.712.3t-.713-.3L5.1 7.675q-.05.325-.075.65T5 9q0 1.55.513 2.975T6.975 14.6q.275.35.263.763t-.313.687q-.3.3-.712.275t-.688-.35q-1.225-1.5-1.875-3.287T3 9q0-.775.113-1.525T3.424 6L2.1 4.675q-.3-.3-.3-.7t.3-.7t.712-.3t.713.3l16.95 16.975q.3.3.3.7t-.3.7"/></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-.5.075-1t.225-.95l1.675 1.675q-.05 1.55.663 2.988t2.037 2.387q1.2.85 1.913 1.638t1.137 2.137q.275.875.838 1.5T17 20q.65 0 1.163-.363t.762-.937l1.475 1.475q-.575.8-1.462 1.313T17 22m4-4.075L10.75 7.675q.4-.95 1.263-1.562T14 5.5q1.625 0 2.663 1.225t.787 2.825l3.225 2.8q.35.3.325.763t-.375.762l-.575.425q.475.725.713 1.65T21 17.925M9.65 6.525l-1.475-1.45q.95-1.425 2.463-2.25T14 2q2.65 0 4.563 1.638T20.9 7.8q.075.425-.162.75t-.663.4t-.75-.162t-.4-.663q-.3-1.8-1.675-2.962T14 4q-1.425 0-2.562.688T9.65 6.525M20.475 21.65q-.3.3-.712.3t-.713-.3L5.1 7.675q-.05.325-.075.65T5 9q0 1.55.513 2.975T6.975 14.6q.275.35.263.763t-.313.687q-.3.3-.712.275t-.688-.35q-1.225-1.5-1.875-3.287T3 9q0-.775.113-1.525T3.424 6L2.1 4.675q-.3-.3-.3-.7t.3-.7t.712-.3t.713.3l16.95 16.975q.3.3.3.7t-.3.7"/></svg>
</template>

CSS

.icon-hearing-aid-disabled-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-.5.075-1t.225-.95l1.675%201.675q-.05%201.55.663%202.988t2.037%202.387q1.2.85%201.913%201.638t1.137%202.137q.275.875.838%201.5T17%2020q.65%200%201.163-.363t.762-.937l1.475%201.475q-.575.8-1.462%201.313T17%2022m4-4.075L10.75%207.675q.4-.95%201.263-1.562T14%205.5q1.625%200%202.663%201.225t.787%202.825l3.225%202.8q.35.3.325.763t-.375.762l-.575.425q.475.725.713%201.65T21%2017.925M9.65%206.525l-1.475-1.45q.95-1.425%202.463-2.25T14%202q2.65%200%204.563%201.638T20.9%207.8q.075.425-.162.75t-.663.4t-.75-.162t-.4-.663q-.3-1.8-1.675-2.962T14%204q-1.425%200-2.562.688T9.65%206.525M20.475%2021.65q-.3.3-.712.3t-.713-.3L5.1%207.675q-.05.325-.075.65T5%209q0%201.55.513%202.975T6.975%2014.6q.275.35.263.763t-.313.687q-.3.3-.712.275t-.688-.35q-1.225-1.5-1.875-3.287T3%209q0-.775.113-1.525T3.424%206L2.1%204.675q-.3-.3-.3-.7t.3-.7t.712-.3t.713.3l16.95%2016.975q.3.3.3.7t-.3.7%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-.5.075-1t.225-.95l1.675%201.675q-.05%201.55.663%202.988t2.037%202.387q1.2.85%201.913%201.638t1.137%202.137q.275.875.838%201.5T17%2020q.65%200%201.163-.363t.762-.937l1.475%201.475q-.575.8-1.462%201.313T17%2022m4-4.075L10.75%207.675q.4-.95%201.263-1.562T14%205.5q1.625%200%202.663%201.225t.787%202.825l3.225%202.8q.35.3.325.763t-.375.762l-.575.425q.475.725.713%201.65T21%2017.925M9.65%206.525l-1.475-1.45q.95-1.425%202.463-2.25T14%202q2.65%200%204.563%201.638T20.9%207.8q.075.425-.162.75t-.663.4t-.75-.162t-.4-.663q-.3-1.8-1.675-2.962T14%204q-1.425%200-2.562.688T9.65%206.525M20.475%2021.65q-.3.3-.712.3t-.713-.3L5.1%207.675q-.05.325-.075.65T5%209q0%201.55.513%202.975T6.975%2014.6q.275.35.263.763t-.313.687q-.3.3-.712.275t-.688-.35q-1.225-1.5-1.875-3.287T3%209q0-.775.113-1.525T3.424%206L2.1%204.675q-.3-.3-.3-.7t.3-.7t.712-.3t.713.3l16.95%2016.975q.3.3.3.7t-.3.7%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-disabled-left-rounded.svg?color=%231a73e8&size=48