hearing aid icon

hearing-aid from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.

Name
hearing-aid
Set
Health Icons
Style
Filled
Category
Devices
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More devices icons from Health Icons

Use the hearing aid icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M15 18c0-6.075 4.925-11 11-11s11 4.925 11 11c0 3.807-1.933 7.163-4.876 9.139C29.628 28.815 27 31.454 27 34.911V35a6 6 0 0 1-12 0v-.858a9 9 0 0 1 1.893-5.521l.779.779a1 1 0 0 0 1.32.082l5.88-4.572Q25.423 25 26 25a7 7 0 1 0-6.823-5.428l-4.416 5.678a1 1 0 0 0 .082 1.321l.626.627A11 11 0 0 0 13 34.142V35a8 8 0 1 0 16 0v-.089c0-2.404 1.87-4.52 4.24-6.112A12.99 12.99 0 0 0 39 18c0-7.18-5.82-13-13-13s-13 5.82-13 13zm5.056 3.7a7 7 0 0 0 2.56 2.43l-4.154 3.231l-1.58-1.58z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHearingAid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M15 18c0-6.075 4.925-11 11-11s11 4.925 11 11c0 3.807-1.933 7.163-4.876 9.139C29.628 28.815 27 31.454 27 34.911V35a6 6 0 0 1-12 0v-.858a9 9 0 0 1 1.893-5.521l.779.779a1 1 0 0 0 1.32.082l5.88-4.572Q25.423 25 26 25a7 7 0 1 0-6.823-5.428l-4.416 5.678a1 1 0 0 0 .082 1.321l.626.627A11 11 0 0 0 13 34.142V35a8 8 0 1 0 16 0v-.089c0-2.404 1.87-4.52 4.24-6.112A12.99 12.99 0 0 0 39 18c0-7.18-5.82-13-13-13s-13 5.82-13 13zm5.056 3.7a7 7 0 0 0 2.56 2.43l-4.154 3.231l-1.58-1.58z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M15 18c0-6.075 4.925-11 11-11s11 4.925 11 11c0 3.807-1.933 7.163-4.876 9.139C29.628 28.815 27 31.454 27 34.911V35a6 6 0 0 1-12 0v-.858a9 9 0 0 1 1.893-5.521l.779.779a1 1 0 0 0 1.32.082l5.88-4.572Q25.423 25 26 25a7 7 0 1 0-6.823-5.428l-4.416 5.678a1 1 0 0 0 .082 1.321l.626.627A11 11 0 0 0 13 34.142V35a8 8 0 1 0 16 0v-.089c0-2.404 1.87-4.52 4.24-6.112A12.99 12.99 0 0 0 39 18c0-7.18-5.82-13-13-13s-13 5.82-13 13zm5.056 3.7a7 7 0 0 0 2.56 2.43l-4.154 3.231l-1.58-1.58z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-hearing-aid {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2018c0-6.075%204.925-11%2011-11s11%204.925%2011%2011c0%203.807-1.933%207.163-4.876%209.139C29.628%2028.815%2027%2031.454%2027%2034.911V35a6%206%200%200%201-12%200v-.858a9%209%200%200%201%201.893-5.521l.779.779a1%201%200%200%200%201.32.082l5.88-4.572Q25.423%2025%2026%2025a7%207%200%201%200-6.823-5.428l-4.416%205.678a1%201%200%200%200%20.082%201.321l.626.627A11%2011%200%200%200%2013%2034.142V35a8%208%200%201%200%2016%200v-.089c0-2.404%201.87-4.52%204.24-6.112A12.99%2012.99%200%200%200%2039%2018c0-7.18-5.82-13-13-13s-13%205.82-13%2013zm5.056%203.7a7%207%200%200%200%202.56%202.43l-4.154%203.231l-1.58-1.58z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2018c0-6.075%204.925-11%2011-11s11%204.925%2011%2011c0%203.807-1.933%207.163-4.876%209.139C29.628%2028.815%2027%2031.454%2027%2034.911V35a6%206%200%200%201-12%200v-.858a9%209%200%200%201%201.893-5.521l.779.779a1%201%200%200%200%201.32.082l5.88-4.572Q25.423%2025%2026%2025a7%207%200%201%200-6.823-5.428l-4.416%205.678a1%201%200%200%200%20.082%201.321l.626.627A11%2011%200%200%200%2013%2034.142V35a8%208%200%201%200%2016%200v-.089c0-2.404%201.87-4.52%204.24-6.112A12.99%2012.99%200%200%200%2039%2018c0-7.18-5.82-13-13-13s-13%205.82-13%2013zm5.056%203.7a7%207%200%200%200%202.56%202.43l-4.154%203.231l-1.58-1.58z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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