sound sensing icon
sound-sensing from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- sound-sensing
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Symbols
Use the sound sensing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 22q-.425 0-.712-.288Q9 21.425 9 21V3q0-.425.288-.713Q9.575 2 10 2t.713.287Q11 2.575 11 3v18q0 .425-.287.712Q10.425 22 10 22Zm-4-6q-.425 0-.713-.288Q5 15.425 5 15V9q0-.425.287-.713Q5.575 8 6 8t.713.287Q7 8.575 7 9v6q0 .425-.287.712Q6.425 16 6 16Zm8 2q-.425 0-.712-.288Q13 17.425 13 17V7q0-.425.288-.713Q13.575 6 14 6t.713.287Q15 6.575 15 7v10q0 .425-.287.712Q14.425 18 14 18Zm4-3q-.425 0-.712-.288Q17 14.425 17 14v-4q0-.425.288-.713Q17.575 9 18 9t.712.287Q19 9.575 19 10v4q0 .425-.288.712Q18.425 15 18 15Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSoundSensing(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 22q-.425 0-.712-.288Q9 21.425 9 21V3q0-.425.288-.713Q9.575 2 10 2t.713.287Q11 2.575 11 3v18q0 .425-.287.712Q10.425 22 10 22Zm-4-6q-.425 0-.713-.288Q5 15.425 5 15V9q0-.425.287-.713Q5.575 8 6 8t.713.287Q7 8.575 7 9v6q0 .425-.287.712Q6.425 16 6 16Zm8 2q-.425 0-.712-.288Q13 17.425 13 17V7q0-.425.288-.713Q13.575 6 14 6t.713.287Q15 6.575 15 7v10q0 .425-.287.712Q14.425 18 14 18Zm4-3q-.425 0-.712-.288Q17 14.425 17 14v-4q0-.425.288-.713Q17.575 9 18 9t.712.287Q19 9.575 19 10v4q0 .425-.288.712Q18.425 15 18 15Z"/></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 22q-.425 0-.712-.288Q9 21.425 9 21V3q0-.425.288-.713Q9.575 2 10 2t.713.287Q11 2.575 11 3v18q0 .425-.287.712Q10.425 22 10 22Zm-4-6q-.425 0-.713-.288Q5 15.425 5 15V9q0-.425.287-.713Q5.575 8 6 8t.713.287Q7 8.575 7 9v6q0 .425-.287.712Q6.425 16 6 16Zm8 2q-.425 0-.712-.288Q13 17.425 13 17V7q0-.425.288-.713Q13.575 6 14 6t.713.287Q15 6.575 15 7v10q0 .425-.287.712Q14.425 18 14 18Zm4-3q-.425 0-.712-.288Q17 14.425 17 14v-4q0-.425.288-.713Q17.575 9 18 9t.712.287Q19 9.575 19 10v4q0 .425-.288.712Q18.425 15 18 15Z"/></svg> </template>
CSS
.icon-sound-sensing {
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%2022q-.425%200-.712-.288Q9%2021.425%209%2021V3q0-.425.288-.713Q9.575%202%2010%202t.713.287Q11%202.575%2011%203v18q0%20.425-.287.712Q10.425%2022%2010%2022Zm-4-6q-.425%200-.713-.288Q5%2015.425%205%2015V9q0-.425.287-.713Q5.575%208%206%208t.713.287Q7%208.575%207%209v6q0%20.425-.287.712Q6.425%2016%206%2016Zm8%202q-.425%200-.712-.288Q13%2017.425%2013%2017V7q0-.425.288-.713Q13.575%206%2014%206t.713.287Q15%206.575%2015%207v10q0%20.425-.287.712Q14.425%2018%2014%2018Zm4-3q-.425%200-.712-.288Q17%2014.425%2017%2014v-4q0-.425.288-.713Q17.575%209%2018%209t.712.287Q19%209.575%2019%2010v4q0%20.425-.288.712Q18.425%2015%2018%2015Z%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%2022q-.425%200-.712-.288Q9%2021.425%209%2021V3q0-.425.288-.713Q9.575%202%2010%202t.713.287Q11%202.575%2011%203v18q0%20.425-.287.712Q10.425%2022%2010%2022Zm-4-6q-.425%200-.713-.288Q5%2015.425%205%2015V9q0-.425.287-.713Q5.575%208%206%208t.713.287Q7%208.575%207%209v6q0%20.425-.287.712Q6.425%2016%206%2016Zm8%202q-.425%200-.712-.288Q13%2017.425%2013%2017V7q0-.425.288-.713Q13.575%206%2014%206t.713.287Q15%206.575%2015%207v10q0%20.425-.287.712Q14.425%2018%2014%2018Zm4-3q-.425%200-.712-.288Q17%2014.425%2017%2014v-4q0-.425.288-.713Q17.575%209%2018%209t.712.287Q19%209.575%2019%2010v4q0%20.425-.288.712Q18.425%2015%2018%2015Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sound-sensing.svg?color=%231a73e8&size=48