hearing icon

hearing from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.

Name
hearing
Set
Carbon
Style
Outline
Category
Person
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More person icons from Carbon

Use the hearing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 30v-2a10.01 10.01 0 0 0 10-10h2a12.013 12.013 0 0 1-12 12"/><path fill="currentColor" d="M18 26v-2a6.007 6.007 0 0 0 6-6h2a8.01 8.01 0 0 1-8 8"/><path fill="currentColor" d="M18 22v-2a2 2 0 0 0 2-2h2a4.004 4.004 0 0 1-4 4M10 2a9.01 9.01 0 0 0-9 9h2a7 7 0 0 1 14 0a7.09 7.09 0 0 1-3.501 6.135l-.499.288v3.073a2.94 2.94 0 0 1-.9 2.152a4.18 4.18 0 0 1-4.633 1.03A4.09 4.09 0 0 1 5 20H3a6.12 6.12 0 0 0 3.67 5.512a5.8 5.8 0 0 0 2.314.486a6.6 6.6 0 0 0 4.478-1.888A4.94 4.94 0 0 0 15 20.496v-1.942A9.11 9.11 0 0 0 19 11a9.01 9.01 0 0 0-9-9"/><path fill="currentColor" d="M9.28 8.083A3.006 3.006 0 0 1 13 11h2a4.98 4.98 0 0 0-1.884-3.911a5.04 5.04 0 0 0-4.281-.957a4.95 4.95 0 0 0-3.703 3.703a5.03 5.03 0 0 0 2.304 5.458A3.08 3.08 0 0 1 9 17.924V20h2v-2.077a5.06 5.06 0 0 0-2.537-4.346a3.002 3.002 0 0 1 .817-5.494"/></svg>

React

import type { SVGProps } from "react";

export function CarbonHearing(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 30v-2a10.01 10.01 0 0 0 10-10h2a12.013 12.013 0 0 1-12 12"/><path fill="currentColor" d="M18 26v-2a6.007 6.007 0 0 0 6-6h2a8.01 8.01 0 0 1-8 8"/><path fill="currentColor" d="M18 22v-2a2 2 0 0 0 2-2h2a4.004 4.004 0 0 1-4 4M10 2a9.01 9.01 0 0 0-9 9h2a7 7 0 0 1 14 0a7.09 7.09 0 0 1-3.501 6.135l-.499.288v3.073a2.94 2.94 0 0 1-.9 2.152a4.18 4.18 0 0 1-4.633 1.03A4.09 4.09 0 0 1 5 20H3a6.12 6.12 0 0 0 3.67 5.512a5.8 5.8 0 0 0 2.314.486a6.6 6.6 0 0 0 4.478-1.888A4.94 4.94 0 0 0 15 20.496v-1.942A9.11 9.11 0 0 0 19 11a9.01 9.01 0 0 0-9-9"/><path fill="currentColor" d="M9.28 8.083A3.006 3.006 0 0 1 13 11h2a4.98 4.98 0 0 0-1.884-3.911a5.04 5.04 0 0 0-4.281-.957a4.95 4.95 0 0 0-3.703 3.703a5.03 5.03 0 0 0 2.304 5.458A3.08 3.08 0 0 1 9 17.924V20h2v-2.077a5.06 5.06 0 0 0-2.537-4.346a3.002 3.002 0 0 1 .817-5.494"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 30v-2a10.01 10.01 0 0 0 10-10h2a12.013 12.013 0 0 1-12 12"/><path fill="currentColor" d="M18 26v-2a6.007 6.007 0 0 0 6-6h2a8.01 8.01 0 0 1-8 8"/><path fill="currentColor" d="M18 22v-2a2 2 0 0 0 2-2h2a4.004 4.004 0 0 1-4 4M10 2a9.01 9.01 0 0 0-9 9h2a7 7 0 0 1 14 0a7.09 7.09 0 0 1-3.501 6.135l-.499.288v3.073a2.94 2.94 0 0 1-.9 2.152a4.18 4.18 0 0 1-4.633 1.03A4.09 4.09 0 0 1 5 20H3a6.12 6.12 0 0 0 3.67 5.512a5.8 5.8 0 0 0 2.314.486a6.6 6.6 0 0 0 4.478-1.888A4.94 4.94 0 0 0 15 20.496v-1.942A9.11 9.11 0 0 0 19 11a9.01 9.01 0 0 0-9-9"/><path fill="currentColor" d="M9.28 8.083A3.006 3.006 0 0 1 13 11h2a4.98 4.98 0 0 0-1.884-3.911a5.04 5.04 0 0 0-4.281-.957a4.95 4.95 0 0 0-3.703 3.703a5.03 5.03 0 0 0 2.304 5.458A3.08 3.08 0 0 1 9 17.924V20h2v-2.077a5.06 5.06 0 0 0-2.537-4.346a3.002 3.002 0 0 1 .817-5.494"/></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2030v-2a10.01%2010.01%200%200%200%2010-10h2a12.013%2012.013%200%200%201-12%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2026v-2a6.007%206.007%200%200%200%206-6h2a8.01%208.01%200%200%201-8%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2022v-2a2%202%200%200%200%202-2h2a4.004%204.004%200%200%201-4%204M10%202a9.01%209.01%200%200%200-9%209h2a7%207%200%200%201%2014%200a7.09%207.09%200%200%201-3.501%206.135l-.499.288v3.073a2.94%202.94%200%200%201-.9%202.152a4.18%204.18%200%200%201-4.633%201.03A4.09%204.09%200%200%201%205%2020H3a6.12%206.12%200%200%200%203.67%205.512a5.8%205.8%200%200%200%202.314.486a6.6%206.6%200%200%200%204.478-1.888A4.94%204.94%200%200%200%2015%2020.496v-1.942A9.11%209.11%200%200%200%2019%2011a9.01%209.01%200%200%200-9-9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.28%208.083A3.006%203.006%200%200%201%2013%2011h2a4.98%204.98%200%200%200-1.884-3.911a5.04%205.04%200%200%200-4.281-.957a4.95%204.95%200%200%200-3.703%203.703a5.03%205.03%200%200%200%202.304%205.458A3.08%203.08%200%200%201%209%2017.924V20h2v-2.077a5.06%205.06%200%200%200-2.537-4.346a3.002%203.002%200%200%201%20.817-5.494%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2030v-2a10.01%2010.01%200%200%200%2010-10h2a12.013%2012.013%200%200%201-12%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2026v-2a6.007%206.007%200%200%200%206-6h2a8.01%208.01%200%200%201-8%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2022v-2a2%202%200%200%200%202-2h2a4.004%204.004%200%200%201-4%204M10%202a9.01%209.01%200%200%200-9%209h2a7%207%200%200%201%2014%200a7.09%207.09%200%200%201-3.501%206.135l-.499.288v3.073a2.94%202.94%200%200%201-.9%202.152a4.18%204.18%200%200%201-4.633%201.03A4.09%204.09%200%200%201%205%2020H3a6.12%206.12%200%200%200%203.67%205.512a5.8%205.8%200%200%200%202.314.486a6.6%206.6%200%200%200%204.478-1.888A4.94%204.94%200%200%200%2015%2020.496v-1.942A9.11%209.11%200%200%200%2019%2011a9.01%209.01%200%200%200-9-9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.28%208.083A3.006%203.006%200%200%201%2013%2011h2a4.98%204.98%200%200%200-1.884-3.911a5.04%205.04%200%200%200-4.281-.957a4.95%204.95%200%200%200-3.703%203.703a5.03%205.03%200%200%200%202.304%205.458A3.08%203.08%200%200%201%209%2017.924V20h2v-2.077a5.06%205.06%200%200%200-2.537-4.346a3.002%203.002%200%200%201%20.817-5.494%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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