twotone noise aware icon

twotone-noise-aware from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
twotone-noise-aware
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the twotone noise aware icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 15h-2a1.003 1.003 0 0 1-1.95.32c-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5a2.5 2.5 0 0 1 4.95-.5h2.02c-.25-2.25-2.16-4-4.47-4C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82A3.01 3.01 0 0 0 13 18c1.65 0 3-1.35 3-3"/><circle cx="13.5" cy="12.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="m3.6 6.58l1.58 1.26c.35-.57.77-1.1 1.24-1.57L4.85 5.02c-.47.47-.88 1-1.25 1.56m5.86-2.16l-.87-1.81c-.63.23-1.24.52-1.8.87l.87 1.81q.84-.54 1.8-.87M4.49 9.26l-1.96-.45c-.21.63-.36 1.28-.44 1.95l1.96.45a8 8 0 0 1 .44-1.95M20.4 6.58a9.4 9.4 0 0 0-1.25-1.56l-1.58 1.26c.48.47.89.99 1.24 1.57zM4.04 12.79l-1.96.45c.08.67.23 1.33.44 1.95l1.97-.45c-.22-.62-.38-1.27-.45-1.95m13.17-9.31q-.855-.525-1.8-.87l-.87 1.81q.96.33 1.8.87zM13 4.07V2.05c-.33-.03-.66-.05-1-.05s-.67.02-1 .05v2.02c.33-.04.66-.07 1-.07s.67.03 1 .07m-2 15.86v2.02c.33.03.66.05 1 .05s.67-.02 1-.05v-2.02c-.33.04-.66.07-1 .07s-.67-.03-1-.07m8.51-5.19l1.97.45c.21-.63.36-1.28.44-1.95l-1.96-.45c-.07.68-.23 1.33-.45 1.95m.45-3.53l1.96-.45a9.7 9.7 0 0 0-.44-1.95l-1.97.45c.22.62.38 1.27.45 1.95m-2.38 6.52l1.58 1.26c.47-.48.88-1 1.25-1.56l-1.58-1.26a9.4 9.4 0 0 1-1.25 1.56M6.79 20.52q.855.525 1.8.87l.87-1.81q-.96-.33-1.8-.87zm7.75-.94l.87 1.81c.63-.23 1.24-.52 1.8-.87l-.87-1.81q-.84.54-1.8.87M3.6 17.42a9.4 9.4 0 0 0 1.25 1.56l1.58-1.26a8 8 0 0 1-1.24-1.57z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneNoiseAware(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="M16 15h-2a1.003 1.003 0 0 1-1.95.32c-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5a2.5 2.5 0 0 1 4.95-.5h2.02c-.25-2.25-2.16-4-4.47-4C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82A3.01 3.01 0 0 0 13 18c1.65 0 3-1.35 3-3"/><circle cx="13.5" cy="12.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="m3.6 6.58l1.58 1.26c.35-.57.77-1.1 1.24-1.57L4.85 5.02c-.47.47-.88 1-1.25 1.56m5.86-2.16l-.87-1.81c-.63.23-1.24.52-1.8.87l.87 1.81q.84-.54 1.8-.87M4.49 9.26l-1.96-.45c-.21.63-.36 1.28-.44 1.95l1.96.45a8 8 0 0 1 .44-1.95M20.4 6.58a9.4 9.4 0 0 0-1.25-1.56l-1.58 1.26c.48.47.89.99 1.24 1.57zM4.04 12.79l-1.96.45c.08.67.23 1.33.44 1.95l1.97-.45c-.22-.62-.38-1.27-.45-1.95m13.17-9.31q-.855-.525-1.8-.87l-.87 1.81q.96.33 1.8.87zM13 4.07V2.05c-.33-.03-.66-.05-1-.05s-.67.02-1 .05v2.02c.33-.04.66-.07 1-.07s.67.03 1 .07m-2 15.86v2.02c.33.03.66.05 1 .05s.67-.02 1-.05v-2.02c-.33.04-.66.07-1 .07s-.67-.03-1-.07m8.51-5.19l1.97.45c.21-.63.36-1.28.44-1.95l-1.96-.45c-.07.68-.23 1.33-.45 1.95m.45-3.53l1.96-.45a9.7 9.7 0 0 0-.44-1.95l-1.97.45c.22.62.38 1.27.45 1.95m-2.38 6.52l1.58 1.26c.47-.48.88-1 1.25-1.56l-1.58-1.26a9.4 9.4 0 0 1-1.25 1.56M6.79 20.52q.855.525 1.8.87l.87-1.81q-.96-.33-1.8-.87zm7.75-.94l.87 1.81c.63-.23 1.24-.52 1.8-.87l-.87-1.81q-.84.54-1.8.87M3.6 17.42a9.4 9.4 0 0 0 1.25 1.56l1.58-1.26a8 8 0 0 1-1.24-1.57z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 15h-2a1.003 1.003 0 0 1-1.95.32c-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5a2.5 2.5 0 0 1 4.95-.5h2.02c-.25-2.25-2.16-4-4.47-4C9.02 6 7 8.02 7 10.5c0 1.22.49 2.41 1.35 3.27l1.36 1.36c.17.17.31.44.44.82A3.01 3.01 0 0 0 13 18c1.65 0 3-1.35 3-3"/><circle cx="13.5" cy="12.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="m3.6 6.58l1.58 1.26c.35-.57.77-1.1 1.24-1.57L4.85 5.02c-.47.47-.88 1-1.25 1.56m5.86-2.16l-.87-1.81c-.63.23-1.24.52-1.8.87l.87 1.81q.84-.54 1.8-.87M4.49 9.26l-1.96-.45c-.21.63-.36 1.28-.44 1.95l1.96.45a8 8 0 0 1 .44-1.95M20.4 6.58a9.4 9.4 0 0 0-1.25-1.56l-1.58 1.26c.48.47.89.99 1.24 1.57zM4.04 12.79l-1.96.45c.08.67.23 1.33.44 1.95l1.97-.45c-.22-.62-.38-1.27-.45-1.95m13.17-9.31q-.855-.525-1.8-.87l-.87 1.81q.96.33 1.8.87zM13 4.07V2.05c-.33-.03-.66-.05-1-.05s-.67.02-1 .05v2.02c.33-.04.66-.07 1-.07s.67.03 1 .07m-2 15.86v2.02c.33.03.66.05 1 .05s.67-.02 1-.05v-2.02c-.33.04-.66.07-1 .07s-.67-.03-1-.07m8.51-5.19l1.97.45c.21-.63.36-1.28.44-1.95l-1.96-.45c-.07.68-.23 1.33-.45 1.95m.45-3.53l1.96-.45a9.7 9.7 0 0 0-.44-1.95l-1.97.45c.22.62.38 1.27.45 1.95m-2.38 6.52l1.58 1.26c.47-.48.88-1 1.25-1.56l-1.58-1.26a9.4 9.4 0 0 1-1.25 1.56M6.79 20.52q.855.525 1.8.87l.87-1.81q-.96-.33-1.8-.87zm7.75-.94l.87 1.81c.63-.23 1.24-.52 1.8-.87l-.87-1.81q-.84.54-1.8.87M3.6 17.42a9.4 9.4 0 0 0 1.25 1.56l1.58-1.26a8 8 0 0 1-1.24-1.57z"/></svg>
</template>

CSS

.icon-twotone-noise-aware {
  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%22M16%2015h-2a1.003%201.003%200%200%201-1.95.32c-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28%2011.87%209%2011.19%209%2010.5a2.5%202.5%200%200%201%204.95-.5h2.02c-.25-2.25-2.16-4-4.47-4C9.02%206%207%208.02%207%2010.5c0%201.22.49%202.41%201.35%203.27l1.36%201.36c.17.17.31.44.44.82A3.01%203.01%200%200%200%2013%2018c1.65%200%203-1.35%203-3%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2212.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.6%206.58l1.58%201.26c.35-.57.77-1.1%201.24-1.57L4.85%205.02c-.47.47-.88%201-1.25%201.56m5.86-2.16l-.87-1.81c-.63.23-1.24.52-1.8.87l.87%201.81q.84-.54%201.8-.87M4.49%209.26l-1.96-.45c-.21.63-.36%201.28-.44%201.95l1.96.45a8%208%200%200%201%20.44-1.95M20.4%206.58a9.4%209.4%200%200%200-1.25-1.56l-1.58%201.26c.48.47.89.99%201.24%201.57zM4.04%2012.79l-1.96.45c.08.67.23%201.33.44%201.95l1.97-.45c-.22-.62-.38-1.27-.45-1.95m13.17-9.31q-.855-.525-1.8-.87l-.87%201.81q.96.33%201.8.87zM13%204.07V2.05c-.33-.03-.66-.05-1-.05s-.67.02-1%20.05v2.02c.33-.04.66-.07%201-.07s.67.03%201%20.07m-2%2015.86v2.02c.33.03.66.05%201%20.05s.67-.02%201-.05v-2.02c-.33.04-.66.07-1%20.07s-.67-.03-1-.07m8.51-5.19l1.97.45c.21-.63.36-1.28.44-1.95l-1.96-.45c-.07.68-.23%201.33-.45%201.95m.45-3.53l1.96-.45a9.7%209.7%200%200%200-.44-1.95l-1.97.45c.22.62.38%201.27.45%201.95m-2.38%206.52l1.58%201.26c.47-.48.88-1%201.25-1.56l-1.58-1.26a9.4%209.4%200%200%201-1.25%201.56M6.79%2020.52q.855.525%201.8.87l.87-1.81q-.96-.33-1.8-.87zm7.75-.94l.87%201.81c.63-.23%201.24-.52%201.8-.87l-.87-1.81q-.84.54-1.8.87M3.6%2017.42a9.4%209.4%200%200%200%201.25%201.56l1.58-1.26a8%208%200%200%201-1.24-1.57z%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%22M16%2015h-2a1.003%201.003%200%200%201-1.95.32c-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28%2011.87%209%2011.19%209%2010.5a2.5%202.5%200%200%201%204.95-.5h2.02c-.25-2.25-2.16-4-4.47-4C9.02%206%207%208.02%207%2010.5c0%201.22.49%202.41%201.35%203.27l1.36%201.36c.17.17.31.44.44.82A3.01%203.01%200%200%200%2013%2018c1.65%200%203-1.35%203-3%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%2212.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.6%206.58l1.58%201.26c.35-.57.77-1.1%201.24-1.57L4.85%205.02c-.47.47-.88%201-1.25%201.56m5.86-2.16l-.87-1.81c-.63.23-1.24.52-1.8.87l.87%201.81q.84-.54%201.8-.87M4.49%209.26l-1.96-.45c-.21.63-.36%201.28-.44%201.95l1.96.45a8%208%200%200%201%20.44-1.95M20.4%206.58a9.4%209.4%200%200%200-1.25-1.56l-1.58%201.26c.48.47.89.99%201.24%201.57zM4.04%2012.79l-1.96.45c.08.67.23%201.33.44%201.95l1.97-.45c-.22-.62-.38-1.27-.45-1.95m13.17-9.31q-.855-.525-1.8-.87l-.87%201.81q.96.33%201.8.87zM13%204.07V2.05c-.33-.03-.66-.05-1-.05s-.67.02-1%20.05v2.02c.33-.04.66-.07%201-.07s.67.03%201%20.07m-2%2015.86v2.02c.33.03.66.05%201%20.05s.67-.02%201-.05v-2.02c-.33.04-.66.07-1%20.07s-.67-.03-1-.07m8.51-5.19l1.97.45c.21-.63.36-1.28.44-1.95l-1.96-.45c-.07.68-.23%201.33-.45%201.95m.45-3.53l1.96-.45a9.7%209.7%200%200%200-.44-1.95l-1.97.45c.22.62.38%201.27.45%201.95m-2.38%206.52l1.58%201.26c.47-.48.88-1%201.25-1.56l-1.58-1.26a9.4%209.4%200%200%201-1.25%201.56M6.79%2020.52q.855.525%201.8.87l.87-1.81q-.96-.33-1.8-.87zm7.75-.94l.87%201.81c.63-.23%201.24-.52%201.8-.87l-.87-1.81q-.84.54-1.8.87M3.6%2017.42a9.4%209.4%200%200%200%201.25%201.56l1.58-1.26a8%208%200%200%201-1.24-1.57z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-noise-aware.svg?color=%231a73e8&size=48