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

Name
options-speaker-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Use the options speaker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.63 11.176a.75.75 0 0 1 1.058.092a7.72 7.72 0 0 1 1.813 4.981a7.72 7.72 0 0 1-1.814 4.982a.75.75 0 0 1-1.148-.965a6.22 6.22 0 0 0 1.462-4.017c0-1.53-.55-2.93-1.462-4.017a.75.75 0 0 1 .092-1.056m-5.917 1.044a.75.75 0 0 1 1.28.53v3.403a.8.8 0 0 1 0 .19v3.408a.75.75 0 0 1-1.28.53L10.432 18H8.75a.75.75 0 0 1-.75-.75V17H2.75a.75.75 0 0 1 0-1.5H8v-.25a.75.75 0 0 1 .75-.75h1.685zm3.128.537a.75.75 0 0 1 1.058-.065a4.74 4.74 0 0 1 1.602 3.557c0 1.416-.62 2.688-1.602 3.557a.75.75 0 0 1-.994-1.123a3.24 3.24 0 0 0 1.096-2.434a3.24 3.24 0 0 0-1.096-2.434a.75.75 0 0 1-.064-1.058M8.75 3a3.25 3.25 0 0 1 3.162 2.5h9.338a.75.75 0 0 1 0 1.5h-9.338a3.25 3.25 0 0 1-6.324 0H2.75a.75.75 0 0 1 0-1.5h2.838A3.25 3.25 0 0 1 8.75 3m0 1.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentOptionsSpeaker24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.63 11.176a.75.75 0 0 1 1.058.092a7.72 7.72 0 0 1 1.813 4.981a7.72 7.72 0 0 1-1.814 4.982a.75.75 0 0 1-1.148-.965a6.22 6.22 0 0 0 1.462-4.017c0-1.53-.55-2.93-1.462-4.017a.75.75 0 0 1 .092-1.056m-5.917 1.044a.75.75 0 0 1 1.28.53v3.403a.8.8 0 0 1 0 .19v3.408a.75.75 0 0 1-1.28.53L10.432 18H8.75a.75.75 0 0 1-.75-.75V17H2.75a.75.75 0 0 1 0-1.5H8v-.25a.75.75 0 0 1 .75-.75h1.685zm3.128.537a.75.75 0 0 1 1.058-.065a4.74 4.74 0 0 1 1.602 3.557c0 1.416-.62 2.688-1.602 3.557a.75.75 0 0 1-.994-1.123a3.24 3.24 0 0 0 1.096-2.434a3.24 3.24 0 0 0-1.096-2.434a.75.75 0 0 1-.064-1.058M8.75 3a3.25 3.25 0 0 1 3.162 2.5h9.338a.75.75 0 0 1 0 1.5h-9.338a3.25 3.25 0 0 1-6.324 0H2.75a.75.75 0 0 1 0-1.5h2.838A3.25 3.25 0 0 1 8.75 3m0 1.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.63 11.176a.75.75 0 0 1 1.058.092a7.72 7.72 0 0 1 1.813 4.981a7.72 7.72 0 0 1-1.814 4.982a.75.75 0 0 1-1.148-.965a6.22 6.22 0 0 0 1.462-4.017c0-1.53-.55-2.93-1.462-4.017a.75.75 0 0 1 .092-1.056m-5.917 1.044a.75.75 0 0 1 1.28.53v3.403a.8.8 0 0 1 0 .19v3.408a.75.75 0 0 1-1.28.53L10.432 18H8.75a.75.75 0 0 1-.75-.75V17H2.75a.75.75 0 0 1 0-1.5H8v-.25a.75.75 0 0 1 .75-.75h1.685zm3.128.537a.75.75 0 0 1 1.058-.065a4.74 4.74 0 0 1 1.602 3.557c0 1.416-.62 2.688-1.602 3.557a.75.75 0 0 1-.994-1.123a3.24 3.24 0 0 0 1.096-2.434a3.24 3.24 0 0 0-1.096-2.434a.75.75 0 0 1-.064-1.058M8.75 3a3.25 3.25 0 0 1 3.162 2.5h9.338a.75.75 0 0 1 0 1.5h-9.338a3.25 3.25 0 0 1-6.324 0H2.75a.75.75 0 0 1 0-1.5h2.838A3.25 3.25 0 0 1 8.75 3m0 1.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg>
</template>

CSS

.icon-options-speaker-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.63%2011.176a.75.75%200%200%201%201.058.092a7.72%207.72%200%200%201%201.813%204.981a7.72%207.72%200%200%201-1.814%204.982a.75.75%200%200%201-1.148-.965a6.22%206.22%200%200%200%201.462-4.017c0-1.53-.55-2.93-1.462-4.017a.75.75%200%200%201%20.092-1.056m-5.917%201.044a.75.75%200%200%201%201.28.53v3.403a.8.8%200%200%201%200%20.19v3.408a.75.75%200%200%201-1.28.53L10.432%2018H8.75a.75.75%200%200%201-.75-.75V17H2.75a.75.75%200%200%201%200-1.5H8v-.25a.75.75%200%200%201%20.75-.75h1.685zm3.128.537a.75.75%200%200%201%201.058-.065a4.74%204.74%200%200%201%201.602%203.557c0%201.416-.62%202.688-1.602%203.557a.75.75%200%200%201-.994-1.123a3.24%203.24%200%200%200%201.096-2.434a3.24%203.24%200%200%200-1.096-2.434a.75.75%200%200%201-.064-1.058M8.75%203a3.25%203.25%200%200%201%203.162%202.5h9.338a.75.75%200%200%201%200%201.5h-9.338a3.25%203.25%200%200%201-6.324%200H2.75a.75.75%200%200%201%200-1.5h2.838A3.25%203.25%200%200%201%208.75%203m0%201.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.63%2011.176a.75.75%200%200%201%201.058.092a7.72%207.72%200%200%201%201.813%204.981a7.72%207.72%200%200%201-1.814%204.982a.75.75%200%200%201-1.148-.965a6.22%206.22%200%200%200%201.462-4.017c0-1.53-.55-2.93-1.462-4.017a.75.75%200%200%201%20.092-1.056m-5.917%201.044a.75.75%200%200%201%201.28.53v3.403a.8.8%200%200%201%200%20.19v3.408a.75.75%200%200%201-1.28.53L10.432%2018H8.75a.75.75%200%200%201-.75-.75V17H2.75a.75.75%200%200%201%200-1.5H8v-.25a.75.75%200%200%201%20.75-.75h1.685zm3.128.537a.75.75%200%200%201%201.058-.065a4.74%204.74%200%200%201%201.602%203.557c0%201.416-.62%202.688-1.602%203.557a.75.75%200%200%201-.994-1.123a3.24%203.24%200%200%200%201.096-2.434a3.24%203.24%200%200%200-1.096-2.434a.75.75%200%200%201-.064-1.058M8.75%203a3.25%203.25%200%200%201%203.162%202.5h9.338a.75.75%200%200%201%200%201.5h-9.338a3.25%203.25%200%200%201-6.324%200H2.75a.75.75%200%200%201%200-1.5h2.838A3.25%203.25%200%200%201%208.75%203m0%201.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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