desktop speaker off icon

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

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

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the desktop speaker off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.691 1.038A.5.5 0 0 1 14 1.5v6a.5.5 0 0 1-.854.354L11.293 6H10.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h.793l1.853-1.854a.5.5 0 0 1 .545-.108m3.959.162c.121.162.285.453.443.874c.255.68.407 1.49.407 2.426s-.152 1.745-.407 2.426c-.158.421-.322.712-.443.874a.5.5 0 0 1-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5 3.5 0 0 0-.239-.52L16.85 1.8a.5.5 0 1 1 .8-.6m-1.426 1.767a5.5 5.5 0 0 0-.277-.69a.5.5 0 1 0-.894.447c.052.105.137.303.223.56c.14.421.224.84.224 1.216s-.084.795-.224 1.217a6 6 0 0 1-.147.39l-.076.17a.5.5 0 1 0 .894.447a5.5 5.5 0 0 0 .277-.69c.172-.516.276-1.035.276-1.534s-.104-1.018-.276-1.533M16.35 8.7a1.5 1.5 0 0 1-.526-.735c-.285.063-.59.044-.877-.07a1.5 1.5 0 0 1-2.508.666L10.88 7h-.38A1.5 1.5 0 0 1 9 5.5v-2A1.5 1.5 0 0 1 10.5 2h.379H4.12l12.905 12.905A1.5 1.5 0 0 0 18 13.5V8.8a1.5 1.5 0 0 1-1.65-.1M2.146 2.853a.5.5 0 0 1 .708-.707l15 15a.5.5 0 0 1-.708.708L14.293 15H13v2h1.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1H7v-2H3.5A1.5 1.5 0 0 1 2 13.5v-10c0-.232.052-.45.146-.647M12 15H8v2h4z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDesktopSpeakerOff20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.691 1.038A.5.5 0 0 1 14 1.5v6a.5.5 0 0 1-.854.354L11.293 6H10.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h.793l1.853-1.854a.5.5 0 0 1 .545-.108m3.959.162c.121.162.285.453.443.874c.255.68.407 1.49.407 2.426s-.152 1.745-.407 2.426c-.158.421-.322.712-.443.874a.5.5 0 0 1-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5 3.5 0 0 0-.239-.52L16.85 1.8a.5.5 0 1 1 .8-.6m-1.426 1.767a5.5 5.5 0 0 0-.277-.69a.5.5 0 1 0-.894.447c.052.105.137.303.223.56c.14.421.224.84.224 1.216s-.084.795-.224 1.217a6 6 0 0 1-.147.39l-.076.17a.5.5 0 1 0 .894.447a5.5 5.5 0 0 0 .277-.69c.172-.516.276-1.035.276-1.534s-.104-1.018-.276-1.533M16.35 8.7a1.5 1.5 0 0 1-.526-.735c-.285.063-.59.044-.877-.07a1.5 1.5 0 0 1-2.508.666L10.88 7h-.38A1.5 1.5 0 0 1 9 5.5v-2A1.5 1.5 0 0 1 10.5 2h.379H4.12l12.905 12.905A1.5 1.5 0 0 0 18 13.5V8.8a1.5 1.5 0 0 1-1.65-.1M2.146 2.853a.5.5 0 0 1 .708-.707l15 15a.5.5 0 0 1-.708.708L14.293 15H13v2h1.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1H7v-2H3.5A1.5 1.5 0 0 1 2 13.5v-10c0-.232.052-.45.146-.647M12 15H8v2h4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.691 1.038A.5.5 0 0 1 14 1.5v6a.5.5 0 0 1-.854.354L11.293 6H10.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h.793l1.853-1.854a.5.5 0 0 1 .545-.108m3.959.162c.121.162.285.453.443.874c.255.68.407 1.49.407 2.426s-.152 1.745-.407 2.426c-.158.421-.322.712-.443.874a.5.5 0 0 1-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5 3.5 0 0 0-.239-.52L16.85 1.8a.5.5 0 1 1 .8-.6m-1.426 1.767a5.5 5.5 0 0 0-.277-.69a.5.5 0 1 0-.894.447c.052.105.137.303.223.56c.14.421.224.84.224 1.216s-.084.795-.224 1.217a6 6 0 0 1-.147.39l-.076.17a.5.5 0 1 0 .894.447a5.5 5.5 0 0 0 .277-.69c.172-.516.276-1.035.276-1.534s-.104-1.018-.276-1.533M16.35 8.7a1.5 1.5 0 0 1-.526-.735c-.285.063-.59.044-.877-.07a1.5 1.5 0 0 1-2.508.666L10.88 7h-.38A1.5 1.5 0 0 1 9 5.5v-2A1.5 1.5 0 0 1 10.5 2h.379H4.12l12.905 12.905A1.5 1.5 0 0 0 18 13.5V8.8a1.5 1.5 0 0 1-1.65-.1M2.146 2.853a.5.5 0 0 1 .708-.707l15 15a.5.5 0 0 1-.708.708L14.293 15H13v2h1.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1H7v-2H3.5A1.5 1.5 0 0 1 2 13.5v-10c0-.232.052-.45.146-.647M12 15H8v2h4z"/></svg>
</template>

CSS

.icon-desktop-speaker-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.691%201.038A.5.5%200%200%201%2014%201.5v6a.5.5%200%200%201-.854.354L11.293%206H10.5a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%20.5-.5h.793l1.853-1.854a.5.5%200%200%201%20.545-.108m3.959.162c.121.162.285.453.443.874c.255.68.407%201.49.407%202.426s-.152%201.745-.407%202.426c-.158.421-.322.712-.443.874a.5.5%200%200%201-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5%203.5%200%200%200-.239-.52L16.85%201.8a.5.5%200%201%201%20.8-.6m-1.426%201.767a5.5%205.5%200%200%200-.277-.69a.5.5%200%201%200-.894.447c.052.105.137.303.223.56c.14.421.224.84.224%201.216s-.084.795-.224%201.217a6%206%200%200%201-.147.39l-.076.17a.5.5%200%201%200%20.894.447a5.5%205.5%200%200%200%20.277-.69c.172-.516.276-1.035.276-1.534s-.104-1.018-.276-1.533M16.35%208.7a1.5%201.5%200%200%201-.526-.735c-.285.063-.59.044-.877-.07a1.5%201.5%200%200%201-2.508.666L10.88%207h-.38A1.5%201.5%200%200%201%209%205.5v-2A1.5%201.5%200%200%201%2010.5%202h.379H4.12l12.905%2012.905A1.5%201.5%200%200%200%2018%2013.5V8.8a1.5%201.5%200%200%201-1.65-.1M2.146%202.853a.5.5%200%200%201%20.708-.707l15%2015a.5.5%200%200%201-.708.708L14.293%2015H13v2h1.5a.5.5%200%200%201%200%201h-9a.5.5%200%200%201%200-1H7v-2H3.5A1.5%201.5%200%200%201%202%2013.5v-10c0-.232.052-.45.146-.647M12%2015H8v2h4z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.691%201.038A.5.5%200%200%201%2014%201.5v6a.5.5%200%200%201-.854.354L11.293%206H10.5a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%20.5-.5h.793l1.853-1.854a.5.5%200%200%201%20.545-.108m3.959.162c.121.162.285.453.443.874c.255.68.407%201.49.407%202.426s-.152%201.745-.407%202.426c-.158.421-.322.712-.443.874a.5.5%200%200%201-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.074a3.5%203.5%200%200%200-.239-.52L16.85%201.8a.5.5%200%201%201%20.8-.6m-1.426%201.767a5.5%205.5%200%200%200-.277-.69a.5.5%200%201%200-.894.447c.052.105.137.303.223.56c.14.421.224.84.224%201.216s-.084.795-.224%201.217a6%206%200%200%201-.147.39l-.076.17a.5.5%200%201%200%20.894.447a5.5%205.5%200%200%200%20.277-.69c.172-.516.276-1.035.276-1.534s-.104-1.018-.276-1.533M16.35%208.7a1.5%201.5%200%200%201-.526-.735c-.285.063-.59.044-.877-.07a1.5%201.5%200%200%201-2.508.666L10.88%207h-.38A1.5%201.5%200%200%201%209%205.5v-2A1.5%201.5%200%200%201%2010.5%202h.379H4.12l12.905%2012.905A1.5%201.5%200%200%200%2018%2013.5V8.8a1.5%201.5%200%200%201-1.65-.1M2.146%202.853a.5.5%200%200%201%20.708-.707l15%2015a.5.5%200%200%201-.708.708L14.293%2015H13v2h1.5a.5.5%200%200%201%200%201h-9a.5.5%200%200%201%200-1H7v-2H3.5A1.5%201.5%200%200%201%202%2013.5v-10c0-.232.052-.45.146-.647M12%2015H8v2h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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