hard of hearing icon

hard-of-hearing from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
hard-of-hearing
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

Related icons in Font Awesome Solid

Use the hard of hearing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m566.6 118.6l-40 40c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l40-40c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3m-320 320l-128 128c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3M304 192c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3c9.7-88 84.3-156.5 174.9-156.5c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7v6.1c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48V458c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zm0 80c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidHardOfHearing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m566.6 118.6l-40 40c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l40-40c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3m-320 320l-128 128c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3M304 192c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3c9.7-88 84.3-156.5 174.9-156.5c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7v6.1c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48V458c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zm0 80c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m566.6 118.6l-40 40c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l40-40c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3m-320 320l-128 128c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3M304 192c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3c9.7-88 84.3-156.5 174.9-156.5c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7v6.1c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48V458c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zm0 80c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32"/></svg>
</template>

CSS

.icon-hard-of-hearing {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m566.6%20118.6l-40%2040c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l40-40c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3m-320%20320l-128%20128c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l128-128c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3M304%20192c-57.6%200-105.1%2043.6-111.3%2099.5c-1.9%2017.6-17.8%2030.2-35.3%2028.3s-30.2-17.8-28.3-35.3c9.7-88%2084.3-156.5%20174.9-156.5c97.2%200%20176%2078.8%20176%20176c0%2046-17.7%2087.9-46.6%20119.3c-12%2013-17.4%2024.8-17.4%2034.7v6.1c0%2061.9-50.1%20112-112%20112c-17.7%200-32-14.3-32-32s14.3-32%2032-32c26.5%200%2048-21.5%2048-48V458c0-32.9%2017.4-59.6%2034.4-78c18.4-20%2029.6-46.6%2029.6-75.9c0-61.9-50.1-112-112-112zm0%2080c-17.7%200-32%2014.3-32%2032c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-44.2%2035.8-80%2080-80s80%2035.8%2080%2080c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-17.7-14.3-32-32-32%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m566.6%20118.6l-40%2040c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l40-40c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3m-320%20320l-128%20128c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l128-128c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3M304%20192c-57.6%200-105.1%2043.6-111.3%2099.5c-1.9%2017.6-17.8%2030.2-35.3%2028.3s-30.2-17.8-28.3-35.3c9.7-88%2084.3-156.5%20174.9-156.5c97.2%200%20176%2078.8%20176%20176c0%2046-17.7%2087.9-46.6%20119.3c-12%2013-17.4%2024.8-17.4%2034.7v6.1c0%2061.9-50.1%20112-112%20112c-17.7%200-32-14.3-32-32s14.3-32%2032-32c26.5%200%2048-21.5%2048-48V458c0-32.9%2017.4-59.6%2034.4-78c18.4-20%2029.6-46.6%2029.6-75.9c0-61.9-50.1-112-112-112zm0%2080c-17.7%200-32%2014.3-32%2032c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-44.2%2035.8-80%2080-80s80%2035.8%2080%2080c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-17.7-14.3-32-32-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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