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

Name
speaker-off-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the speaker off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06L6.438 7.5H4.25A2.25 2.25 0 0 0 2 9.749v4.497a2.25 2.25 0 0 0 2.25 2.25h3.68a.75.75 0 0 1 .498.19l4.491 3.994c.806.716 2.081.144 2.081-.934V16.06l5.72 5.72a.75.75 0 0 0 1.06-1.061zm13.861 11.74l1.138 1.137A7 7 0 0 0 19 12a7 7 0 0 0-.84-3.328a.75.75 0 0 0-1.32.714c.42.777.66 1.666.66 2.614c0 .691-.127 1.351-.359 1.96m2.247 2.246l1.093 1.094A9.96 9.96 0 0 0 22 12a9.96 9.96 0 0 0-1.96-5.946a.75.75 0 0 0-1.205.892A8.46 8.46 0 0 1 20.5 12a8.46 8.46 0 0 1-1.112 4.206M9.52 6.338l5.48 5.48V4.25c0-1.079-1.274-1.65-2.08-.934z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSpeakerOff24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06L6.438 7.5H4.25A2.25 2.25 0 0 0 2 9.749v4.497a2.25 2.25 0 0 0 2.25 2.25h3.68a.75.75 0 0 1 .498.19l4.491 3.994c.806.716 2.081.144 2.081-.934V16.06l5.72 5.72a.75.75 0 0 0 1.06-1.061zm13.861 11.74l1.138 1.137A7 7 0 0 0 19 12a7 7 0 0 0-.84-3.328a.75.75 0 0 0-1.32.714c.42.777.66 1.666.66 2.614c0 .691-.127 1.351-.359 1.96m2.247 2.246l1.093 1.094A9.96 9.96 0 0 0 22 12a9.96 9.96 0 0 0-1.96-5.946a.75.75 0 0 0-1.205.892A8.46 8.46 0 0 1 20.5 12a8.46 8.46 0 0 1-1.112 4.206M9.52 6.338l5.48 5.48V4.25c0-1.079-1.274-1.65-2.08-.934z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06L6.438 7.5H4.25A2.25 2.25 0 0 0 2 9.749v4.497a2.25 2.25 0 0 0 2.25 2.25h3.68a.75.75 0 0 1 .498.19l4.491 3.994c.806.716 2.081.144 2.081-.934V16.06l5.72 5.72a.75.75 0 0 0 1.06-1.061zm13.861 11.74l1.138 1.137A7 7 0 0 0 19 12a7 7 0 0 0-.84-3.328a.75.75 0 0 0-1.32.714c.42.777.66 1.666.66 2.614c0 .691-.127 1.351-.359 1.96m2.247 2.246l1.093 1.094A9.96 9.96 0 0 0 22 12a9.96 9.96 0 0 0-1.96-5.946a.75.75 0 0 0-1.205.892A8.46 8.46 0 0 1 20.5 12a8.46 8.46 0 0 1-1.112 4.206M9.52 6.338l5.48 5.48V4.25c0-1.079-1.274-1.65-2.08-.934z"/></svg>
</template>

CSS

.icon-speaker-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06L6.438%207.5H4.25A2.25%202.25%200%200%200%202%209.749v4.497a2.25%202.25%200%200%200%202.25%202.25h3.68a.75.75%200%200%201%20.498.19l4.491%203.994c.806.716%202.081.144%202.081-.934V16.06l5.72%205.72a.75.75%200%200%200%201.06-1.061zm13.861%2011.74l1.138%201.137A7%207%200%200%200%2019%2012a7%207%200%200%200-.84-3.328a.75.75%200%200%200-1.32.714c.42.777.66%201.666.66%202.614c0%20.691-.127%201.351-.359%201.96m2.247%202.246l1.093%201.094A9.96%209.96%200%200%200%2022%2012a9.96%209.96%200%200%200-1.96-5.946a.75.75%200%200%200-1.205.892A8.46%208.46%200%200%201%2020.5%2012a8.46%208.46%200%200%201-1.112%204.206M9.52%206.338l5.48%205.48V4.25c0-1.079-1.274-1.65-2.08-.934z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06L6.438%207.5H4.25A2.25%202.25%200%200%200%202%209.749v4.497a2.25%202.25%200%200%200%202.25%202.25h3.68a.75.75%200%200%201%20.498.19l4.491%203.994c.806.716%202.081.144%202.081-.934V16.06l5.72%205.72a.75.75%200%200%200%201.06-1.061zm13.861%2011.74l1.138%201.137A7%207%200%200%200%2019%2012a7%207%200%200%200-.84-3.328a.75.75%200%200%200-1.32.714c.42.777.66%201.666.66%202.614c0%20.691-.127%201.351-.359%201.96m2.247%202.246l1.093%201.094A9.96%209.96%200%200%200%2022%2012a9.96%209.96%200%200%200-1.96-5.946a.75.75%200%200%200-1.205.892A8.46%208.46%200%200%201%2020.5%2012a8.46%208.46%200%200%201-1.112%204.206M9.52%206.338l5.48%205.48V4.25c0-1.079-1.274-1.65-2.08-.934z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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