microphone slash icon

microphone-slash-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
microphone-slash-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the microphone slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M168 64v64a40 40 0 0 1-40 40a40 40 0 0 1-40-40V64a40 40 0 0 1 40-40a40 40 0 0 1 40 40" opacity=".2"/><path d="m213.92 218.62l-160-176a8 8 0 0 0-11.84 10.76L80 95.09V128a48 48 0 0 0 69.11 43.12l11.1 12.2A63.4 63.4 0 0 1 128 192a64.07 64.07 0 0 1-64-64a8 8 0 0 0-16 0a80.11 80.11 0 0 0 72 79.6V240a8 8 0 0 0 16 0v-32.41a78.8 78.8 0 0 0 35.16-12.22l30.92 34a8 8 0 1 0 11.84-10.76ZM128 160a32 32 0 0 1-32-32v-15.31l41.66 45.82A32 32 0 0 1 128 160m57.52-3.91A63.3 63.3 0 0 0 192 128a8 8 0 0 1 16 0a79.16 79.16 0 0 1-8.11 35.12a8 8 0 0 1-7.19 4.49a7.9 7.9 0 0 1-3.51-.82a8 8 0 0 1-3.67-10.7M84 44.87A48 48 0 0 1 176 64v64a49 49 0 0 1-.26 5a8 8 0 0 1-8 7.17a8 8 0 0 1-.84 0a8 8 0 0 1-7.12-8.79c.11-1.1.17-2.24.17-3.36V64a32 32 0 0 0-61.31-12.75A8 8 0 1 1 84 44.87"/></g></svg>

React

import type { SVGProps } from "react";

export function PhMicrophoneSlashDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M168 64v64a40 40 0 0 1-40 40a40 40 0 0 1-40-40V64a40 40 0 0 1 40-40a40 40 0 0 1 40 40" opacity=".2"/><path d="m213.92 218.62l-160-176a8 8 0 0 0-11.84 10.76L80 95.09V128a48 48 0 0 0 69.11 43.12l11.1 12.2A63.4 63.4 0 0 1 128 192a64.07 64.07 0 0 1-64-64a8 8 0 0 0-16 0a80.11 80.11 0 0 0 72 79.6V240a8 8 0 0 0 16 0v-32.41a78.8 78.8 0 0 0 35.16-12.22l30.92 34a8 8 0 1 0 11.84-10.76ZM128 160a32 32 0 0 1-32-32v-15.31l41.66 45.82A32 32 0 0 1 128 160m57.52-3.91A63.3 63.3 0 0 0 192 128a8 8 0 0 1 16 0a79.16 79.16 0 0 1-8.11 35.12a8 8 0 0 1-7.19 4.49a7.9 7.9 0 0 1-3.51-.82a8 8 0 0 1-3.67-10.7M84 44.87A48 48 0 0 1 176 64v64a49 49 0 0 1-.26 5a8 8 0 0 1-8 7.17a8 8 0 0 1-.84 0a8 8 0 0 1-7.12-8.79c.11-1.1.17-2.24.17-3.36V64a32 32 0 0 0-61.31-12.75A8 8 0 1 1 84 44.87"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M168 64v64a40 40 0 0 1-40 40a40 40 0 0 1-40-40V64a40 40 0 0 1 40-40a40 40 0 0 1 40 40" opacity=".2"/><path d="m213.92 218.62l-160-176a8 8 0 0 0-11.84 10.76L80 95.09V128a48 48 0 0 0 69.11 43.12l11.1 12.2A63.4 63.4 0 0 1 128 192a64.07 64.07 0 0 1-64-64a8 8 0 0 0-16 0a80.11 80.11 0 0 0 72 79.6V240a8 8 0 0 0 16 0v-32.41a78.8 78.8 0 0 0 35.16-12.22l30.92 34a8 8 0 1 0 11.84-10.76ZM128 160a32 32 0 0 1-32-32v-15.31l41.66 45.82A32 32 0 0 1 128 160m57.52-3.91A63.3 63.3 0 0 0 192 128a8 8 0 0 1 16 0a79.16 79.16 0 0 1-8.11 35.12a8 8 0 0 1-7.19 4.49a7.9 7.9 0 0 1-3.51-.82a8 8 0 0 1-3.67-10.7M84 44.87A48 48 0 0 1 176 64v64a49 49 0 0 1-.26 5a8 8 0 0 1-8 7.17a8 8 0 0 1-.84 0a8 8 0 0 1-7.12-8.79c.11-1.1.17-2.24.17-3.36V64a32 32 0 0 0-61.31-12.75A8 8 0 1 1 84 44.87"/></g></svg>
</template>

CSS

.icon-microphone-slash-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M168%2064v64a40%2040%200%200%201-40%2040a40%2040%200%200%201-40-40V64a40%2040%200%200%201%2040-40a40%2040%200%200%201%2040%2040%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m213.92%20218.62l-160-176a8%208%200%200%200-11.84%2010.76L80%2095.09V128a48%2048%200%200%200%2069.11%2043.12l11.1%2012.2A63.4%2063.4%200%200%201%20128%20192a64.07%2064.07%200%200%201-64-64a8%208%200%200%200-16%200a80.11%2080.11%200%200%200%2072%2079.6V240a8%208%200%200%200%2016%200v-32.41a78.8%2078.8%200%200%200%2035.16-12.22l30.92%2034a8%208%200%201%200%2011.84-10.76ZM128%20160a32%2032%200%200%201-32-32v-15.31l41.66%2045.82A32%2032%200%200%201%20128%20160m57.52-3.91A63.3%2063.3%200%200%200%20192%20128a8%208%200%200%201%2016%200a79.16%2079.16%200%200%201-8.11%2035.12a8%208%200%200%201-7.19%204.49a7.9%207.9%200%200%201-3.51-.82a8%208%200%200%201-3.67-10.7M84%2044.87A48%2048%200%200%201%20176%2064v64a49%2049%200%200%201-.26%205a8%208%200%200%201-8%207.17a8%208%200%200%201-.84%200a8%208%200%200%201-7.12-8.79c.11-1.1.17-2.24.17-3.36V64a32%2032%200%200%200-61.31-12.75A8%208%200%201%201%2084%2044.87%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M168%2064v64a40%2040%200%200%201-40%2040a40%2040%200%200%201-40-40V64a40%2040%200%200%201%2040-40a40%2040%200%200%201%2040%2040%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m213.92%20218.62l-160-176a8%208%200%200%200-11.84%2010.76L80%2095.09V128a48%2048%200%200%200%2069.11%2043.12l11.1%2012.2A63.4%2063.4%200%200%201%20128%20192a64.07%2064.07%200%200%201-64-64a8%208%200%200%200-16%200a80.11%2080.11%200%200%200%2072%2079.6V240a8%208%200%200%200%2016%200v-32.41a78.8%2078.8%200%200%200%2035.16-12.22l30.92%2034a8%208%200%201%200%2011.84-10.76ZM128%20160a32%2032%200%200%201-32-32v-15.31l41.66%2045.82A32%2032%200%200%201%20128%20160m57.52-3.91A63.3%2063.3%200%200%200%20192%20128a8%208%200%200%201%2016%200a79.16%2079.16%200%200%201-8.11%2035.12a8%208%200%200%201-7.19%204.49a7.9%207.9%200%200%201-3.51-.82a8%208%200%200%201-3.67-10.7M84%2044.87A48%2048%200%200%201%20176%2064v64a49%2049%200%200%201-.26%205a8%208%200%200%201-8%207.17a8%208%200%200%201-.84%200a8%208%200%200%201-7.12-8.79c.11-1.1.17-2.24.17-3.36V64a32%2032%200%200%200-61.31-12.75A8%208%200%201%201%2084%2044.87%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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