ear sound icon
ear-sound-outline from Material Symbols by Google · Outline · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- ear-sound-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- ear-sound-outline-sharp
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="M6 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 9h2q0-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 18H2q0 1.65 1.175 2.825T6 22m4.775-11.237Q11.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.725 3.762l-1.475-1.475q.475-.925.725-1.937T18 9t-.25-2.1t-.725-1.925L18.5 3.5q.725 1.225 1.113 2.613T20 9q0 1.525-.387 2.913T18.5 14.525m2.925 2.9l-1.475-1.45q.975-1.5 1.513-3.25T22 9.05q0-1.95-.55-3.713t-1.525-3.262l1.5-1.5q1.225 1.8 1.9 3.938T24 9t-.675 4.488t-1.9 3.937"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEarSoundOutline(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="M6 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 9h2q0-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 18H2q0 1.65 1.175 2.825T6 22m4.775-11.237Q11.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.725 3.762l-1.475-1.475q.475-.925.725-1.937T18 9t-.25-2.1t-.725-1.925L18.5 3.5q.725 1.225 1.113 2.613T20 9q0 1.525-.387 2.913T18.5 14.525m2.925 2.9l-1.475-1.45q.975-1.5 1.513-3.25T22 9.05q0-1.95-.55-3.713t-1.525-3.262l1.5-1.5q1.225 1.8 1.9 3.938T24 9t-.675 4.488t-1.9 3.937"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 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 9h2q0-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 18H2q0 1.65 1.175 2.825T6 22m4.775-11.237Q11.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.725 3.762l-1.475-1.475q.475-.925.725-1.937T18 9t-.25-2.1t-.725-1.925L18.5 3.5q.725 1.225 1.113 2.613T20 9q0 1.525-.387 2.913T18.5 14.525m2.925 2.9l-1.475-1.45q.975-1.5 1.513-3.25T22 9.05q0-1.95-.55-3.713t-1.525-3.262l1.5-1.5q1.225 1.8 1.9 3.938T24 9t-.675 4.488t-1.9 3.937"/></svg> </template>
CSS
.icon-ear-sound-outline {
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%22M6%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%209h2q0-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%2018H2q0%201.65%201.175%202.825T6%2022m4.775-11.237Q11.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.725%203.762l-1.475-1.475q.475-.925.725-1.937T18%209t-.25-2.1t-.725-1.925L18.5%203.5q.725%201.225%201.113%202.613T20%209q0%201.525-.387%202.913T18.5%2014.525m2.925%202.9l-1.475-1.45q.975-1.5%201.513-3.25T22%209.05q0-1.95-.55-3.713t-1.525-3.262l1.5-1.5q1.225%201.8%201.9%203.938T24%209t-.675%204.488t-1.9%203.937%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%22M6%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%209h2q0-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%2018H2q0%201.65%201.175%202.825T6%2022m4.775-11.237Q11.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.725%203.762l-1.475-1.475q.475-.925.725-1.937T18%209t-.25-2.1t-.725-1.925L18.5%203.5q.725%201.225%201.113%202.613T20%209q0%201.525-.387%202.913T18.5%2014.525m2.925%202.9l-1.475-1.45q.975-1.5%201.513-3.25T22%209.05q0-1.95-.55-3.713t-1.525-3.262l1.5-1.5q1.225%201.8%201.9%203.938T24%209t-.675%204.488t-1.9%203.937%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-outline.svg?color=%231a73e8&size=48