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

Name
speaker-1-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the speaker 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.866 4.72c.788-.788 2.134-.23 2.134.883v20.793c0 1.114-1.346 1.671-2.134.884l-4.694-4.695A2 2 0 0 0 9.757 22H6a4 4 0 0 1-4-4v-4a4 4 0 0 1 4-4h3.757a2 2 0 0 0 1.415-.586zM16 7.413l-3.414 3.414A4 4 0 0 1 9.757 12H6a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h3.757a4 4 0 0 1 2.829 1.171L16 24.585zm5.433 1.761a1 1 0 0 1 1.391.258c1.465 2.13 2.238 4.324 2.238 6.567c0 2.242-.773 4.436-2.238 6.566a1 1 0 1 1-1.648-1.133c1.285-1.87 1.887-3.676 1.887-5.433c0-1.758-.602-3.565-1.887-5.434a1 1 0 0 1 .258-1.39"/></svg>

React

import type { SVGProps } from "react";

export function FluentSpeaker132Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.866 4.72c.788-.788 2.134-.23 2.134.883v20.793c0 1.114-1.346 1.671-2.134.884l-4.694-4.695A2 2 0 0 0 9.757 22H6a4 4 0 0 1-4-4v-4a4 4 0 0 1 4-4h3.757a2 2 0 0 0 1.415-.586zM16 7.413l-3.414 3.414A4 4 0 0 1 9.757 12H6a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h3.757a4 4 0 0 1 2.829 1.171L16 24.585zm5.433 1.761a1 1 0 0 1 1.391.258c1.465 2.13 2.238 4.324 2.238 6.567c0 2.242-.773 4.436-2.238 6.566a1 1 0 1 1-1.648-1.133c1.285-1.87 1.887-3.676 1.887-5.433c0-1.758-.602-3.565-1.887-5.434a1 1 0 0 1 .258-1.39"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.866 4.72c.788-.788 2.134-.23 2.134.883v20.793c0 1.114-1.346 1.671-2.134.884l-4.694-4.695A2 2 0 0 0 9.757 22H6a4 4 0 0 1-4-4v-4a4 4 0 0 1 4-4h3.757a2 2 0 0 0 1.415-.586zM16 7.413l-3.414 3.414A4 4 0 0 1 9.757 12H6a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h3.757a4 4 0 0 1 2.829 1.171L16 24.585zm5.433 1.761a1 1 0 0 1 1.391.258c1.465 2.13 2.238 4.324 2.238 6.567c0 2.242-.773 4.436-2.238 6.566a1 1 0 1 1-1.648-1.133c1.285-1.87 1.887-3.676 1.887-5.433c0-1.758-.602-3.565-1.887-5.434a1 1 0 0 1 .258-1.39"/></svg>
</template>

CSS

.icon-speaker-1-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.866%204.72c.788-.788%202.134-.23%202.134.883v20.793c0%201.114-1.346%201.671-2.134.884l-4.694-4.695A2%202%200%200%200%209.757%2022H6a4%204%200%200%201-4-4v-4a4%204%200%200%201%204-4h3.757a2%202%200%200%200%201.415-.586zM16%207.413l-3.414%203.414A4%204%200%200%201%209.757%2012H6a2%202%200%200%200-2%202v4a2%202%200%200%200%202%202h3.757a4%204%200%200%201%202.829%201.171L16%2024.585zm5.433%201.761a1%201%200%200%201%201.391.258c1.465%202.13%202.238%204.324%202.238%206.567c0%202.242-.773%204.436-2.238%206.566a1%201%200%201%201-1.648-1.133c1.285-1.87%201.887-3.676%201.887-5.433c0-1.758-.602-3.565-1.887-5.434a1%201%200%200%201%20.258-1.39%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.866%204.72c.788-.788%202.134-.23%202.134.883v20.793c0%201.114-1.346%201.671-2.134.884l-4.694-4.695A2%202%200%200%200%209.757%2022H6a4%204%200%200%201-4-4v-4a4%204%200%200%201%204-4h3.757a2%202%200%200%200%201.415-.586zM16%207.413l-3.414%203.414A4%204%200%200%201%209.757%2012H6a2%202%200%200%200-2%202v4a2%202%200%200%200%202%202h3.757a4%204%200%200%201%202.829%201.171L16%2024.585zm5.433%201.761a1%201%200%200%201%201.391.258c1.465%202.13%202.238%204.324%202.238%206.567c0%202.242-.773%204.436-2.238%206.566a1%201%200%201%201-1.648-1.133c1.285-1.87%201.887-3.676%201.887-5.433c0-1.758-.602-3.565-1.887-5.434a1%201%200%200%201%20.258-1.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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