speaker slash icon

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

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

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the speaker slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M51 37.31a4 4 0 0 0-6 5.38l36 39.5L78.63 84H32a12 12 0 0 0-12 12v64a12 12 0 0 0 12 12h46.63l70.91 55.16a4.07 4.07 0 0 0 2.46.84a3.9 3.9 0 0 0 1.76-.41A4 4 0 0 0 156 224v-59.25l49 53.94a4 4 0 1 0 5.92-5.38ZM28 160V96a4 4 0 0 1 4-4h44v72H32a4 4 0 0 1-4-4m120 55.82L84 166V90l2.35-1.83L148 156Zm41-69.3a28 28 0 0 0 0-37a4 4 0 1 1 6-5.29a36 36 0 0 1 0 47.59a4 4 0 1 1-6-5.29Zm-80-81.07a4 4 0 0 1 .7-5.61l39.85-31A4 4 0 0 1 156 32v74.83a4 4 0 0 1-8 0V40.18l-33.39 26a4 4 0 0 1-5.61-.73M244 128a75.88 75.88 0 0 1-19.35 50.67a4 4 0 0 1-6-5.34a68 68 0 0 0 0-90.66a4 4 0 0 1 6-5.34A75.88 75.88 0 0 1 244 128"/></svg>

React

import type { SVGProps } from "react";

export function PhSpeakerSlashThin(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="M51 37.31a4 4 0 0 0-6 5.38l36 39.5L78.63 84H32a12 12 0 0 0-12 12v64a12 12 0 0 0 12 12h46.63l70.91 55.16a4.07 4.07 0 0 0 2.46.84a3.9 3.9 0 0 0 1.76-.41A4 4 0 0 0 156 224v-59.25l49 53.94a4 4 0 1 0 5.92-5.38ZM28 160V96a4 4 0 0 1 4-4h44v72H32a4 4 0 0 1-4-4m120 55.82L84 166V90l2.35-1.83L148 156Zm41-69.3a28 28 0 0 0 0-37a4 4 0 1 1 6-5.29a36 36 0 0 1 0 47.59a4 4 0 1 1-6-5.29Zm-80-81.07a4 4 0 0 1 .7-5.61l39.85-31A4 4 0 0 1 156 32v74.83a4 4 0 0 1-8 0V40.18l-33.39 26a4 4 0 0 1-5.61-.73M244 128a75.88 75.88 0 0 1-19.35 50.67a4 4 0 0 1-6-5.34a68 68 0 0 0 0-90.66a4 4 0 0 1 6-5.34A75.88 75.88 0 0 1 244 128"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M51 37.31a4 4 0 0 0-6 5.38l36 39.5L78.63 84H32a12 12 0 0 0-12 12v64a12 12 0 0 0 12 12h46.63l70.91 55.16a4.07 4.07 0 0 0 2.46.84a3.9 3.9 0 0 0 1.76-.41A4 4 0 0 0 156 224v-59.25l49 53.94a4 4 0 1 0 5.92-5.38ZM28 160V96a4 4 0 0 1 4-4h44v72H32a4 4 0 0 1-4-4m120 55.82L84 166V90l2.35-1.83L148 156Zm41-69.3a28 28 0 0 0 0-37a4 4 0 1 1 6-5.29a36 36 0 0 1 0 47.59a4 4 0 1 1-6-5.29Zm-80-81.07a4 4 0 0 1 .7-5.61l39.85-31A4 4 0 0 1 156 32v74.83a4 4 0 0 1-8 0V40.18l-33.39 26a4 4 0 0 1-5.61-.73M244 128a75.88 75.88 0 0 1-19.35 50.67a4 4 0 0 1-6-5.34a68 68 0 0 0 0-90.66a4 4 0 0 1 6-5.34A75.88 75.88 0 0 1 244 128"/></svg>
</template>

CSS

.icon-speaker-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%22M51%2037.31a4%204%200%200%200-6%205.38l36%2039.5L78.63%2084H32a12%2012%200%200%200-12%2012v64a12%2012%200%200%200%2012%2012h46.63l70.91%2055.16a4.07%204.07%200%200%200%202.46.84a3.9%203.9%200%200%200%201.76-.41A4%204%200%200%200%20156%20224v-59.25l49%2053.94a4%204%200%201%200%205.92-5.38ZM28%20160V96a4%204%200%200%201%204-4h44v72H32a4%204%200%200%201-4-4m120%2055.82L84%20166V90l2.35-1.83L148%20156Zm41-69.3a28%2028%200%200%200%200-37a4%204%200%201%201%206-5.29a36%2036%200%200%201%200%2047.59a4%204%200%201%201-6-5.29Zm-80-81.07a4%204%200%200%201%20.7-5.61l39.85-31A4%204%200%200%201%20156%2032v74.83a4%204%200%200%201-8%200V40.18l-33.39%2026a4%204%200%200%201-5.61-.73M244%20128a75.88%2075.88%200%200%201-19.35%2050.67a4%204%200%200%201-6-5.34a68%2068%200%200%200%200-90.66a4%204%200%200%201%206-5.34A75.88%2075.88%200%200%201%20244%20128%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%22M51%2037.31a4%204%200%200%200-6%205.38l36%2039.5L78.63%2084H32a12%2012%200%200%200-12%2012v64a12%2012%200%200%200%2012%2012h46.63l70.91%2055.16a4.07%204.07%200%200%200%202.46.84a3.9%203.9%200%200%200%201.76-.41A4%204%200%200%200%20156%20224v-59.25l49%2053.94a4%204%200%201%200%205.92-5.38ZM28%20160V96a4%204%200%200%201%204-4h44v72H32a4%204%200%200%201-4-4m120%2055.82L84%20166V90l2.35-1.83L148%20156Zm41-69.3a28%2028%200%200%200%200-37a4%204%200%201%201%206-5.29a36%2036%200%200%201%200%2047.59a4%204%200%201%201-6-5.29Zm-80-81.07a4%204%200%200%201%20.7-5.61l39.85-31A4%204%200%200%201%20156%2032v74.83a4%204%200%200%201-8%200V40.18l-33.39%2026a4%204%200%200%201-5.61-.73M244%20128a75.88%2075.88%200%200%201-19.35%2050.67a4%204%200%200%201-6-5.34a68%2068%200%200%200%200-90.66a4%204%200%200%201%206-5.34A75.88%2075.88%200%200%201%20244%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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