speaker simple slash icon

speaker-simple-slash-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
speaker-simple-slash-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the speaker simple slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M196 152v-48a4 4 0 0 1 8 0v48a4 4 0 0 1-8 0m36-68a4 4 0 0 0-4 4v80a4 4 0 0 0 8 0V88a4 4 0 0 0-4-4m-13 129.31a4 4 0 1 1-5.92 5.38l-49-53.94V224a4 4 0 0 1-2.24 3.59a3.9 3.9 0 0 1-1.84.41a4.07 4.07 0 0 1-2.46-.84L86.63 172H40a12 12 0 0 1-12-12V96a12 12 0 0 1 12-12h50.59L53 42.69a4 4 0 0 1 6-5.38ZM156 156L97.87 92H40a4 4 0 0 0-4 4v64a4 4 0 0 0 4 4h48a4.06 4.06 0 0 1 2.46.84l65.54 51Zm-33.39-89.8l33.39-26v66.65a4 4 0 0 0 8 0V32a4 4 0 0 0-6.46-3.16l-39.85 31a4 4 0 1 0 4.92 6.31Z"/></svg>

React

import type { SVGProps } from "react";

export function PhSpeakerSimpleSlashThin(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="M196 152v-48a4 4 0 0 1 8 0v48a4 4 0 0 1-8 0m36-68a4 4 0 0 0-4 4v80a4 4 0 0 0 8 0V88a4 4 0 0 0-4-4m-13 129.31a4 4 0 1 1-5.92 5.38l-49-53.94V224a4 4 0 0 1-2.24 3.59a3.9 3.9 0 0 1-1.84.41a4.07 4.07 0 0 1-2.46-.84L86.63 172H40a12 12 0 0 1-12-12V96a12 12 0 0 1 12-12h50.59L53 42.69a4 4 0 0 1 6-5.38ZM156 156L97.87 92H40a4 4 0 0 0-4 4v64a4 4 0 0 0 4 4h48a4.06 4.06 0 0 1 2.46.84l65.54 51Zm-33.39-89.8l33.39-26v66.65a4 4 0 0 0 8 0V32a4 4 0 0 0-6.46-3.16l-39.85 31a4 4 0 1 0 4.92 6.31Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M196 152v-48a4 4 0 0 1 8 0v48a4 4 0 0 1-8 0m36-68a4 4 0 0 0-4 4v80a4 4 0 0 0 8 0V88a4 4 0 0 0-4-4m-13 129.31a4 4 0 1 1-5.92 5.38l-49-53.94V224a4 4 0 0 1-2.24 3.59a3.9 3.9 0 0 1-1.84.41a4.07 4.07 0 0 1-2.46-.84L86.63 172H40a12 12 0 0 1-12-12V96a12 12 0 0 1 12-12h50.59L53 42.69a4 4 0 0 1 6-5.38ZM156 156L97.87 92H40a4 4 0 0 0-4 4v64a4 4 0 0 0 4 4h48a4.06 4.06 0 0 1 2.46.84l65.54 51Zm-33.39-89.8l33.39-26v66.65a4 4 0 0 0 8 0V32a4 4 0 0 0-6.46-3.16l-39.85 31a4 4 0 1 0 4.92 6.31Z"/></svg>
</template>

CSS

.icon-speaker-simple-slash-thin {
  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%22M196%20152v-48a4%204%200%200%201%208%200v48a4%204%200%200%201-8%200m36-68a4%204%200%200%200-4%204v80a4%204%200%200%200%208%200V88a4%204%200%200%200-4-4m-13%20129.31a4%204%200%201%201-5.92%205.38l-49-53.94V224a4%204%200%200%201-2.24%203.59a3.9%203.9%200%200%201-1.84.41a4.07%204.07%200%200%201-2.46-.84L86.63%20172H40a12%2012%200%200%201-12-12V96a12%2012%200%200%201%2012-12h50.59L53%2042.69a4%204%200%200%201%206-5.38ZM156%20156L97.87%2092H40a4%204%200%200%200-4%204v64a4%204%200%200%200%204%204h48a4.06%204.06%200%200%201%202.46.84l65.54%2051Zm-33.39-89.8l33.39-26v66.65a4%204%200%200%200%208%200V32a4%204%200%200%200-6.46-3.16l-39.85%2031a4%204%200%201%200%204.92%206.31Z%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%22M196%20152v-48a4%204%200%200%201%208%200v48a4%204%200%200%201-8%200m36-68a4%204%200%200%200-4%204v80a4%204%200%200%200%208%200V88a4%204%200%200%200-4-4m-13%20129.31a4%204%200%201%201-5.92%205.38l-49-53.94V224a4%204%200%200%201-2.24%203.59a3.9%203.9%200%200%201-1.84.41a4.07%204.07%200%200%201-2.46-.84L86.63%20172H40a12%2012%200%200%201-12-12V96a12%2012%200%200%201%2012-12h50.59L53%2042.69a4%204%200%200%201%206-5.38ZM156%20156L97.87%2092H40a4%204%200%200%200-4%204v64a4%204%200%200%200%204%204h48a4.06%204.06%200%200%201%202.46.84l65.54%2051Zm-33.39-89.8l33.39-26v66.65a4%204%200%200%200%208%200V32a4%204%200%200%200-6.46-3.16l-39.85%2031a4%204%200%201%200%204.92%206.31Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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