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

Name
speaker-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="m9 9.707l5.146 5.147a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.14 3.139H3.5a1.5 1.5 0 0 0-1.5 1.5v2.989a1.5 1.5 0 0 0 1.5 1.5h1.723l2.926 2.875A.5.5 0 0 0 9 13.5zm-1-1v3.6l-2.222-2.182a.5.5 0 0 0-.35-.143H3.5a.5.5 0 0 1-.5-.5v-2.99a.5.5 0 0 1 .5-.5h1.786zm0-2.829V3.685L6.887 4.767L6.18 4.06l1.97-1.918a.5.5 0 0 1 .848.358v4.378zm3.709 3.71l-.795-.795c.055-.232.09-.497.09-.794c0-.748-.219-1.284-.428-1.628a2.4 2.4 0 0 0-.369-.465l-.018-.016h.001a.5.5 0 0 1 .623-.781h.001l.001.001l.002.002l.006.004l.015.013l.045.04q.056.05.142.142c.114.123.26.302.405.54c.292.48.574 1.193.574 2.148a4.3 4.3 0 0 1-.295 1.589m1.517 1.517l-.745-.745a5.5 5.5 0 0 0 .522-2.356a5.54 5.54 0 0 0-.919-3.069a5.5 5.5 0 0 0-.63-.794a4 4 0 0 0-.253-.24l-.011-.01a.5.5 0 0 1 .623-.782l.001.001l.003.002l.007.006l.022.019q.028.022.076.066c.062.056.15.138.252.245c.205.213.476.527.746.938a6.54 6.54 0 0 1 1.083 3.618a6.5 6.5 0 0 1-.777 3.1"/></svg>

React

import type { SVGProps } from "react";

export function FluentSpeakerOff16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9 9.707l5.146 5.147a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.14 3.139H3.5a1.5 1.5 0 0 0-1.5 1.5v2.989a1.5 1.5 0 0 0 1.5 1.5h1.723l2.926 2.875A.5.5 0 0 0 9 13.5zm-1-1v3.6l-2.222-2.182a.5.5 0 0 0-.35-.143H3.5a.5.5 0 0 1-.5-.5v-2.99a.5.5 0 0 1 .5-.5h1.786zm0-2.829V3.685L6.887 4.767L6.18 4.06l1.97-1.918a.5.5 0 0 1 .848.358v4.378zm3.709 3.71l-.795-.795c.055-.232.09-.497.09-.794c0-.748-.219-1.284-.428-1.628a2.4 2.4 0 0 0-.369-.465l-.018-.016h.001a.5.5 0 0 1 .623-.781h.001l.001.001l.002.002l.006.004l.015.013l.045.04q.056.05.142.142c.114.123.26.302.405.54c.292.48.574 1.193.574 2.148a4.3 4.3 0 0 1-.295 1.589m1.517 1.517l-.745-.745a5.5 5.5 0 0 0 .522-2.356a5.54 5.54 0 0 0-.919-3.069a5.5 5.5 0 0 0-.63-.794a4 4 0 0 0-.253-.24l-.011-.01a.5.5 0 0 1 .623-.782l.001.001l.003.002l.007.006l.022.019q.028.022.076.066c.062.056.15.138.252.245c.205.213.476.527.746.938a6.54 6.54 0 0 1 1.083 3.618a6.5 6.5 0 0 1-.777 3.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9 9.707l5.146 5.147a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l3.14 3.139H3.5a1.5 1.5 0 0 0-1.5 1.5v2.989a1.5 1.5 0 0 0 1.5 1.5h1.723l2.926 2.875A.5.5 0 0 0 9 13.5zm-1-1v3.6l-2.222-2.182a.5.5 0 0 0-.35-.143H3.5a.5.5 0 0 1-.5-.5v-2.99a.5.5 0 0 1 .5-.5h1.786zm0-2.829V3.685L6.887 4.767L6.18 4.06l1.97-1.918a.5.5 0 0 1 .848.358v4.378zm3.709 3.71l-.795-.795c.055-.232.09-.497.09-.794c0-.748-.219-1.284-.428-1.628a2.4 2.4 0 0 0-.369-.465l-.018-.016h.001a.5.5 0 0 1 .623-.781h.001l.001.001l.002.002l.006.004l.015.013l.045.04q.056.05.142.142c.114.123.26.302.405.54c.292.48.574 1.193.574 2.148a4.3 4.3 0 0 1-.295 1.589m1.517 1.517l-.745-.745a5.5 5.5 0 0 0 .522-2.356a5.54 5.54 0 0 0-.919-3.069a5.5 5.5 0 0 0-.63-.794a4 4 0 0 0-.253-.24l-.011-.01a.5.5 0 0 1 .623-.782l.001.001l.003.002l.007.006l.022.019q.028.022.076.066c.062.056.15.138.252.245c.205.213.476.527.746.938a6.54 6.54 0 0 1 1.083 3.618a6.5 6.5 0 0 1-.777 3.1"/></svg>
</template>

CSS

.icon-speaker-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9%209.707l5.146%205.147a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l3.14%203.139H3.5a1.5%201.5%200%200%200-1.5%201.5v2.989a1.5%201.5%200%200%200%201.5%201.5h1.723l2.926%202.875A.5.5%200%200%200%209%2013.5zm-1-1v3.6l-2.222-2.182a.5.5%200%200%200-.35-.143H3.5a.5.5%200%200%201-.5-.5v-2.99a.5.5%200%200%201%20.5-.5h1.786zm0-2.829V3.685L6.887%204.767L6.18%204.06l1.97-1.918a.5.5%200%200%201%20.848.358v4.378zm3.709%203.71l-.795-.795c.055-.232.09-.497.09-.794c0-.748-.219-1.284-.428-1.628a2.4%202.4%200%200%200-.369-.465l-.018-.016h.001a.5.5%200%200%201%20.623-.781h.001l.001.001l.002.002l.006.004l.015.013l.045.04q.056.05.142.142c.114.123.26.302.405.54c.292.48.574%201.193.574%202.148a4.3%204.3%200%200%201-.295%201.589m1.517%201.517l-.745-.745a5.5%205.5%200%200%200%20.522-2.356a5.54%205.54%200%200%200-.919-3.069a5.5%205.5%200%200%200-.63-.794a4%204%200%200%200-.253-.24l-.011-.01a.5.5%200%200%201%20.623-.782l.001.001l.003.002l.007.006l.022.019q.028.022.076.066c.062.056.15.138.252.245c.205.213.476.527.746.938a6.54%206.54%200%200%201%201.083%203.618a6.5%206.5%200%200%201-.777%203.1%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9%209.707l5.146%205.147a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l3.14%203.139H3.5a1.5%201.5%200%200%200-1.5%201.5v2.989a1.5%201.5%200%200%200%201.5%201.5h1.723l2.926%202.875A.5.5%200%200%200%209%2013.5zm-1-1v3.6l-2.222-2.182a.5.5%200%200%200-.35-.143H3.5a.5.5%200%200%201-.5-.5v-2.99a.5.5%200%200%201%20.5-.5h1.786zm0-2.829V3.685L6.887%204.767L6.18%204.06l1.97-1.918a.5.5%200%200%201%20.848.358v4.378zm3.709%203.71l-.795-.795c.055-.232.09-.497.09-.794c0-.748-.219-1.284-.428-1.628a2.4%202.4%200%200%200-.369-.465l-.018-.016h.001a.5.5%200%200%201%20.623-.781h.001l.001.001l.002.002l.006.004l.015.013l.045.04q.056.05.142.142c.114.123.26.302.405.54c.292.48.574%201.193.574%202.148a4.3%204.3%200%200%201-.295%201.589m1.517%201.517l-.745-.745a5.5%205.5%200%200%200%20.522-2.356a5.54%205.54%200%200%200-.919-3.069a5.5%205.5%200%200%200-.63-.794a4%204%200%200%200-.253-.24l-.011-.01a.5.5%200%200%201%20.623-.782l.001.001l.003.002l.007.006l.022.019q.028.022.076.066c.062.056.15.138.252.245c.205.213.476.527.746.938a6.54%206.54%200%200%201%201.083%203.618a6.5%206.5%200%200%201-.777%203.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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