microphone slash icon

microphone-slash from Font Awesome Solid by Dave Gandy · Solid · Audio & Video · CC-BY-4.0 Attribution required.

Name
microphone-slash
Set
Font Awesome Solid
Style
Solid
Category
Audio & Video
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More audio & video icons from Font Awesome Solid

Use the microphone slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L456.7 422.8C490.9 388.2 512 340.6 512 288v-40c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 39.3-15.7 74.9-41.3 100.9L388.8 355c16.8-17.3 27.2-41 27.2-67V160c0-53-43-96-96-96s-96 43-96 96v30.2L73 39.2zm298.3 434l-41.4-41.4c-3.3.2-6.5.3-9.8.3c-79.5 0-144-64.5-144-144v-10.2l-43.6-43.6c-2.8 3.9-4.4 8.7-4.4 13.8v40c0 97.9 73.3 178.7 168 190.5V528h-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24h-48v-49.5q13.95-1.8 27.3-5.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidMicrophoneSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L456.7 422.8C490.9 388.2 512 340.6 512 288v-40c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 39.3-15.7 74.9-41.3 100.9L388.8 355c16.8-17.3 27.2-41 27.2-67V160c0-53-43-96-96-96s-96 43-96 96v30.2L73 39.2zm298.3 434l-41.4-41.4c-3.3.2-6.5.3-9.8.3c-79.5 0-144-64.5-144-144v-10.2l-43.6-43.6c-2.8 3.9-4.4 8.7-4.4 13.8v40c0 97.9 73.3 178.7 168 190.5V528h-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24h-48v-49.5q13.95-1.8 27.3-5.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L456.7 422.8C490.9 388.2 512 340.6 512 288v-40c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 39.3-15.7 74.9-41.3 100.9L388.8 355c16.8-17.3 27.2-41 27.2-67V160c0-53-43-96-96-96s-96 43-96 96v30.2L73 39.2zm298.3 434l-41.4-41.4c-3.3.2-6.5.3-9.8.3c-79.5 0-144-64.5-144-144v-10.2l-43.6-43.6c-2.8 3.9-4.4 8.7-4.4 13.8v40c0 97.9 73.3 178.7 168 190.5V528h-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24h-48v-49.5q13.95-1.8 27.3-5.4z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L456.7%20422.8C490.9%20388.2%20512%20340.6%20512%20288v-40c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v40c0%2039.3-15.7%2074.9-41.3%20100.9L388.8%20355c16.8-17.3%2027.2-41%2027.2-67V160c0-53-43-96-96-96s-96%2043-96%2096v30.2L73%2039.2zm298.3%20434l-41.4-41.4c-3.3.2-6.5.3-9.8.3c-79.5%200-144-64.5-144-144v-10.2l-43.6-43.6c-2.8%203.9-4.4%208.7-4.4%2013.8v40c0%2097.9%2073.3%20178.7%20168%20190.5V528h-48c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h144c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-48v-49.5q13.95-1.8%2027.3-5.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L456.7%20422.8C490.9%20388.2%20512%20340.6%20512%20288v-40c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v40c0%2039.3-15.7%2074.9-41.3%20100.9L388.8%20355c16.8-17.3%2027.2-41%2027.2-67V160c0-53-43-96-96-96s-96%2043-96%2096v30.2L73%2039.2zm298.3%20434l-41.4-41.4c-3.3.2-6.5.3-9.8.3c-79.5%200-144-64.5-144-144v-10.2l-43.6-43.6c-2.8%203.9-4.4%208.7-4.4%2013.8v40c0%2097.9%2073.3%20178.7%20168%20190.5V528h-48c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h144c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-48v-49.5q13.95-1.8%2027.3-5.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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