ear sound icon
ear-sound-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- ear-sound-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ear-sound-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
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.775 10.763Q11.5 10.025 11.5 9q0-1.05-.725-1.775T9 6.5t-1.775.725T6.5 9q0 1.025.725 1.763T9 11.5t1.775-.737m7.025 3.062q-.375-.15-.537-.512t-.013-.713q.375-.85.563-1.762T18 9t-.187-1.825t-.563-1.75q-.15-.35.025-.687t.55-.488q.425-.15.813.038t.562.612q.425.975.613 2.013T20 9q0 1.075-.2 2.113t-.625 2.037q-.175.425-.562.625t-.813.05m2.9 2.9q-.35-.175-.5-.537t.05-.688q.875-1.475 1.313-3.1T22 9.05t-.45-3.363t-1.325-3.137q-.2-.325-.038-.687t.513-.538q.425-.2.863-.012t.662.612q.875 1.65 1.325 3.425T24 9t-.462 3.688T22.2 16.15q-.225.425-.65.6t-.85-.025M4 18q0-.425-.287-.712T3 17t-.712.288T2 18q0 1.65 1.175 2.825T6 22q1.55 0 2.538-.775t1.512-2.275q.425-1.25.813-1.75t1.787-1.6q1.55-1.25 2.45-2.825T16 9q0-2.975-2.013-4.987T9 2T4.012 4.013T2 9q0 .425.288.713T3 10t.713-.288T4 9q0-2.125 1.438-3.562T9 4t3.563 1.438T14 9q0 1.7-.675 2.9T11.4 14.05q-1.3.95-2.025 1.85T8.3 17.85q-.35 1.1-.838 1.625T6 20q-.825 0-1.412-.587T4 18"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEarSoundRounded(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.775 10.763Q11.5 10.025 11.5 9q0-1.05-.725-1.775T9 6.5t-1.775.725T6.5 9q0 1.025.725 1.763T9 11.5t1.775-.737m7.025 3.062q-.375-.15-.537-.512t-.013-.713q.375-.85.563-1.762T18 9t-.187-1.825t-.563-1.75q-.15-.35.025-.687t.55-.488q.425-.15.813.038t.562.612q.425.975.613 2.013T20 9q0 1.075-.2 2.113t-.625 2.037q-.175.425-.562.625t-.813.05m2.9 2.9q-.35-.175-.5-.537t.05-.688q.875-1.475 1.313-3.1T22 9.05t-.45-3.363t-1.325-3.137q-.2-.325-.038-.687t.513-.538q.425-.2.863-.012t.662.612q.875 1.65 1.325 3.425T24 9t-.462 3.688T22.2 16.15q-.225.425-.65.6t-.85-.025M4 18q0-.425-.287-.712T3 17t-.712.288T2 18q0 1.65 1.175 2.825T6 22q1.55 0 2.538-.775t1.512-2.275q.425-1.25.813-1.75t1.787-1.6q1.55-1.25 2.45-2.825T16 9q0-2.975-2.013-4.987T9 2T4.012 4.013T2 9q0 .425.288.713T3 10t.713-.288T4 9q0-2.125 1.438-3.562T9 4t3.563 1.438T14 9q0 1.7-.675 2.9T11.4 14.05q-1.3.95-2.025 1.85T8.3 17.85q-.35 1.1-.838 1.625T6 20q-.825 0-1.412-.587T4 18"/></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.775 10.763Q11.5 10.025 11.5 9q0-1.05-.725-1.775T9 6.5t-1.775.725T6.5 9q0 1.025.725 1.763T9 11.5t1.775-.737m7.025 3.062q-.375-.15-.537-.512t-.013-.713q.375-.85.563-1.762T18 9t-.187-1.825t-.563-1.75q-.15-.35.025-.687t.55-.488q.425-.15.813.038t.562.612q.425.975.613 2.013T20 9q0 1.075-.2 2.113t-.625 2.037q-.175.425-.562.625t-.813.05m2.9 2.9q-.35-.175-.5-.537t.05-.688q.875-1.475 1.313-3.1T22 9.05t-.45-3.363t-1.325-3.137q-.2-.325-.038-.687t.513-.538q.425-.2.863-.012t.662.612q.875 1.65 1.325 3.425T24 9t-.462 3.688T22.2 16.15q-.225.425-.65.6t-.85-.025M4 18q0-.425-.287-.712T3 17t-.712.288T2 18q0 1.65 1.175 2.825T6 22q1.55 0 2.538-.775t1.512-2.275q.425-1.25.813-1.75t1.787-1.6q1.55-1.25 2.45-2.825T16 9q0-2.975-2.013-4.987T9 2T4.012 4.013T2 9q0 .425.288.713T3 10t.713-.288T4 9q0-2.125 1.438-3.562T9 4t3.563 1.438T14 9q0 1.7-.675 2.9T11.4 14.05q-1.3.95-2.025 1.85T8.3 17.85q-.35 1.1-.838 1.625T6 20q-.825 0-1.412-.587T4 18"/></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.775%2010.763Q11.5%2010.025%2011.5%209q0-1.05-.725-1.775T9%206.5t-1.775.725T6.5%209q0%201.025.725%201.763T9%2011.5t1.775-.737m7.025%203.062q-.375-.15-.537-.512t-.013-.713q.375-.85.563-1.762T18%209t-.187-1.825t-.563-1.75q-.15-.35.025-.687t.55-.488q.425-.15.813.038t.562.612q.425.975.613%202.013T20%209q0%201.075-.2%202.113t-.625%202.037q-.175.425-.562.625t-.813.05m2.9%202.9q-.35-.175-.5-.537t.05-.688q.875-1.475%201.313-3.1T22%209.05t-.45-3.363t-1.325-3.137q-.2-.325-.038-.687t.513-.538q.425-.2.863-.012t.662.612q.875%201.65%201.325%203.425T24%209t-.462%203.688T22.2%2016.15q-.225.425-.65.6t-.85-.025M4%2018q0-.425-.287-.712T3%2017t-.712.288T2%2018q0%201.65%201.175%202.825T6%2022q1.55%200%202.538-.775t1.512-2.275q.425-1.25.813-1.75t1.787-1.6q1.55-1.25%202.45-2.825T16%209q0-2.975-2.013-4.987T9%202T4.012%204.013T2%209q0%20.425.288.713T3%2010t.713-.288T4%209q0-2.125%201.438-3.562T9%204t3.563%201.438T14%209q0%201.7-.675%202.9T11.4%2014.05q-1.3.95-2.025%201.85T8.3%2017.85q-.35%201.1-.838%201.625T6%2020q-.825%200-1.412-.587T4%2018%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.775%2010.763Q11.5%2010.025%2011.5%209q0-1.05-.725-1.775T9%206.5t-1.775.725T6.5%209q0%201.025.725%201.763T9%2011.5t1.775-.737m7.025%203.062q-.375-.15-.537-.512t-.013-.713q.375-.85.563-1.762T18%209t-.187-1.825t-.563-1.75q-.15-.35.025-.687t.55-.488q.425-.15.813.038t.562.612q.425.975.613%202.013T20%209q0%201.075-.2%202.113t-.625%202.037q-.175.425-.562.625t-.813.05m2.9%202.9q-.35-.175-.5-.537t.05-.688q.875-1.475%201.313-3.1T22%209.05t-.45-3.363t-1.325-3.137q-.2-.325-.038-.687t.513-.538q.425-.2.863-.012t.662.612q.875%201.65%201.325%203.425T24%209t-.462%203.688T22.2%2016.15q-.225.425-.65.6t-.85-.025M4%2018q0-.425-.287-.712T3%2017t-.712.288T2%2018q0%201.65%201.175%202.825T6%2022q1.55%200%202.538-.775t1.512-2.275q.425-1.25.813-1.75t1.787-1.6q1.55-1.25%202.45-2.825T16%209q0-2.975-2.013-4.987T9%202T4.012%204.013T2%209q0%20.425.288.713T3%2010t.713-.288T4%209q0-2.125%201.438-3.562T9%204t3.563%201.438T14%209q0%201.7-.675%202.9T11.4%2014.05q-1.3.95-2.025%201.85T8.3%2017.85q-.35%201.1-.838%201.625T6%2020q-.825%200-1.412-.587T4%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/ear-sound-rounded.svg?color=%231a73e8&size=48