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

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

2 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the ear sound icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.487 10.503q.61-.612.61-1.503q0-.896-.61-1.506t-1.506-.61t-1.506.61T6.865 9q0 .89.61 1.503t1.506.613t1.506-.613m7.563 2.938q-.183-.074-.278-.244t-.022-.347q.356-.927.543-1.897T18.481 9t-.178-1.93q-.178-.949-.534-1.876q-.073-.177.025-.341t.281-.238q.214-.073.409.028t.274.315q.367.975.545 1.983T19.481 9q0 1.056-.19 2.084q-.191 1.028-.558 2.008q-.08.214-.274.317q-.195.104-.409.031m2.939 2.92q-.177-.08-.25-.24t.011-.331q.856-1.552 1.293-3.254q.438-1.702.438-3.485t-.44-3.487T20.725 2.3q-.084-.171-.009-.341t.253-.25q.214-.084.42.007q.207.092.317.286q.875 1.63 1.325 3.406t.45 3.63t-.444 3.63t-1.318 3.405q-.11.194-.323.283t-.407.003M3.558 18.5q-.039-.213-.173-.366t-.347-.153q-.232 0-.385.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.72T15.48 9q0-2.783-1.859-4.641T8.981 2.5q-2.667 0-4.497 1.695T2.519 8.5q-.019.214.134.357T3.019 9t.347-.143t.153-.357q.135-2.183 1.697-3.591T8.981 3.5q2.317 0 3.909 1.591Q14.48 6.683 14.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-.568T3.558 18.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEarSoundRounded(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="M10.487 10.503q.61-.612.61-1.503q0-.896-.61-1.506t-1.506-.61t-1.506.61T6.865 9q0 .89.61 1.503t1.506.613t1.506-.613m7.563 2.938q-.183-.074-.278-.244t-.022-.347q.356-.927.543-1.897T18.481 9t-.178-1.93q-.178-.949-.534-1.876q-.073-.177.025-.341t.281-.238q.214-.073.409.028t.274.315q.367.975.545 1.983T19.481 9q0 1.056-.19 2.084q-.191 1.028-.558 2.008q-.08.214-.274.317q-.195.104-.409.031m2.939 2.92q-.177-.08-.25-.24t.011-.331q.856-1.552 1.293-3.254q.438-1.702.438-3.485t-.44-3.487T20.725 2.3q-.084-.171-.009-.341t.253-.25q.214-.084.42.007q.207.092.317.286q.875 1.63 1.325 3.406t.45 3.63t-.444 3.63t-1.318 3.405q-.11.194-.323.283t-.407.003M3.558 18.5q-.039-.213-.173-.366t-.347-.153q-.232 0-.385.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.72T15.48 9q0-2.783-1.859-4.641T8.981 2.5q-2.667 0-4.497 1.695T2.519 8.5q-.019.214.134.357T3.019 9t.347-.143t.153-.357q.135-2.183 1.697-3.591T8.981 3.5q2.317 0 3.909 1.591Q14.48 6.683 14.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-.568T3.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="M10.487 10.503q.61-.612.61-1.503q0-.896-.61-1.506t-1.506-.61t-1.506.61T6.865 9q0 .89.61 1.503t1.506.613t1.506-.613m7.563 2.938q-.183-.074-.278-.244t-.022-.347q.356-.927.543-1.897T18.481 9t-.178-1.93q-.178-.949-.534-1.876q-.073-.177.025-.341t.281-.238q.214-.073.409.028t.274.315q.367.975.545 1.983T19.481 9q0 1.056-.19 2.084q-.191 1.028-.558 2.008q-.08.214-.274.317q-.195.104-.409.031m2.939 2.92q-.177-.08-.25-.24t.011-.331q.856-1.552 1.293-3.254q.438-1.702.438-3.485t-.44-3.487T20.725 2.3q-.084-.171-.009-.341t.253-.25q.214-.084.42.007q.207.092.317.286q.875 1.63 1.325 3.406t.45 3.63t-.444 3.63t-1.318 3.405q-.11.194-.323.283t-.407.003M3.558 18.5q-.039-.213-.173-.366t-.347-.153q-.232 0-.385.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.72T15.48 9q0-2.783-1.859-4.641T8.981 2.5q-2.667 0-4.497 1.695T2.519 8.5q-.019.214.134.357T3.019 9t.347-.143t.153-.357q.135-2.183 1.697-3.591T8.981 3.5q2.317 0 3.909 1.591Q14.48 6.683 14.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-.568T3.558 18.5"/></svg>
</template>

CSS

.icon-ear-sound-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%22M10.487%2010.503q.61-.612.61-1.503q0-.896-.61-1.506t-1.506-.61t-1.506.61T6.865%209q0%20.89.61%201.503t1.506.613t1.506-.613m7.563%202.938q-.183-.074-.278-.244t-.022-.347q.356-.927.543-1.897T18.481%209t-.178-1.93q-.178-.949-.534-1.876q-.073-.177.025-.341t.281-.238q.214-.073.409.028t.274.315q.367.975.545%201.983T19.481%209q0%201.056-.19%202.084q-.191%201.028-.558%202.008q-.08.214-.274.317q-.195.104-.409.031m2.939%202.92q-.177-.08-.25-.24t.011-.331q.856-1.552%201.293-3.254q.438-1.702.438-3.485t-.44-3.487T20.725%202.3q-.084-.171-.009-.341t.253-.25q.214-.084.42.007q.207.092.317.286q.875%201.63%201.325%203.406t.45%203.63t-.444%203.63t-1.318%203.405q-.11.194-.323.283t-.407.003M3.558%2018.5q-.039-.213-.173-.366t-.347-.153q-.232%200-.385.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.72T15.48%209q0-2.783-1.859-4.641T8.981%202.5q-2.667%200-4.497%201.695T2.519%208.5q-.019.214.134.357T3.019%209t.347-.143t.153-.357q.135-2.183%201.697-3.591T8.981%203.5q2.317%200%203.909%201.591Q14.48%206.683%2014.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-.568T3.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%22M10.487%2010.503q.61-.612.61-1.503q0-.896-.61-1.506t-1.506-.61t-1.506.61T6.865%209q0%20.89.61%201.503t1.506.613t1.506-.613m7.563%202.938q-.183-.074-.278-.244t-.022-.347q.356-.927.543-1.897T18.481%209t-.178-1.93q-.178-.949-.534-1.876q-.073-.177.025-.341t.281-.238q.214-.073.409.028t.274.315q.367.975.545%201.983T19.481%209q0%201.056-.19%202.084q-.191%201.028-.558%202.008q-.08.214-.274.317q-.195.104-.409.031m2.939%202.92q-.177-.08-.25-.24t.011-.331q.856-1.552%201.293-3.254q.438-1.702.438-3.485t-.44-3.487T20.725%202.3q-.084-.171-.009-.341t.253-.25q.214-.084.42.007q.207.092.317.286q.875%201.63%201.325%203.406t.45%203.63t-.444%203.63t-1.318%203.405q-.11.194-.323.283t-.407.003M3.558%2018.5q-.039-.213-.173-.366t-.347-.153q-.232%200-.385.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.72T15.48%209q0-2.783-1.859-4.641T8.981%202.5q-2.667%200-4.497%201.695T2.519%208.5q-.019.214.134.357T3.019%209t.347-.143t.153-.357q.135-2.183%201.697-3.591T8.981%203.5q2.317%200%203.909%201.591Q14.48%206.683%2014.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-.568T3.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/ear-sound-rounded.svg?color=%231a73e8&size=48