speaker slash icon

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

Name
speaker-slash-fill
Set
Phosphor
Style
Fill
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="M213.92 210.62a8 8 0 1 1-11.84 10.76L160 175.09v48.6a8.29 8.29 0 0 1-3.91 7.18a8 8 0 0 1-9-.56l-65.55-51a4 4 0 0 1-1.54-3.13V87.09L42.08 45.38a8 8 0 1 1 11.84-10.76Zm-27.21-55.46a8 8 0 0 0 11.29-.7a40 40 0 0 0 0-52.88a8 8 0 1 0-12 10.57a24 24 0 0 1 0 31.72a8 8 0 0 0 .71 11.29m40.92-80.49a8 8 0 1 0-11.92 10.66a64 64 0 0 1 0 85.34a8 8 0 1 0 11.92 10.66a80 80 0 0 0 0-106.66M153 119.87a4 4 0 0 0 7-2.7V32.25a8.27 8.27 0 0 0-2.88-6.4a8 8 0 0 0-10-.16l-43.29 33.64a4 4 0 0 0-.5 5.85ZM60 80H32a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h28a4 4 0 0 0 4-4V84a4 4 0 0 0-4-4"/></svg>

React

import type { SVGProps } from "react";

export function PhSpeakerSlashFill(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="M213.92 210.62a8 8 0 1 1-11.84 10.76L160 175.09v48.6a8.29 8.29 0 0 1-3.91 7.18a8 8 0 0 1-9-.56l-65.55-51a4 4 0 0 1-1.54-3.13V87.09L42.08 45.38a8 8 0 1 1 11.84-10.76Zm-27.21-55.46a8 8 0 0 0 11.29-.7a40 40 0 0 0 0-52.88a8 8 0 1 0-12 10.57a24 24 0 0 1 0 31.72a8 8 0 0 0 .71 11.29m40.92-80.49a8 8 0 1 0-11.92 10.66a64 64 0 0 1 0 85.34a8 8 0 1 0 11.92 10.66a80 80 0 0 0 0-106.66M153 119.87a4 4 0 0 0 7-2.7V32.25a8.27 8.27 0 0 0-2.88-6.4a8 8 0 0 0-10-.16l-43.29 33.64a4 4 0 0 0-.5 5.85ZM60 80H32a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h28a4 4 0 0 0 4-4V84a4 4 0 0 0-4-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.92 210.62a8 8 0 1 1-11.84 10.76L160 175.09v48.6a8.29 8.29 0 0 1-3.91 7.18a8 8 0 0 1-9-.56l-65.55-51a4 4 0 0 1-1.54-3.13V87.09L42.08 45.38a8 8 0 1 1 11.84-10.76Zm-27.21-55.46a8 8 0 0 0 11.29-.7a40 40 0 0 0 0-52.88a8 8 0 1 0-12 10.57a24 24 0 0 1 0 31.72a8 8 0 0 0 .71 11.29m40.92-80.49a8 8 0 1 0-11.92 10.66a64 64 0 0 1 0 85.34a8 8 0 1 0 11.92 10.66a80 80 0 0 0 0-106.66M153 119.87a4 4 0 0 0 7-2.7V32.25a8.27 8.27 0 0 0-2.88-6.4a8 8 0 0 0-10-.16l-43.29 33.64a4 4 0 0 0-.5 5.85ZM60 80H32a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h28a4 4 0 0 0 4-4V84a4 4 0 0 0-4-4"/></svg>
</template>

CSS

.icon-speaker-slash-fill {
  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%22M213.92%20210.62a8%208%200%201%201-11.84%2010.76L160%20175.09v48.6a8.29%208.29%200%200%201-3.91%207.18a8%208%200%200%201-9-.56l-65.55-51a4%204%200%200%201-1.54-3.13V87.09L42.08%2045.38a8%208%200%201%201%2011.84-10.76Zm-27.21-55.46a8%208%200%200%200%2011.29-.7a40%2040%200%200%200%200-52.88a8%208%200%201%200-12%2010.57a24%2024%200%200%201%200%2031.72a8%208%200%200%200%20.71%2011.29m40.92-80.49a8%208%200%201%200-11.92%2010.66a64%2064%200%200%201%200%2085.34a8%208%200%201%200%2011.92%2010.66a80%2080%200%200%200%200-106.66M153%20119.87a4%204%200%200%200%207-2.7V32.25a8.27%208.27%200%200%200-2.88-6.4a8%208%200%200%200-10-.16l-43.29%2033.64a4%204%200%200%200-.5%205.85ZM60%2080H32a16%2016%200%200%200-16%2016v64a16%2016%200%200%200%2016%2016h28a4%204%200%200%200%204-4V84a4%204%200%200%200-4-4%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%22M213.92%20210.62a8%208%200%201%201-11.84%2010.76L160%20175.09v48.6a8.29%208.29%200%200%201-3.91%207.18a8%208%200%200%201-9-.56l-65.55-51a4%204%200%200%201-1.54-3.13V87.09L42.08%2045.38a8%208%200%201%201%2011.84-10.76Zm-27.21-55.46a8%208%200%200%200%2011.29-.7a40%2040%200%200%200%200-52.88a8%208%200%201%200-12%2010.57a24%2024%200%200%201%200%2031.72a8%208%200%200%200%20.71%2011.29m40.92-80.49a8%208%200%201%200-11.92%2010.66a64%2064%200%200%201%200%2085.34a8%208%200%201%200%2011.92%2010.66a80%2080%200%200%200%200-106.66M153%20119.87a4%204%200%200%200%207-2.7V32.25a8.27%208.27%200%200%200-2.88-6.4a8%208%200%200%200-10-.16l-43.29%2033.64a4%204%200%200%200-.5%205.85ZM60%2080H32a16%2016%200%200%200-16%2016v64a16%2016%200%200%200%2016%2016h28a4%204%200%200%200%204-4V84a4%204%200%200%200-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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