sound detection loud sound icon

sound-detection-loud-sound from Material Symbols by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
sound-detection-loud-sound
Set
Material Symbols
Style
Regular
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the sound detection loud sound icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.725 17.625H12.05L9.225 20.45q-.575.575-1.412.575T6.4 20.45l-2.825-2.825Q3 17.05 3 16.2t.575-1.425l2.8-2.8V6.3zm-10.5-13.25q2.675-1.7 5.788-1.362T18.375 5.6t2.588 5.363T19.6 16.75l-1.45-1.45q1.125-2.05.788-4.337T16.95 7.025t-3.937-1.987t-4.338.787zm2.95 2.95Q11.6 6.9 13.05 7.15t2.5 1.3t1.288 2.488t-.188 2.862l-1.7-1.7q0-.625-.187-1.212t-.613-1.013q-.45-.45-1.037-.65t-1.238-.2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSoundDetectionLoudSound(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="M17.725 17.625H12.05L9.225 20.45q-.575.575-1.412.575T6.4 20.45l-2.825-2.825Q3 17.05 3 16.2t.575-1.425l2.8-2.8V6.3zm-10.5-13.25q2.675-1.7 5.788-1.362T18.375 5.6t2.588 5.363T19.6 16.75l-1.45-1.45q1.125-2.05.788-4.337T16.95 7.025t-3.937-1.987t-4.338.787zm2.95 2.95Q11.6 6.9 13.05 7.15t2.5 1.3t1.288 2.488t-.188 2.862l-1.7-1.7q0-.625-.187-1.212t-.613-1.013q-.45-.45-1.037-.65t-1.238-.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.725 17.625H12.05L9.225 20.45q-.575.575-1.412.575T6.4 20.45l-2.825-2.825Q3 17.05 3 16.2t.575-1.425l2.8-2.8V6.3zm-10.5-13.25q2.675-1.7 5.788-1.362T18.375 5.6t2.588 5.363T19.6 16.75l-1.45-1.45q1.125-2.05.788-4.337T16.95 7.025t-3.937-1.987t-4.338.787zm2.95 2.95Q11.6 6.9 13.05 7.15t2.5 1.3t1.288 2.488t-.188 2.862l-1.7-1.7q0-.625-.187-1.212t-.613-1.013q-.45-.45-1.037-.65t-1.238-.2z"/></svg>
</template>

CSS

.icon-sound-detection-loud-sound {
  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%22M17.725%2017.625H12.05L9.225%2020.45q-.575.575-1.412.575T6.4%2020.45l-2.825-2.825Q3%2017.05%203%2016.2t.575-1.425l2.8-2.8V6.3zm-10.5-13.25q2.675-1.7%205.788-1.362T18.375%205.6t2.588%205.363T19.6%2016.75l-1.45-1.45q1.125-2.05.788-4.337T16.95%207.025t-3.937-1.987t-4.338.787zm2.95%202.95Q11.6%206.9%2013.05%207.15t2.5%201.3t1.288%202.488t-.188%202.862l-1.7-1.7q0-.625-.187-1.212t-.613-1.013q-.45-.45-1.037-.65t-1.238-.2z%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%22M17.725%2017.625H12.05L9.225%2020.45q-.575.575-1.412.575T6.4%2020.45l-2.825-2.825Q3%2017.05%203%2016.2t.575-1.425l2.8-2.8V6.3zm-10.5-13.25q2.675-1.7%205.788-1.362T18.375%205.6t2.588%205.363T19.6%2016.75l-1.45-1.45q1.125-2.05.788-4.337T16.95%207.025t-3.937-1.987t-4.338.787zm2.95%202.95Q11.6%206.9%2013.05%207.15t2.5%201.3t1.288%202.488t-.188%202.862l-1.7-1.7q0-.625-.187-1.212t-.613-1.013q-.45-.45-1.037-.65t-1.238-.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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