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

Name
speaker-off-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l5.724 5.725H5.25A3.25 3.25 0 0 0 2 12.255v3.492a3.25 3.25 0 0 0 3.25 3.25h3.012c.444 0 .872.17 1.196.473l4.937 4.626c.799.749 2.105.182 2.105-.912v-5.623l8.22 8.22a.75.75 0 0 0 1.06-1.061zM15 16.06v6.547l-4.516-4.231a3.25 3.25 0 0 0-2.222-.879H5.25a1.75 1.75 0 0 1-1.75-1.75v-3.492c0-.966.784-1.75 1.75-1.75h3.011c.35 0 .693-.056 1.02-.164zm-4.378-8.62l1.061 1.061L15 5.391v6.427l1.5 1.5V4.814c0-1.094-1.307-1.66-2.105-.912zm9.55 9.55l1.137 1.137A9.5 9.5 0 0 0 22.25 14a9.46 9.46 0 0 0-1.897-5.697a.75.75 0 1 0-1.2.9A7.96 7.96 0 0 1 20.75 14a8 8 0 0 1-.578 2.99m2.803 2.803l1.095 1.096a13.2 13.2 0 0 0 1.93-6.89a13.2 13.2 0 0 0-3.298-8.747a.75.75 0 0 0-1.126.99A11.7 11.7 0 0 1 24.5 14a11.7 11.7 0 0 1-1.525 5.793"/></svg>

React

import type { SVGProps } from "react";

export function FluentSpeakerOff28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l5.724 5.725H5.25A3.25 3.25 0 0 0 2 12.255v3.492a3.25 3.25 0 0 0 3.25 3.25h3.012c.444 0 .872.17 1.196.473l4.937 4.626c.799.749 2.105.182 2.105-.912v-5.623l8.22 8.22a.75.75 0 0 0 1.06-1.061zM15 16.06v6.547l-4.516-4.231a3.25 3.25 0 0 0-2.222-.879H5.25a1.75 1.75 0 0 1-1.75-1.75v-3.492c0-.966.784-1.75 1.75-1.75h3.011c.35 0 .693-.056 1.02-.164zm-4.378-8.62l1.061 1.061L15 5.391v6.427l1.5 1.5V4.814c0-1.094-1.307-1.66-2.105-.912zm9.55 9.55l1.137 1.137A9.5 9.5 0 0 0 22.25 14a9.46 9.46 0 0 0-1.897-5.697a.75.75 0 1 0-1.2.9A7.96 7.96 0 0 1 20.75 14a8 8 0 0 1-.578 2.99m2.803 2.803l1.095 1.096a13.2 13.2 0 0 0 1.93-6.89a13.2 13.2 0 0 0-3.298-8.747a.75.75 0 0 0-1.126.99A11.7 11.7 0 0 1 24.5 14a11.7 11.7 0 0 1-1.525 5.793"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l5.724 5.725H5.25A3.25 3.25 0 0 0 2 12.255v3.492a3.25 3.25 0 0 0 3.25 3.25h3.012c.444 0 .872.17 1.196.473l4.937 4.626c.799.749 2.105.182 2.105-.912v-5.623l8.22 8.22a.75.75 0 0 0 1.06-1.061zM15 16.06v6.547l-4.516-4.231a3.25 3.25 0 0 0-2.222-.879H5.25a1.75 1.75 0 0 1-1.75-1.75v-3.492c0-.966.784-1.75 1.75-1.75h3.011c.35 0 .693-.056 1.02-.164zm-4.378-8.62l1.061 1.061L15 5.391v6.427l1.5 1.5V4.814c0-1.094-1.307-1.66-2.105-.912zm9.55 9.55l1.137 1.137A9.5 9.5 0 0 0 22.25 14a9.46 9.46 0 0 0-1.897-5.697a.75.75 0 1 0-1.2.9A7.96 7.96 0 0 1 20.75 14a8 8 0 0 1-.578 2.99m2.803 2.803l1.095 1.096a13.2 13.2 0 0 0 1.93-6.89a13.2 13.2 0 0 0-3.298-8.747a.75.75 0 0 0-1.126.99A11.7 11.7 0 0 1 24.5 14a11.7 11.7 0 0 1-1.525 5.793"/></svg>
</template>

CSS

.icon-speaker-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l5.724%205.725H5.25A3.25%203.25%200%200%200%202%2012.255v3.492a3.25%203.25%200%200%200%203.25%203.25h3.012c.444%200%20.872.17%201.196.473l4.937%204.626c.799.749%202.105.182%202.105-.912v-5.623l8.22%208.22a.75.75%200%200%200%201.06-1.061zM15%2016.06v6.547l-4.516-4.231a3.25%203.25%200%200%200-2.222-.879H5.25a1.75%201.75%200%200%201-1.75-1.75v-3.492c0-.966.784-1.75%201.75-1.75h3.011c.35%200%20.693-.056%201.02-.164zm-4.378-8.62l1.061%201.061L15%205.391v6.427l1.5%201.5V4.814c0-1.094-1.307-1.66-2.105-.912zm9.55%209.55l1.137%201.137A9.5%209.5%200%200%200%2022.25%2014a9.46%209.46%200%200%200-1.897-5.697a.75.75%200%201%200-1.2.9A7.96%207.96%200%200%201%2020.75%2014a8%208%200%200%201-.578%202.99m2.803%202.803l1.095%201.096a13.2%2013.2%200%200%200%201.93-6.89a13.2%2013.2%200%200%200-3.298-8.747a.75.75%200%200%200-1.126.99A11.7%2011.7%200%200%201%2024.5%2014a11.7%2011.7%200%200%201-1.525%205.793%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l5.724%205.725H5.25A3.25%203.25%200%200%200%202%2012.255v3.492a3.25%203.25%200%200%200%203.25%203.25h3.012c.444%200%20.872.17%201.196.473l4.937%204.626c.799.749%202.105.182%202.105-.912v-5.623l8.22%208.22a.75.75%200%200%200%201.06-1.061zM15%2016.06v6.547l-4.516-4.231a3.25%203.25%200%200%200-2.222-.879H5.25a1.75%201.75%200%200%201-1.75-1.75v-3.492c0-.966.784-1.75%201.75-1.75h3.011c.35%200%20.693-.056%201.02-.164zm-4.378-8.62l1.061%201.061L15%205.391v6.427l1.5%201.5V4.814c0-1.094-1.307-1.66-2.105-.912zm9.55%209.55l1.137%201.137A9.5%209.5%200%200%200%2022.25%2014a9.46%209.46%200%200%200-1.897-5.697a.75.75%200%201%200-1.2.9A7.96%207.96%200%200%201%2020.75%2014a8%208%200%200%201-.578%202.99m2.803%202.803l1.095%201.096a13.2%2013.2%200%200%200%201.93-6.89a13.2%2013.2%200%200%200-3.298-8.747a.75.75%200%200%200-1.126.99A11.7%2011.7%200%200%201%2024.5%2014a11.7%2011.7%200%200%201-1.525%205.793%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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