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

Name
speaker-mute-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M18 5.604c0-1.114-1.346-1.672-2.134-.884l-4.694 4.694A2 2 0 0 1 9.757 10H6a4 4 0 0 0-4 4v4a4 4 0 0 0 4 4h3.757a2 2 0 0 1 1.415.586l4.694 4.694c.788.788 2.134.23 2.134-.884zm3.293 6.689a1 1 0 0 1 1.414 0L25 14.586l2.293-2.293a1 1 0 0 1 1.414 1.414L26.414 16l2.293 2.293a1 1 0 0 1-1.414 1.414L25 17.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L23.586 16l-2.293-2.293a1 1 0 0 1 0-1.414"/></svg>

React

import type { SVGProps } from "react";

export function FluentSpeakerMute32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 5.604c0-1.114-1.346-1.672-2.134-.884l-4.694 4.694A2 2 0 0 1 9.757 10H6a4 4 0 0 0-4 4v4a4 4 0 0 0 4 4h3.757a2 2 0 0 1 1.415.586l4.694 4.694c.788.788 2.134.23 2.134-.884zm3.293 6.689a1 1 0 0 1 1.414 0L25 14.586l2.293-2.293a1 1 0 0 1 1.414 1.414L26.414 16l2.293 2.293a1 1 0 0 1-1.414 1.414L25 17.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L23.586 16l-2.293-2.293a1 1 0 0 1 0-1.414"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 5.604c0-1.114-1.346-1.672-2.134-.884l-4.694 4.694A2 2 0 0 1 9.757 10H6a4 4 0 0 0-4 4v4a4 4 0 0 0 4 4h3.757a2 2 0 0 1 1.415.586l4.694 4.694c.788.788 2.134.23 2.134-.884zm3.293 6.689a1 1 0 0 1 1.414 0L25 14.586l2.293-2.293a1 1 0 0 1 1.414 1.414L26.414 16l2.293 2.293a1 1 0 0 1-1.414 1.414L25 17.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L23.586 16l-2.293-2.293a1 1 0 0 1 0-1.414"/></svg>
</template>

CSS

.icon-speaker-mute-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%205.604c0-1.114-1.346-1.672-2.134-.884l-4.694%204.694A2%202%200%200%201%209.757%2010H6a4%204%200%200%200-4%204v4a4%204%200%200%200%204%204h3.757a2%202%200%200%201%201.415.586l4.694%204.694c.788.788%202.134.23%202.134-.884zm3.293%206.689a1%201%200%200%201%201.414%200L25%2014.586l2.293-2.293a1%201%200%200%201%201.414%201.414L26.414%2016l2.293%202.293a1%201%200%200%201-1.414%201.414L25%2017.414l-2.293%202.293a1%201%200%200%201-1.414-1.414L23.586%2016l-2.293-2.293a1%201%200%200%201%200-1.414%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%205.604c0-1.114-1.346-1.672-2.134-.884l-4.694%204.694A2%202%200%200%201%209.757%2010H6a4%204%200%200%200-4%204v4a4%204%200%200%200%204%204h3.757a2%202%200%200%201%201.415.586l4.694%204.694c.788.788%202.134.23%202.134-.884zm3.293%206.689a1%201%200%200%201%201.414%200L25%2014.586l2.293-2.293a1%201%200%200%201%201.414%201.414L26.414%2016l2.293%202.293a1%201%200%200%201-1.414%201.414L25%2017.414l-2.293%202.293a1%201%200%200%201-1.414-1.414L23.586%2016l-2.293-2.293a1%201%200%200%201%200-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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