ear hearing loop icon

ear-hearing-loop from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.

Name
ear-hearing-loop
Set
Material Design Icons
Style
Filled
Category
Medical / Hospital
Viewbox
24×24
License
Apache 2.0
Aliases
audio-induction-loop, telecoil

More medical / hospital icons from Material Design Icons

Use the ear hearing loop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6.5a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M16 17v2h2v4h2v-4h2v-2zm-4.31-3.53L3.67 22L2.4 20.73l7.35-7.86c.58.34 1.25.55 1.94.6M19 9c0 1.26-.38 2.65-1.07 3.9c-.93 1.65-1.98 2.48-2.85 3.15c-.81.62-1.39 1.07-1.71 2.05c-.6 1.82-1.37 2.84-2.73 3.55c-.51.23-1.07.35-1.64.35c-1.19 0-2.25-.53-3-1.35l1.43-1.43a1.98 1.98 0 0 0 2.33.63c.71-.35 1.21-.88 1.71-2.38c.53-1.56 1.47-2.29 2.39-3c.79-.61 1.61-1.24 2.32-2.53C16.71 11 17 9.93 17 9c0-2.8-2.2-5-5-5S7 6.2 7 9H5c0-3.93 3.07-7 7-7s7 3.07 7 7m-.63-4.88l2.35-2.39L22 3l-2.68 2.72c-.26-.57-.58-1.11-.95-1.6"/></svg>

React

import type { SVGProps } from "react";

export function MdiEarHearingLoop(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="M12 6.5a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M16 17v2h2v4h2v-4h2v-2zm-4.31-3.53L3.67 22L2.4 20.73l7.35-7.86c.58.34 1.25.55 1.94.6M19 9c0 1.26-.38 2.65-1.07 3.9c-.93 1.65-1.98 2.48-2.85 3.15c-.81.62-1.39 1.07-1.71 2.05c-.6 1.82-1.37 2.84-2.73 3.55c-.51.23-1.07.35-1.64.35c-1.19 0-2.25-.53-3-1.35l1.43-1.43a1.98 1.98 0 0 0 2.33.63c.71-.35 1.21-.88 1.71-2.38c.53-1.56 1.47-2.29 2.39-3c.79-.61 1.61-1.24 2.32-2.53C16.71 11 17 9.93 17 9c0-2.8-2.2-5-5-5S7 6.2 7 9H5c0-3.93 3.07-7 7-7s7 3.07 7 7m-.63-4.88l2.35-2.39L22 3l-2.68 2.72c-.26-.57-.58-1.11-.95-1.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6.5a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M16 17v2h2v4h2v-4h2v-2zm-4.31-3.53L3.67 22L2.4 20.73l7.35-7.86c.58.34 1.25.55 1.94.6M19 9c0 1.26-.38 2.65-1.07 3.9c-.93 1.65-1.98 2.48-2.85 3.15c-.81.62-1.39 1.07-1.71 2.05c-.6 1.82-1.37 2.84-2.73 3.55c-.51.23-1.07.35-1.64.35c-1.19 0-2.25-.53-3-1.35l1.43-1.43a1.98 1.98 0 0 0 2.33.63c.71-.35 1.21-.88 1.71-2.38c.53-1.56 1.47-2.29 2.39-3c.79-.61 1.61-1.24 2.32-2.53C16.71 11 17 9.93 17 9c0-2.8-2.2-5-5-5S7 6.2 7 9H5c0-3.93 3.07-7 7-7s7 3.07 7 7m-.63-4.88l2.35-2.39L22 3l-2.68 2.72c-.26-.57-.58-1.11-.95-1.6"/></svg>
</template>

CSS

.icon-ear-hearing-loop {
  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%22M12%206.5a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5M16%2017v2h2v4h2v-4h2v-2zm-4.31-3.53L3.67%2022L2.4%2020.73l7.35-7.86c.58.34%201.25.55%201.94.6M19%209c0%201.26-.38%202.65-1.07%203.9c-.93%201.65-1.98%202.48-2.85%203.15c-.81.62-1.39%201.07-1.71%202.05c-.6%201.82-1.37%202.84-2.73%203.55c-.51.23-1.07.35-1.64.35c-1.19%200-2.25-.53-3-1.35l1.43-1.43a1.98%201.98%200%200%200%202.33.63c.71-.35%201.21-.88%201.71-2.38c.53-1.56%201.47-2.29%202.39-3c.79-.61%201.61-1.24%202.32-2.53C16.71%2011%2017%209.93%2017%209c0-2.8-2.2-5-5-5S7%206.2%207%209H5c0-3.93%203.07-7%207-7s7%203.07%207%207m-.63-4.88l2.35-2.39L22%203l-2.68%202.72c-.26-.57-.58-1.11-.95-1.6%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%22M12%206.5a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%200-5M16%2017v2h2v4h2v-4h2v-2zm-4.31-3.53L3.67%2022L2.4%2020.73l7.35-7.86c.58.34%201.25.55%201.94.6M19%209c0%201.26-.38%202.65-1.07%203.9c-.93%201.65-1.98%202.48-2.85%203.15c-.81.62-1.39%201.07-1.71%202.05c-.6%201.82-1.37%202.84-2.73%203.55c-.51.23-1.07.35-1.64.35c-1.19%200-2.25-.53-3-1.35l1.43-1.43a1.98%201.98%200%200%200%202.33.63c.71-.35%201.21-.88%201.71-2.38c.53-1.56%201.47-2.29%202.39-3c.79-.61%201.61-1.24%202.32-2.53C16.71%2011%2017%209.93%2017%209c0-2.8-2.2-5-5-5S7%206.2%207%209H5c0-3.93%203.07-7%207-7s7%203.07%207%207m-.63-4.88l2.35-2.39L22%203l-2.68%202.72c-.26-.57-.58-1.11-.95-1.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/ear-hearing-loop.svg?color=%231a73e8&size=48