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

Name
speaker-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.5 14.56v4.629l-4.075-3.624a2.25 2.25 0 0 0-1.495-.569H4.25a.75.75 0 0 1-.75-.75V9.75A.75.75 0 0 1 4.25 9h3.688zm0-9.753v5.511l1.5 1.5V4.25c0-1.079-1.274-1.65-2.08-.934l-3.4 3.022l1.063 1.063zm3.641 9.152l1.138 1.138A7 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.247l1.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.206"/></svg>

React

import type { SVGProps } from "react";

export function FluentSpeakerOff24Regular(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.5 14.56v4.629l-4.075-3.624a2.25 2.25 0 0 0-1.495-.569H4.25a.75.75 0 0 1-.75-.75V9.75A.75.75 0 0 1 4.25 9h3.688zm0-9.753v5.511l1.5 1.5V4.25c0-1.079-1.274-1.65-2.08-.934l-3.4 3.022l1.063 1.063zm3.641 9.152l1.138 1.138A7 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.247l1.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.206"/></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.5 14.56v4.629l-4.075-3.624a2.25 2.25 0 0 0-1.495-.569H4.25a.75.75 0 0 1-.75-.75V9.75A.75.75 0 0 1 4.25 9h3.688zm0-9.753v5.511l1.5 1.5V4.25c0-1.079-1.274-1.65-2.08-.934l-3.4 3.022l1.063 1.063zm3.641 9.152l1.138 1.138A7 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.247l1.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.206"/></svg>
</template>

CSS

.icon-speaker-off-24-regular {
  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.5%2014.56v4.629l-4.075-3.624a2.25%202.25%200%200%200-1.495-.569H4.25a.75.75%200%200%201-.75-.75V9.75A.75.75%200%200%201%204.25%209h3.688zm0-9.753v5.511l1.5%201.5V4.25c0-1.079-1.274-1.65-2.08-.934l-3.4%203.022l1.063%201.063zm3.641%209.152l1.138%201.138A7%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.247l1.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.206%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.5%2014.56v4.629l-4.075-3.624a2.25%202.25%200%200%200-1.495-.569H4.25a.75.75%200%200%201-.75-.75V9.75A.75.75%200%200%201%204.25%209h3.688zm0-9.753v5.511l1.5%201.5V4.25c0-1.079-1.274-1.65-2.08-.934l-3.4%203.022l1.063%201.063zm3.641%209.152l1.138%201.138A7%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.247l1.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.206%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-regular.svg?color=%231a73e8&size=48