round hearing icon
round-hearing from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.
- Name
- round-hearing
- Set
- Google Material Icons
- Style
- Baseline
- Category
- AV
- Viewbox
- 24×24
- License
- Apache 2.0
More av icons from Google Material Icons
baseline-10kbaseline-1kbaseline-1k-plusbaseline-2kbaseline-2k-plusbaseline-3kbaseline-3k-plusbaseline-4kbaseline-4k-plusbaseline-5gbaseline-5kbaseline-5k-plusbaseline-6kbaseline-6k-plusbaseline-7kbaseline-7k-plusbaseline-8kbaseline-8k-plusbaseline-9kbaseline-9k-plusbaseline-add-to-queuebaseline-airplaybaseline-albumbaseline-art-track
Use the round hearing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 20c-.29 0-.56-.06-.76-.15c-.71-.37-1.21-.88-1.71-2.38c-.51-1.56-1.47-2.29-2.39-3c-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5c2.56 0 4.63 1.85 4.95 4.31c.06.4.41.69.82.69h.34c.5 0 .89-.44.83-.94C20.49 4.59 17.61 2 14 2c-3.93 0-7 3.07-7 7c0 1.26.38 2.65 1.07 3.9c.91 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.55a4.007 4.007 0 0 0 5.5-2.58a.845.845 0 0 0-.81-1.07h-.35c-.38 0-.68.27-.81.63c-.26.79-1.01 1.37-1.89 1.37M6.97 1.97a1.01 1.01 0 0 0-1.5.07C3.93 3.94 3 6.36 3 9s.93 5.06 2.47 6.95c.38.46 1.07.5 1.49.08c.36-.36.39-.93.07-1.32C5.77 13.16 5 11.17 5 9s.77-4.16 2.04-5.7c.33-.4.29-.97-.07-1.33M11.5 9a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundHearing(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="M17 20c-.29 0-.56-.06-.76-.15c-.71-.37-1.21-.88-1.71-2.38c-.51-1.56-1.47-2.29-2.39-3c-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5c2.56 0 4.63 1.85 4.95 4.31c.06.4.41.69.82.69h.34c.5 0 .89-.44.83-.94C20.49 4.59 17.61 2 14 2c-3.93 0-7 3.07-7 7c0 1.26.38 2.65 1.07 3.9c.91 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.55a4.007 4.007 0 0 0 5.5-2.58a.845.845 0 0 0-.81-1.07h-.35c-.38 0-.68.27-.81.63c-.26.79-1.01 1.37-1.89 1.37M6.97 1.97a1.01 1.01 0 0 0-1.5.07C3.93 3.94 3 6.36 3 9s.93 5.06 2.47 6.95c.38.46 1.07.5 1.49.08c.36-.36.39-.93.07-1.32C5.77 13.16 5 11.17 5 9s.77-4.16 2.04-5.7c.33-.4.29-.97-.07-1.33M11.5 9a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 20c-.29 0-.56-.06-.76-.15c-.71-.37-1.21-.88-1.71-2.38c-.51-1.56-1.47-2.29-2.39-3c-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5c2.56 0 4.63 1.85 4.95 4.31c.06.4.41.69.82.69h.34c.5 0 .89-.44.83-.94C20.49 4.59 17.61 2 14 2c-3.93 0-7 3.07-7 7c0 1.26.38 2.65 1.07 3.9c.91 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.55a4.007 4.007 0 0 0 5.5-2.58a.845.845 0 0 0-.81-1.07h-.35c-.38 0-.68.27-.81.63c-.26.79-1.01 1.37-1.89 1.37M6.97 1.97a1.01 1.01 0 0 0-1.5.07C3.93 3.94 3 6.36 3 9s.93 5.06 2.47 6.95c.38.46 1.07.5 1.49.08c.36-.36.39-.93.07-1.32C5.77 13.16 5 11.17 5 9s.77-4.16 2.04-5.7c.33-.4.29-.97-.07-1.33M11.5 9a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-5 0"/></svg> </template>
CSS
.icon-round-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2020c-.29%200-.56-.06-.76-.15c-.71-.37-1.21-.88-1.71-2.38c-.51-1.56-1.47-2.29-2.39-3c-.79-.61-1.61-1.24-2.32-2.53C9.29%2010.98%209%209.93%209%209c0-2.8%202.2-5%205-5c2.56%200%204.63%201.85%204.95%204.31c.06.4.41.69.82.69h.34c.5%200%20.89-.44.83-.94C20.49%204.59%2017.61%202%2014%202c-3.93%200-7%203.07-7%207c0%201.26.38%202.65%201.07%203.9c.91%201.65%201.98%202.48%202.85%203.15c.81.62%201.39%201.07%201.71%202.05c.6%201.82%201.37%202.84%202.73%203.55a4.007%204.007%200%200%200%205.5-2.58a.845.845%200%200%200-.81-1.07h-.35c-.38%200-.68.27-.81.63c-.26.79-1.01%201.37-1.89%201.37M6.97%201.97a1.01%201.01%200%200%200-1.5.07C3.93%203.94%203%206.36%203%209s.93%205.06%202.47%206.95c.38.46%201.07.5%201.49.08c.36-.36.39-.93.07-1.32C5.77%2013.16%205%2011.17%205%209s.77-4.16%202.04-5.7c.33-.4.29-.97-.07-1.33M11.5%209a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-5%200%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%22M17%2020c-.29%200-.56-.06-.76-.15c-.71-.37-1.21-.88-1.71-2.38c-.51-1.56-1.47-2.29-2.39-3c-.79-.61-1.61-1.24-2.32-2.53C9.29%2010.98%209%209.93%209%209c0-2.8%202.2-5%205-5c2.56%200%204.63%201.85%204.95%204.31c.06.4.41.69.82.69h.34c.5%200%20.89-.44.83-.94C20.49%204.59%2017.61%202%2014%202c-3.93%200-7%203.07-7%207c0%201.26.38%202.65%201.07%203.9c.91%201.65%201.98%202.48%202.85%203.15c.81.62%201.39%201.07%201.71%202.05c.6%201.82%201.37%202.84%202.73%203.55a4.007%204.007%200%200%200%205.5-2.58a.845.845%200%200%200-.81-1.07h-.35c-.38%200-.68.27-.81.63c-.26.79-1.01%201.37-1.89%201.37M6.97%201.97a1.01%201.01%200%200%200-1.5.07C3.93%203.94%203%206.36%203%209s.93%205.06%202.47%206.95c.38.46%201.07.5%201.49.08c.36-.36.39-.93.07-1.32C5.77%2013.16%205%2011.17%205%209s.77-4.16%202.04-5.7c.33-.4.29-.97-.07-1.33M11.5%209a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-hearing.svg?color=%231a73e8&size=48