microphone lines slash icon

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

Name
microphone-lines-slash
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the microphone lines slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M39 39.1c9.4-9.4 24.6-9.4 33.9 0l151 151v-30.2c0-53 43-96 96-96c50.3 0 91.6 38.7 95.7 88l-55.6.1c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v48h-56c-13.3 0-24 10.7-24 24s10.7 24 24 24h55.7c-1.9 22.9-11.8 43.4-26.9 59l33.9 33.9c25.5-26 41.3-61.6 41.3-100.9v-40c0-13.3 10.7-24 24-24s24 10.7 24 24v40c0 52.6-21.1 100.2-55.3 134.8L601 567.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L39 73.1c-9.3-9.4-9.3-24.6 0-34m290.8 392.6l41.4 41.4c-8.8 2.4-17.9 4.3-27.3 5.4V528h48c13.3 0 24 10.7 24 24s-10.7 24-24 24h-144c-13.3 0-24-10.7-24-24s10.7-24 24-24h48v-49.5C201.3 466.7 128 385.9 128 288v-40c0-5.1 1.6-9.9 4.4-13.8l43.6 43.6V288c0 79.5 64.5 144 144 144c3.3 0 6.6-.1 9.8-.3"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidMicrophoneLinesSlash(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="M39 39.1c9.4-9.4 24.6-9.4 33.9 0l151 151v-30.2c0-53 43-96 96-96c50.3 0 91.6 38.7 95.7 88l-55.6.1c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v48h-56c-13.3 0-24 10.7-24 24s10.7 24 24 24h55.7c-1.9 22.9-11.8 43.4-26.9 59l33.9 33.9c25.5-26 41.3-61.6 41.3-100.9v-40c0-13.3 10.7-24 24-24s24 10.7 24 24v40c0 52.6-21.1 100.2-55.3 134.8L601 567.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L39 73.1c-9.3-9.4-9.3-24.6 0-34m290.8 392.6l41.4 41.4c-8.8 2.4-17.9 4.3-27.3 5.4V528h48c13.3 0 24 10.7 24 24s-10.7 24-24 24h-144c-13.3 0-24-10.7-24-24s10.7-24 24-24h48v-49.5C201.3 466.7 128 385.9 128 288v-40c0-5.1 1.6-9.9 4.4-13.8l43.6 43.6V288c0 79.5 64.5 144 144 144c3.3 0 6.6-.1 9.8-.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M39 39.1c9.4-9.4 24.6-9.4 33.9 0l151 151v-30.2c0-53 43-96 96-96c50.3 0 91.6 38.7 95.7 88l-55.6.1c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v48h-56c-13.3 0-24 10.7-24 24s10.7 24 24 24h55.7c-1.9 22.9-11.8 43.4-26.9 59l33.9 33.9c25.5-26 41.3-61.6 41.3-100.9v-40c0-13.3 10.7-24 24-24s24 10.7 24 24v40c0 52.6-21.1 100.2-55.3 134.8L601 567.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L39 73.1c-9.3-9.4-9.3-24.6 0-34m290.8 392.6l41.4 41.4c-8.8 2.4-17.9 4.3-27.3 5.4V528h48c13.3 0 24 10.7 24 24s-10.7 24-24 24h-144c-13.3 0-24-10.7-24-24s10.7-24 24-24h48v-49.5C201.3 466.7 128 385.9 128 288v-40c0-5.1 1.6-9.9 4.4-13.8l43.6 43.6V288c0 79.5 64.5 144 144 144c3.3 0 6.6-.1 9.8-.3"/></svg>
</template>

CSS

.icon-microphone-lines-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%22M39%2039.1c9.4-9.4%2024.6-9.4%2033.9%200l151%20151v-30.2c0-53%2043-96%2096-96c50.3%200%2091.6%2038.7%2095.7%2088l-55.6.1c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h56v48h-56c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h55.7c-1.9%2022.9-11.8%2043.4-26.9%2059l33.9%2033.9c25.5-26%2041.3-61.6%2041.3-100.9v-40c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v40c0%2052.6-21.1%20100.2-55.3%20134.8L601%20567.1c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200L39%2073.1c-9.3-9.4-9.3-24.6%200-34m290.8%20392.6l41.4%2041.4c-8.8%202.4-17.9%204.3-27.3%205.4V528h48c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-144c-13.3%200-24-10.7-24-24s10.7-24%2024-24h48v-49.5C201.3%20466.7%20128%20385.9%20128%20288v-40c0-5.1%201.6-9.9%204.4-13.8l43.6%2043.6V288c0%2079.5%2064.5%20144%20144%20144c3.3%200%206.6-.1%209.8-.3%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%22M39%2039.1c9.4-9.4%2024.6-9.4%2033.9%200l151%20151v-30.2c0-53%2043-96%2096-96c50.3%200%2091.6%2038.7%2095.7%2088l-55.6.1c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h56v48h-56c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h55.7c-1.9%2022.9-11.8%2043.4-26.9%2059l33.9%2033.9c25.5-26%2041.3-61.6%2041.3-100.9v-40c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v40c0%2052.6-21.1%20100.2-55.3%20134.8L601%20567.1c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200L39%2073.1c-9.3-9.4-9.3-24.6%200-34m290.8%20392.6l41.4%2041.4c-8.8%202.4-17.9%204.3-27.3%205.4V528h48c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-144c-13.3%200-24-10.7-24-24s10.7-24%2024-24h48v-49.5C201.3%20466.7%20128%20385.9%20128%20288v-40c0-5.1%201.6-9.9%204.4-13.8l43.6%2043.6V288c0%2079.5%2064.5%20144%20144%20144c3.3%200%206.6-.1%209.8-.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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