hearing aid icon

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

Name
hearing-aid-outline
Set
Health Icons
Style
Outline
Category
Devices
Viewbox
48×48
License
MIT
Aliases
hearing-aid2x-outline

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="M26 7c-6.075 0-11 4.925-11 11h-2c0-7.18 5.82-13 13-13s13 5.82 13 13c0 4.501-2.288 8.467-5.76 10.8c-2.37 1.59-4.24 3.706-4.24 6.11V35a8 8 0 1 1-16 0v-.858a11 11 0 0 1 2.47-6.945l-.627-.626a1 1 0 0 1-.082-1.32l4.416-5.679a7 7 0 1 1 5.694 5.337l-5.878 4.573a1 1 0 0 1-1.321-.082l-.78-.78A9 9 0 0 0 15 34.143V35a6 6 0 0 0 12 0v-.089c0-3.457 2.628-6.096 5.124-7.772A10.99 10.99 0 0 0 37 18c0-6.075-4.925-11-11-11m-3.383 17.13a7 7 0 0 1-2.56-2.43l-3.175 4.081l1.58 1.58zM26 13a5 5 0 1 0 0 10a5 5 0 0 0 0-10" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHearingAidOutline(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="M26 7c-6.075 0-11 4.925-11 11h-2c0-7.18 5.82-13 13-13s13 5.82 13 13c0 4.501-2.288 8.467-5.76 10.8c-2.37 1.59-4.24 3.706-4.24 6.11V35a8 8 0 1 1-16 0v-.858a11 11 0 0 1 2.47-6.945l-.627-.626a1 1 0 0 1-.082-1.32l4.416-5.679a7 7 0 1 1 5.694 5.337l-5.878 4.573a1 1 0 0 1-1.321-.082l-.78-.78A9 9 0 0 0 15 34.143V35a6 6 0 0 0 12 0v-.089c0-3.457 2.628-6.096 5.124-7.772A10.99 10.99 0 0 0 37 18c0-6.075-4.925-11-11-11m-3.383 17.13a7 7 0 0 1-2.56-2.43l-3.175 4.081l1.58 1.58zM26 13a5 5 0 1 0 0 10a5 5 0 0 0 0-10" 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="M26 7c-6.075 0-11 4.925-11 11h-2c0-7.18 5.82-13 13-13s13 5.82 13 13c0 4.501-2.288 8.467-5.76 10.8c-2.37 1.59-4.24 3.706-4.24 6.11V35a8 8 0 1 1-16 0v-.858a11 11 0 0 1 2.47-6.945l-.627-.626a1 1 0 0 1-.082-1.32l4.416-5.679a7 7 0 1 1 5.694 5.337l-5.878 4.573a1 1 0 0 1-1.321-.082l-.78-.78A9 9 0 0 0 15 34.143V35a6 6 0 0 0 12 0v-.089c0-3.457 2.628-6.096 5.124-7.772A10.99 10.99 0 0 0 37 18c0-6.075-4.925-11-11-11m-3.383 17.13a7 7 0 0 1-2.56-2.43l-3.175 4.081l1.58 1.58zM26 13a5 5 0 1 0 0 10a5 5 0 0 0 0-10" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-hearing-aid-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26%207c-6.075%200-11%204.925-11%2011h-2c0-7.18%205.82-13%2013-13s13%205.82%2013%2013c0%204.501-2.288%208.467-5.76%2010.8c-2.37%201.59-4.24%203.706-4.24%206.11V35a8%208%200%201%201-16%200v-.858a11%2011%200%200%201%202.47-6.945l-.627-.626a1%201%200%200%201-.082-1.32l4.416-5.679a7%207%200%201%201%205.694%205.337l-5.878%204.573a1%201%200%200%201-1.321-.082l-.78-.78A9%209%200%200%200%2015%2034.143V35a6%206%200%200%200%2012%200v-.089c0-3.457%202.628-6.096%205.124-7.772A10.99%2010.99%200%200%200%2037%2018c0-6.075-4.925-11-11-11m-3.383%2017.13a7%207%200%200%201-2.56-2.43l-3.175%204.081l1.58%201.58zM26%2013a5%205%200%201%200%200%2010a5%205%200%200%200%200-10%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%22M26%207c-6.075%200-11%204.925-11%2011h-2c0-7.18%205.82-13%2013-13s13%205.82%2013%2013c0%204.501-2.288%208.467-5.76%2010.8c-2.37%201.59-4.24%203.706-4.24%206.11V35a8%208%200%201%201-16%200v-.858a11%2011%200%200%201%202.47-6.945l-.627-.626a1%201%200%200%201-.082-1.32l4.416-5.679a7%207%200%201%201%205.694%205.337l-5.878%204.573a1%201%200%200%201-1.321-.082l-.78-.78A9%209%200%200%200%2015%2034.143V35a6%206%200%200%200%2012%200v-.089c0-3.457%202.628-6.096%205.124-7.772A10.99%2010.99%200%200%200%2037%2018c0-6.075-4.925-11-11-11m-3.383%2017.13a7%207%200%200%201-2.56-2.43l-3.175%204.081l1.58%201.58zM26%2013a5%205%200%201%200%200%2010a5%205%200%200%200%200-10%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-outline.svg?color=%231a73e8&size=48