microphone slash icon

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

Name
microphone-slash-light
Set
Phosphor
Style
Light
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"><path fill="currentColor" d="m212.44 220l-160-176a6 6 0 0 0-8.88 8L82 94.32V128a46 46 0 0 0 67.56 40.64l13.75 15.12A65.26 65.26 0 0 1 128 194a66.08 66.08 0 0 1-66-66a6 6 0 0 0-12 0a78.09 78.09 0 0 0 72 77.75V240a6 6 0 0 0 12 0v-34.23a76.93 76.93 0 0 0 37.48-13L203.56 228a6 6 0 0 0 8.88-8.08ZM128 162a34 34 0 0 1-34-34v-20.48l47.12 51.84A33.8 33.8 0 0 1 128 162m59.32-5a65.4 65.4 0 0 0 6.68-29a6 6 0 0 1 12 0a77.3 77.3 0 0 1-7.9 34.25a6 6 0 1 1-10.78-5.25M85.8 45.67A46 46 0 0 1 174 64v64a45 45 0 0 1-.25 4.81a6 6 0 0 1-6 5.38h-.63a6 6 0 0 1-5.34-6.59a35 35 0 0 0 .22-3.6V64a34 34 0 0 0-65.2-13.55a6 6 0 0 1-11-4.78"/></svg>

React

import type { SVGProps } from "react";

export function PhMicrophoneSlashLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m212.44 220l-160-176a6 6 0 0 0-8.88 8L82 94.32V128a46 46 0 0 0 67.56 40.64l13.75 15.12A65.26 65.26 0 0 1 128 194a66.08 66.08 0 0 1-66-66a6 6 0 0 0-12 0a78.09 78.09 0 0 0 72 77.75V240a6 6 0 0 0 12 0v-34.23a76.93 76.93 0 0 0 37.48-13L203.56 228a6 6 0 0 0 8.88-8.08ZM128 162a34 34 0 0 1-34-34v-20.48l47.12 51.84A33.8 33.8 0 0 1 128 162m59.32-5a65.4 65.4 0 0 0 6.68-29a6 6 0 0 1 12 0a77.3 77.3 0 0 1-7.9 34.25a6 6 0 1 1-10.78-5.25M85.8 45.67A46 46 0 0 1 174 64v64a45 45 0 0 1-.25 4.81a6 6 0 0 1-6 5.38h-.63a6 6 0 0 1-5.34-6.59a35 35 0 0 0 .22-3.6V64a34 34 0 0 0-65.2-13.55a6 6 0 0 1-11-4.78"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m212.44 220l-160-176a6 6 0 0 0-8.88 8L82 94.32V128a46 46 0 0 0 67.56 40.64l13.75 15.12A65.26 65.26 0 0 1 128 194a66.08 66.08 0 0 1-66-66a6 6 0 0 0-12 0a78.09 78.09 0 0 0 72 77.75V240a6 6 0 0 0 12 0v-34.23a76.93 76.93 0 0 0 37.48-13L203.56 228a6 6 0 0 0 8.88-8.08ZM128 162a34 34 0 0 1-34-34v-20.48l47.12 51.84A33.8 33.8 0 0 1 128 162m59.32-5a65.4 65.4 0 0 0 6.68-29a6 6 0 0 1 12 0a77.3 77.3 0 0 1-7.9 34.25a6 6 0 1 1-10.78-5.25M85.8 45.67A46 46 0 0 1 174 64v64a45 45 0 0 1-.25 4.81a6 6 0 0 1-6 5.38h-.63a6 6 0 0 1-5.34-6.59a35 35 0 0 0 .22-3.6V64a34 34 0 0 0-65.2-13.55a6 6 0 0 1-11-4.78"/></svg>
</template>

CSS

.icon-microphone-slash-light {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m212.44%20220l-160-176a6%206%200%200%200-8.88%208L82%2094.32V128a46%2046%200%200%200%2067.56%2040.64l13.75%2015.12A65.26%2065.26%200%200%201%20128%20194a66.08%2066.08%200%200%201-66-66a6%206%200%200%200-12%200a78.09%2078.09%200%200%200%2072%2077.75V240a6%206%200%200%200%2012%200v-34.23a76.93%2076.93%200%200%200%2037.48-13L203.56%20228a6%206%200%200%200%208.88-8.08ZM128%20162a34%2034%200%200%201-34-34v-20.48l47.12%2051.84A33.8%2033.8%200%200%201%20128%20162m59.32-5a65.4%2065.4%200%200%200%206.68-29a6%206%200%200%201%2012%200a77.3%2077.3%200%200%201-7.9%2034.25a6%206%200%201%201-10.78-5.25M85.8%2045.67A46%2046%200%200%201%20174%2064v64a45%2045%200%200%201-.25%204.81a6%206%200%200%201-6%205.38h-.63a6%206%200%200%201-5.34-6.59a35%2035%200%200%200%20.22-3.6V64a34%2034%200%200%200-65.2-13.55a6%206%200%200%201-11-4.78%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m212.44%20220l-160-176a6%206%200%200%200-8.88%208L82%2094.32V128a46%2046%200%200%200%2067.56%2040.64l13.75%2015.12A65.26%2065.26%200%200%201%20128%20194a66.08%2066.08%200%200%201-66-66a6%206%200%200%200-12%200a78.09%2078.09%200%200%200%2072%2077.75V240a6%206%200%200%200%2012%200v-34.23a76.93%2076.93%200%200%200%2037.48-13L203.56%20228a6%206%200%200%200%208.88-8.08ZM128%20162a34%2034%200%200%201-34-34v-20.48l47.12%2051.84A33.8%2033.8%200%200%201%20128%20162m59.32-5a65.4%2065.4%200%200%200%206.68-29a6%206%200%200%201%2012%200a77.3%2077.3%200%200%201-7.9%2034.25a6%206%200%201%201-10.78-5.25M85.8%2045.67A46%2046%200%200%201%20174%2064v64a45%2045%200%200%201-.25%204.81a6%206%200%200%201-6%205.38h-.63a6%206%200%200%201-5.34-6.59a35%2035%200%200%200%20.22-3.6V64a34%2034%200%200%200-65.2-13.55a6%206%200%200%201-11-4.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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