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

Name
speaker-none-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the speaker none icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path d="M14.395 3.902c.798-.748 2.105-.182 2.105.912v18.37c0 1.095-1.306 1.66-2.105.912L9.458 19.47a1.75 1.75 0 0 0-1.196-.473H5.25A3.25 3.25 0 0 1 2 15.747v-3.492a3.25 3.25 0 0 1 3.25-3.25h3.011c.445 0 .873-.169 1.197-.473l4.937-4.63zM15 5.392l-4.516 4.234a3.25 3.25 0 0 1-2.223.88H5.25a1.75 1.75 0 0 0-1.75 1.75v3.491c0 .967.784 1.75 1.75 1.75h3.012c.825 0 1.62.314 2.222.879L15 22.607V5.391z" fill="currentColor"/><path d="M19.782 10.722a.75.75 0 0 0-1.064 1.056l2.218 2.235l-2.215 2.206a.75.75 0 1 0 1.058 1.062l2.218-2.207l2.225 2.208a.75.75 0 0 0 1.056-1.064l-2.22-2.205l2.224-2.234a.75.75 0 1 0-1.063-1.058l-2.223 2.231l-2.214-2.23z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentSpeakerNone28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path d="M14.395 3.902c.798-.748 2.105-.182 2.105.912v18.37c0 1.095-1.306 1.66-2.105.912L9.458 19.47a1.75 1.75 0 0 0-1.196-.473H5.25A3.25 3.25 0 0 1 2 15.747v-3.492a3.25 3.25 0 0 1 3.25-3.25h3.011c.445 0 .873-.169 1.197-.473l4.937-4.63zM15 5.392l-4.516 4.234a3.25 3.25 0 0 1-2.223.88H5.25a1.75 1.75 0 0 0-1.75 1.75v3.491c0 .967.784 1.75 1.75 1.75h3.012c.825 0 1.62.314 2.222.879L15 22.607V5.391z" fill="currentColor"/><path d="M19.782 10.722a.75.75 0 0 0-1.064 1.056l2.218 2.235l-2.215 2.206a.75.75 0 1 0 1.058 1.062l2.218-2.207l2.225 2.208a.75.75 0 0 0 1.056-1.064l-2.22-2.205l2.224-2.234a.75.75 0 1 0-1.063-1.058l-2.223 2.231l-2.214-2.23z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path d="M14.395 3.902c.798-.748 2.105-.182 2.105.912v18.37c0 1.095-1.306 1.66-2.105.912L9.458 19.47a1.75 1.75 0 0 0-1.196-.473H5.25A3.25 3.25 0 0 1 2 15.747v-3.492a3.25 3.25 0 0 1 3.25-3.25h3.011c.445 0 .873-.169 1.197-.473l4.937-4.63zM15 5.392l-4.516 4.234a3.25 3.25 0 0 1-2.223.88H5.25a1.75 1.75 0 0 0-1.75 1.75v3.491c0 .967.784 1.75 1.75 1.75h3.012c.825 0 1.62.314 2.222.879L15 22.607V5.391z" fill="currentColor"/><path d="M19.782 10.722a.75.75 0 0 0-1.064 1.056l2.218 2.235l-2.215 2.206a.75.75 0 1 0 1.058 1.062l2.218-2.207l2.225 2.208a.75.75 0 0 0 1.056-1.064l-2.22-2.205l2.224-2.234a.75.75 0 1 0-1.063-1.058l-2.223 2.231l-2.214-2.23z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-speaker-none-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M14.395%203.902c.798-.748%202.105-.182%202.105.912v18.37c0%201.095-1.306%201.66-2.105.912L9.458%2019.47a1.75%201.75%200%200%200-1.196-.473H5.25A3.25%203.25%200%200%201%202%2015.747v-3.492a3.25%203.25%200%200%201%203.25-3.25h3.011c.445%200%20.873-.169%201.197-.473l4.937-4.63zM15%205.392l-4.516%204.234a3.25%203.25%200%200%201-2.223.88H5.25a1.75%201.75%200%200%200-1.75%201.75v3.491c0%20.967.784%201.75%201.75%201.75h3.012c.825%200%201.62.314%202.222.879L15%2022.607V5.391z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M19.782%2010.722a.75.75%200%200%200-1.064%201.056l2.218%202.235l-2.215%202.206a.75.75%200%201%200%201.058%201.062l2.218-2.207l2.225%202.208a.75.75%200%200%200%201.056-1.064l-2.22-2.205l2.224-2.234a.75.75%200%201%200-1.063-1.058l-2.223%202.231l-2.214-2.23z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M14.395%203.902c.798-.748%202.105-.182%202.105.912v18.37c0%201.095-1.306%201.66-2.105.912L9.458%2019.47a1.75%201.75%200%200%200-1.196-.473H5.25A3.25%203.25%200%200%201%202%2015.747v-3.492a3.25%203.25%200%200%201%203.25-3.25h3.011c.445%200%20.873-.169%201.197-.473l4.937-4.63zM15%205.392l-4.516%204.234a3.25%203.25%200%200%201-2.223.88H5.25a1.75%201.75%200%200%200-1.75%201.75v3.491c0%20.967.784%201.75%201.75%201.75h3.012c.825%200%201.62.314%202.222.879L15%2022.607V5.391z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M19.782%2010.722a.75.75%200%200%200-1.064%201.056l2.218%202.235l-2.215%202.206a.75.75%200%201%200%201.058%201.062l2.218-2.207l2.225%202.208a.75.75%200%200%200%201.056-1.064l-2.22-2.205l2.224-2.234a.75.75%200%201%200-1.063-1.058l-2.223%202.231l-2.214-2.23z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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