mic noise cancel high icon

mic-noise-cancel-high from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
mic-noise-cancel-high
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

2 other variants in Material Symbols

Related icons in Material Symbols

Use the mic noise cancel high icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.325 18.375l-1.4-1.4q1-1 1.538-2.275T7 12q0-1.425-.537-2.7T4.925 7.025l1.4-1.425Q7.6 6.875 8.288 8.525t.687 3.45q0 1.8-.688 3.463t-1.962 2.937Zm-2.8-2.825L2.1 14.125q.425-.425.663-.988T3 11.976q0-.6-.238-1.15T2.1 9.85l1.425-1.425q.725.7 1.113 1.625t.387 1.925q0 1-.388 1.938T3.526 15.55ZM11 21V3h2v18h-2Zm8-8v-2h2v2h-2Zm-4 0v-2h2v2h-2Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMicNoiseCancelHigh(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.325 18.375l-1.4-1.4q1-1 1.538-2.275T7 12q0-1.425-.537-2.7T4.925 7.025l1.4-1.425Q7.6 6.875 8.288 8.525t.687 3.45q0 1.8-.688 3.463t-1.962 2.937Zm-2.8-2.825L2.1 14.125q.425-.425.663-.988T3 11.976q0-.6-.238-1.15T2.1 9.85l1.425-1.425q.725.7 1.113 1.625t.387 1.925q0 1-.388 1.938T3.526 15.55ZM11 21V3h2v18h-2Zm8-8v-2h2v2h-2Zm-4 0v-2h2v2h-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="m6.325 18.375l-1.4-1.4q1-1 1.538-2.275T7 12q0-1.425-.537-2.7T4.925 7.025l1.4-1.425Q7.6 6.875 8.288 8.525t.687 3.45q0 1.8-.688 3.463t-1.962 2.937Zm-2.8-2.825L2.1 14.125q.425-.425.663-.988T3 11.976q0-.6-.238-1.15T2.1 9.85l1.425-1.425q.725.7 1.113 1.625t.387 1.925q0 1-.388 1.938T3.526 15.55ZM11 21V3h2v18h-2Zm8-8v-2h2v2h-2Zm-4 0v-2h2v2h-2Z"/></svg>
</template>

CSS

.icon-mic-noise-cancel-high {
  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.325%2018.375l-1.4-1.4q1-1%201.538-2.275T7%2012q0-1.425-.537-2.7T4.925%207.025l1.4-1.425Q7.6%206.875%208.288%208.525t.687%203.45q0%201.8-.688%203.463t-1.962%202.937Zm-2.8-2.825L2.1%2014.125q.425-.425.663-.988T3%2011.976q0-.6-.238-1.15T2.1%209.85l1.425-1.425q.725.7%201.113%201.625t.387%201.925q0%201-.388%201.938T3.526%2015.55ZM11%2021V3h2v18h-2Zm8-8v-2h2v2h-2Zm-4%200v-2h2v2h-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%22m6.325%2018.375l-1.4-1.4q1-1%201.538-2.275T7%2012q0-1.425-.537-2.7T4.925%207.025l1.4-1.425Q7.6%206.875%208.288%208.525t.687%203.45q0%201.8-.688%203.463t-1.962%202.937Zm-2.8-2.825L2.1%2014.125q.425-.425.663-.988T3%2011.976q0-.6-.238-1.15T2.1%209.85l1.425-1.425q.725.7%201.113%201.625t.387%201.925q0%201-.388%201.938T3.526%2015.55ZM11%2021V3h2v18h-2Zm8-8v-2h2v2h-2Zm-4%200v-2h2v2h-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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