microphone slash icon

microphone-slash from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.

Name
microphone-slash
Set
Line Awesome
Style
Line
Category
Status
Viewbox
32×32
License
Apache 2.0
Aliases
microphone-slash-solid

The same icon in other sets

More status icons from Line Awesome

Use the microphone slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.719 2.281L2.28 3.72l26 26l1.438-1.438L23.437 22C24.398 20.937 25 19.543 25 18v-4h-2v4c0 .992-.363 1.898-.969 2.594l-1.406-1.407c.238-.328.375-.75.375-1.187V6c0-1.102-.898-2-2-2h-6c-1.102 0-2 .898-2 2v3.563zM13 6h6v11.563l-6-6zm-6 8v4c0 3.309 2.691 6 6 6h2v2h-4v2h10v-2h-4v-2h2c.254 0 .504-.031.75-.063L17.812 22H13c-2.207 0-4-1.793-4-4v-4zm4 1.188V18c0 1.102.898 2 2 2h2.813l-2-2H13v-.813z"/></svg>

React

import type { SVGProps } from "react";

export function LaMicrophoneSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.719 2.281L2.28 3.72l26 26l1.438-1.438L23.437 22C24.398 20.937 25 19.543 25 18v-4h-2v4c0 .992-.363 1.898-.969 2.594l-1.406-1.407c.238-.328.375-.75.375-1.187V6c0-1.102-.898-2-2-2h-6c-1.102 0-2 .898-2 2v3.563zM13 6h6v11.563l-6-6zm-6 8v4c0 3.309 2.691 6 6 6h2v2h-4v2h10v-2h-4v-2h2c.254 0 .504-.031.75-.063L17.812 22H13c-2.207 0-4-1.793-4-4v-4zm4 1.188V18c0 1.102.898 2 2 2h2.813l-2-2H13v-.813z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.719 2.281L2.28 3.72l26 26l1.438-1.438L23.437 22C24.398 20.937 25 19.543 25 18v-4h-2v4c0 .992-.363 1.898-.969 2.594l-1.406-1.407c.238-.328.375-.75.375-1.187V6c0-1.102-.898-2-2-2h-6c-1.102 0-2 .898-2 2v3.563zM13 6h6v11.563l-6-6zm-6 8v4c0 3.309 2.691 6 6 6h2v2h-4v2h10v-2h-4v-2h2c.254 0 .504-.031.75-.063L17.812 22H13c-2.207 0-4-1.793-4-4v-4zm4 1.188V18c0 1.102.898 2 2 2h2.813l-2-2H13v-.813z"/></svg>
</template>

CSS

.icon-microphone-slash {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.719%202.281L2.28%203.72l26%2026l1.438-1.438L23.437%2022C24.398%2020.937%2025%2019.543%2025%2018v-4h-2v4c0%20.992-.363%201.898-.969%202.594l-1.406-1.407c.238-.328.375-.75.375-1.187V6c0-1.102-.898-2-2-2h-6c-1.102%200-2%20.898-2%202v3.563zM13%206h6v11.563l-6-6zm-6%208v4c0%203.309%202.691%206%206%206h2v2h-4v2h10v-2h-4v-2h2c.254%200%20.504-.031.75-.063L17.812%2022H13c-2.207%200-4-1.793-4-4v-4zm4%201.188V18c0%201.102.898%202%202%202h2.813l-2-2H13v-.813z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.719%202.281L2.28%203.72l26%2026l1.438-1.438L23.437%2022C24.398%2020.937%2025%2019.543%2025%2018v-4h-2v4c0%20.992-.363%201.898-.969%202.594l-1.406-1.407c.238-.328.375-.75.375-1.187V6c0-1.102-.898-2-2-2h-6c-1.102%200-2%20.898-2%202v3.563zM13%206h6v11.563l-6-6zm-6%208v4c0%203.309%202.691%206%206%206h2v2h-4v2h10v-2h-4v-2h2c.254%200%20.504-.031.75-.063L17.812%2022H13c-2.207%200-4-1.793-4-4v-4zm4%201.188V18c0%201.102.898%202%202%202h2.813l-2-2H13v-.813z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/microphone-slash.svg?color=%231a73e8&size=48