speaker-mute-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
speaker-mute-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

12 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the speaker mute icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M16.5 4.814c0-1.094-1.307-1.66-2.105-.912l-4.937 4.63a1.75 1.75 0 0 1-1.197.473H5.25A3.25 3.25 0 0 0 2 12.255v3.492a3.25 3.25 0 0 0 3.25 3.25h3.012c.444 0 .872.17 1.196.473l4.937 4.626c.799.748 2.105.182 2.105-.912zm3.282 5.907a.75.75 0 0 0-1.064 1.057l2.218 2.235l-2.215 2.205a.75.75 0 0 0 1.058 1.063l2.218-2.208l2.225 2.209a.75.75 0 1 0 1.056-1.064l-2.22-2.205l2.224-2.234a.75.75 0 0 0-1.063-1.059l-2.222 2.232z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSpeakerMute28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M16.5 4.814c0-1.094-1.307-1.66-2.105-.912l-4.937 4.63a1.75 1.75 0 0 1-1.197.473H5.25A3.25 3.25 0 0 0 2 12.255v3.492a3.25 3.25 0 0 0 3.25 3.25h3.012c.444 0 .872.17 1.196.473l4.937 4.626c.799.748 2.105.182 2.105-.912zm3.282 5.907a.75.75 0 0 0-1.064 1.057l2.218 2.235l-2.215 2.205a.75.75 0 0 0 1.058 1.063l2.218-2.208l2.225 2.209a.75.75 0 1 0 1.056-1.064l-2.22-2.205l2.224-2.234a.75.75 0 0 0-1.063-1.059l-2.222 2.232z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M16.5 4.814c0-1.094-1.307-1.66-2.105-.912l-4.937 4.63a1.75 1.75 0 0 1-1.197.473H5.25A3.25 3.25 0 0 0 2 12.255v3.492a3.25 3.25 0 0 0 3.25 3.25h3.012c.444 0 .872.17 1.196.473l4.937 4.626c.799.748 2.105.182 2.105-.912zm3.282 5.907a.75.75 0 0 0-1.064 1.057l2.218 2.235l-2.215 2.205a.75.75 0 0 0 1.058 1.063l2.218-2.208l2.225 2.209a.75.75 0 1 0 1.056-1.064l-2.22-2.205l2.224-2.234a.75.75 0 0 0-1.063-1.059l-2.222 2.232z"/></svg>
</template>

CSS

.icon-speaker-mute-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%204.814c0-1.094-1.307-1.66-2.105-.912l-4.937%204.63a1.75%201.75%200%200%201-1.197.473H5.25A3.25%203.25%200%200%200%202%2012.255v3.492a3.25%203.25%200%200%200%203.25%203.25h3.012c.444%200%20.872.17%201.196.473l4.937%204.626c.799.748%202.105.182%202.105-.912zm3.282%205.907a.75.75%200%200%200-1.064%201.057l2.218%202.235l-2.215%202.205a.75.75%200%200%200%201.058%201.063l2.218-2.208l2.225%202.209a.75.75%200%201%200%201.056-1.064l-2.22-2.205l2.224-2.234a.75.75%200%200%200-1.063-1.059l-2.222%202.232z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%204.814c0-1.094-1.307-1.66-2.105-.912l-4.937%204.63a1.75%201.75%200%200%201-1.197.473H5.25A3.25%203.25%200%200%200%202%2012.255v3.492a3.25%203.25%200%200%200%203.25%203.25h3.012c.444%200%20.872.17%201.196.473l4.937%204.626c.799.748%202.105.182%202.105-.912zm3.282%205.907a.75.75%200%200%200-1.064%201.057l2.218%202.235l-2.215%202.205a.75.75%200%200%200%201.058%201.063l2.218-2.208l2.225%202.209a.75.75%200%201%200%201.056-1.064l-2.22-2.205l2.224-2.234a.75.75%200%200%200-1.063-1.059l-2.222%202.232z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/speaker-mute-28-filled.svg?color=%231a73e8&size=48