hearing aid disabled left icon

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

Name
hearing-aid-disabled-left-outline
Set
Material Symbols
Style
Outline
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
hearing-aid-disabled-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 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.075l-3.85-3.85l1.275-1.025l-1.875-1.625q-.275.25-.575.475t-.65.35l-1.85-1.85q.125.05.263.075T14 10.5q.625 0 1.063-.437T15.5 9t-.437-1.062T14 7.5t-1.062.438T12.5 9q0 .125.025.263t.075.262l-1.85-1.85q.4-.95 1.263-1.563T14 5.5q1.625 0 2.663 1.225t.787 2.825l4.1 3.55l-1.5 1.2q.475.725.713 1.65T21 17.925M19 9q0-2.125-1.437-3.562T14 4q-1.425 0-2.562.688T9.65 6.525l-1.475-1.45q.95-1.425 2.463-2.25T14 2q2.95 0 4.975 2.025T21 9zm.75 13.375L5.1 7.675q-.05.325-.075.65T5 9q0 1.8.688 3.438T7.65 15.35l-1.45 1.4q-1.55-1.575-2.375-3.588T3 9q0-.775.113-1.525T3.424 6L1.4 3.975L2.825 2.55l18.35 18.4zm-2.875-9.625"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHearingAidDisabledLeftOutline(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.075l-3.85-3.85l1.275-1.025l-1.875-1.625q-.275.25-.575.475t-.65.35l-1.85-1.85q.125.05.263.075T14 10.5q.625 0 1.063-.437T15.5 9t-.437-1.062T14 7.5t-1.062.438T12.5 9q0 .125.025.263t.075.262l-1.85-1.85q.4-.95 1.263-1.563T14 5.5q1.625 0 2.663 1.225t.787 2.825l4.1 3.55l-1.5 1.2q.475.725.713 1.65T21 17.925M19 9q0-2.125-1.437-3.562T14 4q-1.425 0-2.562.688T9.65 6.525l-1.475-1.45q.95-1.425 2.463-2.25T14 2q2.95 0 4.975 2.025T21 9zm.75 13.375L5.1 7.675q-.05.325-.075.65T5 9q0 1.8.688 3.438T7.65 15.35l-1.45 1.4q-1.55-1.575-2.375-3.588T3 9q0-.775.113-1.525T3.424 6L1.4 3.975L2.825 2.55l18.35 18.4zm-2.875-9.625"/></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.075l-3.85-3.85l1.275-1.025l-1.875-1.625q-.275.25-.575.475t-.65.35l-1.85-1.85q.125.05.263.075T14 10.5q.625 0 1.063-.437T15.5 9t-.437-1.062T14 7.5t-1.062.438T12.5 9q0 .125.025.263t.075.262l-1.85-1.85q.4-.95 1.263-1.563T14 5.5q1.625 0 2.663 1.225t.787 2.825l4.1 3.55l-1.5 1.2q.475.725.713 1.65T21 17.925M19 9q0-2.125-1.437-3.562T14 4q-1.425 0-2.562.688T9.65 6.525l-1.475-1.45q.95-1.425 2.463-2.25T14 2q2.95 0 4.975 2.025T21 9zm.75 13.375L5.1 7.675q-.05.325-.075.65T5 9q0 1.8.688 3.438T7.65 15.35l-1.45 1.4q-1.55-1.575-2.375-3.588T3 9q0-.775.113-1.525T3.424 6L1.4 3.975L2.825 2.55l18.35 18.4zm-2.875-9.625"/></svg>
</template>

CSS

.icon-hearing-aid-disabled-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-.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.075l-3.85-3.85l1.275-1.025l-1.875-1.625q-.275.25-.575.475t-.65.35l-1.85-1.85q.125.05.263.075T14%2010.5q.625%200%201.063-.437T15.5%209t-.437-1.062T14%207.5t-1.062.438T12.5%209q0%20.125.025.263t.075.262l-1.85-1.85q.4-.95%201.263-1.563T14%205.5q1.625%200%202.663%201.225t.787%202.825l4.1%203.55l-1.5%201.2q.475.725.713%201.65T21%2017.925M19%209q0-2.125-1.437-3.562T14%204q-1.425%200-2.562.688T9.65%206.525l-1.475-1.45q.95-1.425%202.463-2.25T14%202q2.95%200%204.975%202.025T21%209zm.75%2013.375L5.1%207.675q-.05.325-.075.65T5%209q0%201.8.688%203.438T7.65%2015.35l-1.45%201.4q-1.55-1.575-2.375-3.588T3%209q0-.775.113-1.525T3.424%206L1.4%203.975L2.825%202.55l18.35%2018.4zm-2.875-9.625%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.075l-3.85-3.85l1.275-1.025l-1.875-1.625q-.275.25-.575.475t-.65.35l-1.85-1.85q.125.05.263.075T14%2010.5q.625%200%201.063-.437T15.5%209t-.437-1.062T14%207.5t-1.062.438T12.5%209q0%20.125.025.263t.075.262l-1.85-1.85q.4-.95%201.263-1.563T14%205.5q1.625%200%202.663%201.225t.787%202.825l4.1%203.55l-1.5%201.2q.475.725.713%201.65T21%2017.925M19%209q0-2.125-1.437-3.562T14%204q-1.425%200-2.562.688T9.65%206.525l-1.475-1.45q.95-1.425%202.463-2.25T14%202q2.95%200%204.975%202.025T21%209zm.75%2013.375L5.1%207.675q-.05.325-.075.65T5%209q0%201.8.688%203.438T7.65%2015.35l-1.45%201.4q-1.55-1.575-2.375-3.588T3%209q0-.775.113-1.525T3.424%206L1.4%203.975L2.825%202.55l18.35%2018.4zm-2.875-9.625%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-outline.svg?color=%231a73e8&size=48