hearing-outline-rounded from Material Symbols Light by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
hearing-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

2 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the hearing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.48 9q0 1.671-.54 3.17q-.542 1.5-1.544 2.751q-.14.177-.16.397t.147.367q.17.146.375.108q.203-.037.363-.214q1.092-1.348 1.726-3.027T20.481 9q0-1.884-.634-3.573q-.634-1.688-1.726-3.056q-.16-.177-.363-.214q-.204-.038-.375.109q-.166.146-.147.366t.16.397q1.002 1.252 1.543 2.763q.542 1.512.542 3.208m-7.995 1.503q.61-.612.61-1.503q0-.896-.61-1.506q-.609-.61-1.505-.61t-1.506.61T7.865 9q0 .89.61 1.503t1.506.613t1.506-.613M4.557 18.5q-.038-.213-.171-.366q-.134-.153-.347-.153q-.233 0-.386.153q-.153.152-.134.366q.154 1.285 1.137 2.142t2.325.858q1.338 0 2.23-.756q.891-.755 1.397-2.14q.386-1.096.87-1.702t1.845-1.686q1.512-1.212 2.335-2.72T16.48 9q0-2.783-1.859-4.641T9.981 2.5q-2.667 0-4.497 1.695T3.519 8.5q-.019.214.134.357T4.019 9t.347-.143t.153-.357q.135-2.183 1.697-3.591T9.981 3.5q2.317 0 3.909 1.591Q15.48 6.683 15.48 9q0 1.777-.8 3.16q-.8 1.382-2.068 2.351q-1.185.893-1.824 1.687t-1.084 1.96q-.427 1.119-1.04 1.73t-1.683.612q-.883 0-1.576-.568T4.558 18.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHearingOutlineRounded(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="M19.48 9q0 1.671-.54 3.17q-.542 1.5-1.544 2.751q-.14.177-.16.397t.147.367q.17.146.375.108q.203-.037.363-.214q1.092-1.348 1.726-3.027T20.481 9q0-1.884-.634-3.573q-.634-1.688-1.726-3.056q-.16-.177-.363-.214q-.204-.038-.375.109q-.166.146-.147.366t.16.397q1.002 1.252 1.543 2.763q.542 1.512.542 3.208m-7.995 1.503q.61-.612.61-1.503q0-.896-.61-1.506q-.609-.61-1.505-.61t-1.506.61T7.865 9q0 .89.61 1.503t1.506.613t1.506-.613M4.557 18.5q-.038-.213-.171-.366q-.134-.153-.347-.153q-.233 0-.386.153q-.153.152-.134.366q.154 1.285 1.137 2.142t2.325.858q1.338 0 2.23-.756q.891-.755 1.397-2.14q.386-1.096.87-1.702t1.845-1.686q1.512-1.212 2.335-2.72T16.48 9q0-2.783-1.859-4.641T9.981 2.5q-2.667 0-4.497 1.695T3.519 8.5q-.019.214.134.357T4.019 9t.347-.143t.153-.357q.135-2.183 1.697-3.591T9.981 3.5q2.317 0 3.909 1.591Q15.48 6.683 15.48 9q0 1.777-.8 3.16q-.8 1.382-2.068 2.351q-1.185.893-1.824 1.687t-1.084 1.96q-.427 1.119-1.04 1.73t-1.683.612q-.883 0-1.576-.568T4.558 18.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.48 9q0 1.671-.54 3.17q-.542 1.5-1.544 2.751q-.14.177-.16.397t.147.367q.17.146.375.108q.203-.037.363-.214q1.092-1.348 1.726-3.027T20.481 9q0-1.884-.634-3.573q-.634-1.688-1.726-3.056q-.16-.177-.363-.214q-.204-.038-.375.109q-.166.146-.147.366t.16.397q1.002 1.252 1.543 2.763q.542 1.512.542 3.208m-7.995 1.503q.61-.612.61-1.503q0-.896-.61-1.506q-.609-.61-1.505-.61t-1.506.61T7.865 9q0 .89.61 1.503t1.506.613t1.506-.613M4.557 18.5q-.038-.213-.171-.366q-.134-.153-.347-.153q-.233 0-.386.153q-.153.152-.134.366q.154 1.285 1.137 2.142t2.325.858q1.338 0 2.23-.756q.891-.755 1.397-2.14q.386-1.096.87-1.702t1.845-1.686q1.512-1.212 2.335-2.72T16.48 9q0-2.783-1.859-4.641T9.981 2.5q-2.667 0-4.497 1.695T3.519 8.5q-.019.214.134.357T4.019 9t.347-.143t.153-.357q.135-2.183 1.697-3.591T9.981 3.5q2.317 0 3.909 1.591Q15.48 6.683 15.48 9q0 1.777-.8 3.16q-.8 1.382-2.068 2.351q-1.185.893-1.824 1.687t-1.084 1.96q-.427 1.119-1.04 1.73t-1.683.612q-.883 0-1.576-.568T4.558 18.5"/></svg>
</template>

CSS

.icon-hearing-outline-rounded {
  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%22M19.48%209q0%201.671-.54%203.17q-.542%201.5-1.544%202.751q-.14.177-.16.397t.147.367q.17.146.375.108q.203-.037.363-.214q1.092-1.348%201.726-3.027T20.481%209q0-1.884-.634-3.573q-.634-1.688-1.726-3.056q-.16-.177-.363-.214q-.204-.038-.375.109q-.166.146-.147.366t.16.397q1.002%201.252%201.543%202.763q.542%201.512.542%203.208m-7.995%201.503q.61-.612.61-1.503q0-.896-.61-1.506q-.609-.61-1.505-.61t-1.506.61T7.865%209q0%20.89.61%201.503t1.506.613t1.506-.613M4.557%2018.5q-.038-.213-.171-.366q-.134-.153-.347-.153q-.233%200-.386.153q-.153.152-.134.366q.154%201.285%201.137%202.142t2.325.858q1.338%200%202.23-.756q.891-.755%201.397-2.14q.386-1.096.87-1.702t1.845-1.686q1.512-1.212%202.335-2.72T16.48%209q0-2.783-1.859-4.641T9.981%202.5q-2.667%200-4.497%201.695T3.519%208.5q-.019.214.134.357T4.019%209t.347-.143t.153-.357q.135-2.183%201.697-3.591T9.981%203.5q2.317%200%203.909%201.591Q15.48%206.683%2015.48%209q0%201.777-.8%203.16q-.8%201.382-2.068%202.351q-1.185.893-1.824%201.687t-1.084%201.96q-.427%201.119-1.04%201.73t-1.683.612q-.883%200-1.576-.568T4.558%2018.5%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%22M19.48%209q0%201.671-.54%203.17q-.542%201.5-1.544%202.751q-.14.177-.16.397t.147.367q.17.146.375.108q.203-.037.363-.214q1.092-1.348%201.726-3.027T20.481%209q0-1.884-.634-3.573q-.634-1.688-1.726-3.056q-.16-.177-.363-.214q-.204-.038-.375.109q-.166.146-.147.366t.16.397q1.002%201.252%201.543%202.763q.542%201.512.542%203.208m-7.995%201.503q.61-.612.61-1.503q0-.896-.61-1.506q-.609-.61-1.505-.61t-1.506.61T7.865%209q0%20.89.61%201.503t1.506.613t1.506-.613M4.557%2018.5q-.038-.213-.171-.366q-.134-.153-.347-.153q-.233%200-.386.153q-.153.152-.134.366q.154%201.285%201.137%202.142t2.325.858q1.338%200%202.23-.756q.891-.755%201.397-2.14q.386-1.096.87-1.702t1.845-1.686q1.512-1.212%202.335-2.72T16.48%209q0-2.783-1.859-4.641T9.981%202.5q-2.667%200-4.497%201.695T3.519%208.5q-.019.214.134.357T4.019%209t.347-.143t.153-.357q.135-2.183%201.697-3.591T9.981%203.5q2.317%200%203.909%201.591Q15.48%206.683%2015.48%209q0%201.777-.8%203.16q-.8%201.382-2.068%202.351q-1.185.893-1.824%201.687t-1.084%201.96q-.427%201.119-1.04%201.73t-1.683.612q-.883%200-1.576-.568T4.558%2018.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hearing-outline-rounded.svg?color=%231a73e8&size=48