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

Name
speaker-mute-32-light
Set
Fluent UI System Icons
Style
32 Light
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="M16.293 4.5c.63-.63 1.707-.184 1.707.707v21.586c0 .89-1.077 1.337-1.707.707l-4.768-4.767A2.5 2.5 0 0 0 9.758 22H6a4 4 0 0 1-4-4v-4a4 4 0 0 1 4-4h3.758a2.5 2.5 0 0 0 1.767-.732zm-4.06 5.475A3.5 3.5 0 0 1 9.757 11H6a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h3.758a3.5 3.5 0 0 1 2.474 1.026L17 26.793V5.207zm15.914 2.172a.5.5 0 1 1 .707.707L25.707 16l3.146 3.147l.065.078a.5.5 0 0 1-.693.693l-.079-.064L25 16.707l-3.146 3.147l-.079.064a.5.5 0 0 1-.693-.693l.064-.078L24.293 16l-3.146-3.146a.5.5 0 1 1 .707-.707L25 15.293z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSpeakerMute32Light(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="M16.293 4.5c.63-.63 1.707-.184 1.707.707v21.586c0 .89-1.077 1.337-1.707.707l-4.768-4.767A2.5 2.5 0 0 0 9.758 22H6a4 4 0 0 1-4-4v-4a4 4 0 0 1 4-4h3.758a2.5 2.5 0 0 0 1.767-.732zm-4.06 5.475A3.5 3.5 0 0 1 9.757 11H6a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h3.758a3.5 3.5 0 0 1 2.474 1.026L17 26.793V5.207zm15.914 2.172a.5.5 0 1 1 .707.707L25.707 16l3.146 3.147l.065.078a.5.5 0 0 1-.693.693l-.079-.064L25 16.707l-3.146 3.147l-.079.064a.5.5 0 0 1-.693-.693l.064-.078L24.293 16l-3.146-3.146a.5.5 0 1 1 .707-.707L25 15.293z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.293 4.5c.63-.63 1.707-.184 1.707.707v21.586c0 .89-1.077 1.337-1.707.707l-4.768-4.767A2.5 2.5 0 0 0 9.758 22H6a4 4 0 0 1-4-4v-4a4 4 0 0 1 4-4h3.758a2.5 2.5 0 0 0 1.767-.732zm-4.06 5.475A3.5 3.5 0 0 1 9.757 11H6a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h3.758a3.5 3.5 0 0 1 2.474 1.026L17 26.793V5.207zm15.914 2.172a.5.5 0 1 1 .707.707L25.707 16l3.146 3.147l.065.078a.5.5 0 0 1-.693.693l-.079-.064L25 16.707l-3.146 3.147l-.079.064a.5.5 0 0 1-.693-.693l.064-.078L24.293 16l-3.146-3.146a.5.5 0 1 1 .707-.707L25 15.293z"/></svg>
</template>

CSS

.icon-speaker-mute-32-light {
  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%22M16.293%204.5c.63-.63%201.707-.184%201.707.707v21.586c0%20.89-1.077%201.337-1.707.707l-4.768-4.767A2.5%202.5%200%200%200%209.758%2022H6a4%204%200%200%201-4-4v-4a4%204%200%200%201%204-4h3.758a2.5%202.5%200%200%200%201.767-.732zm-4.06%205.475A3.5%203.5%200%200%201%209.757%2011H6a3%203%200%200%200-3%203v4a3%203%200%200%200%203%203h3.758a3.5%203.5%200%200%201%202.474%201.026L17%2026.793V5.207zm15.914%202.172a.5.5%200%201%201%20.707.707L25.707%2016l3.146%203.147l.065.078a.5.5%200%200%201-.693.693l-.079-.064L25%2016.707l-3.146%203.147l-.079.064a.5.5%200%200%201-.693-.693l.064-.078L24.293%2016l-3.146-3.146a.5.5%200%201%201%20.707-.707L25%2015.293z%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%22M16.293%204.5c.63-.63%201.707-.184%201.707.707v21.586c0%20.89-1.077%201.337-1.707.707l-4.768-4.767A2.5%202.5%200%200%200%209.758%2022H6a4%204%200%200%201-4-4v-4a4%204%200%200%201%204-4h3.758a2.5%202.5%200%200%200%201.767-.732zm-4.06%205.475A3.5%203.5%200%200%201%209.757%2011H6a3%203%200%200%200-3%203v4a3%203%200%200%200%203%203h3.758a3.5%203.5%200%200%201%202.474%201.026L17%2026.793V5.207zm15.914%202.172a.5.5%200%201%201%20.707.707L25.707%2016l3.146%203.147l.065.078a.5.5%200%200%201-.693.693l-.079-.064L25%2016.707l-3.146%203.147l-.079.064a.5.5%200%200%201-.693-.693l.064-.078L24.293%2016l-3.146-3.146a.5.5%200%201%201%20.707-.707L25%2015.293z%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-light.svg?color=%231a73e8&size=48