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

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

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 16 16"><path fill="currentColor" d="M9 2.5a.5.5 0 0 0-.849-.358l-2.927 2.85H3.5a1.5 1.5 0 0 0-1.5 1.5v2.99a1.5 1.5 0 0 0 1.5 1.5h1.723l2.927 2.875A.5.5 0 0 0 9 13.5zm1.147 3.646a.5.5 0 0 1 .707 0l1.147 1.147l1.146-1.147a.5.5 0 1 1 .707.708L12.708 8l1.146 1.146a.5.5 0 1 1-.707.708L12 8.707l-1.147 1.147a.5.5 0 0 1-.707-.708L11.293 8l-1.146-1.146a.5.5 0 0 1 0-.708"/></svg>

React

import type { SVGProps } from "react";

export function FluentSpeakerMute16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 2.5a.5.5 0 0 0-.849-.358l-2.927 2.85H3.5a1.5 1.5 0 0 0-1.5 1.5v2.99a1.5 1.5 0 0 0 1.5 1.5h1.723l2.927 2.875A.5.5 0 0 0 9 13.5zm1.147 3.646a.5.5 0 0 1 .707 0l1.147 1.147l1.146-1.147a.5.5 0 1 1 .707.708L12.708 8l1.146 1.146a.5.5 0 1 1-.707.708L12 8.707l-1.147 1.147a.5.5 0 0 1-.707-.708L11.293 8l-1.146-1.146a.5.5 0 0 1 0-.708"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 2.5a.5.5 0 0 0-.849-.358l-2.927 2.85H3.5a1.5 1.5 0 0 0-1.5 1.5v2.99a1.5 1.5 0 0 0 1.5 1.5h1.723l2.927 2.875A.5.5 0 0 0 9 13.5zm1.147 3.646a.5.5 0 0 1 .707 0l1.147 1.147l1.146-1.147a.5.5 0 1 1 .707.708L12.708 8l1.146 1.146a.5.5 0 1 1-.707.708L12 8.707l-1.147 1.147a.5.5 0 0 1-.707-.708L11.293 8l-1.146-1.146a.5.5 0 0 1 0-.708"/></svg>
</template>

CSS

.icon-speaker-mute-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%202.5a.5.5%200%200%200-.849-.358l-2.927%202.85H3.5a1.5%201.5%200%200%200-1.5%201.5v2.99a1.5%201.5%200%200%200%201.5%201.5h1.723l2.927%202.875A.5.5%200%200%200%209%2013.5zm1.147%203.646a.5.5%200%200%201%20.707%200l1.147%201.147l1.146-1.147a.5.5%200%201%201%20.707.708L12.708%208l1.146%201.146a.5.5%200%201%201-.707.708L12%208.707l-1.147%201.147a.5.5%200%200%201-.707-.708L11.293%208l-1.146-1.146a.5.5%200%200%201%200-.708%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%202.5a.5.5%200%200%200-.849-.358l-2.927%202.85H3.5a1.5%201.5%200%200%200-1.5%201.5v2.99a1.5%201.5%200%200%200%201.5%201.5h1.723l2.927%202.875A.5.5%200%200%200%209%2013.5zm1.147%203.646a.5.5%200%200%201%20.707%200l1.147%201.147l1.146-1.147a.5.5%200%201%201%20.707.708L12.708%208l1.146%201.146a.5.5%200%201%201-.707.708L12%208.707l-1.147%201.147a.5.5%200%200%201-.707-.708L11.293%208l-1.146-1.146a.5.5%200%200%201%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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