speaker icon
speaker-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- speaker-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
speakerBootstrap IconsspeakerBoxIcons v2speakerBoxIcons v2 Solidspeaker-fillEva IconsspeakerFramework7 IconsspeakerFeather IconsspeakerFirefox OS EmojispeakerHuge IconsspeakerIconParkspeakerIconPark OutlinespeakerIconPark SolidspeakerIconPark TwoTonespeakerJam IconsspeakerLucidespeakerMajesticonsspeakerMaterial SymbolsspeakerMaterial Symbols LightspeakerMaterial Design Iconsspeaker-fillMingCute IconspeakerMyna UI IconsspeakerPixelarticonsspeaker-fillRemix Iconspeaker-boldSolar
Related icons in Fluent UI System Icons
Use the speaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12.92 3.316c.774-.69 1.983-.187 2.074.812L15 4.25v15.496c0 1.037-1.178 1.606-1.986 1.01l-.095-.076l-4.491-3.994a.75.75 0 0 0-.39-.182l-.108-.008H4.25a2.25 2.25 0 0 1-2.245-2.095L2 14.246V9.75a2.25 2.25 0 0 1 2.096-2.245l.154-.005h3.68a.75.75 0 0 0 .411-.123l.087-.067l4.491-3.993zm.58 1.49L9.425 8.43a2.25 2.25 0 0 1-1.313.561L7.93 9H4.25a.75.75 0 0 0-.743.648l-.007.102v4.497c0 .38.282.694.648.744l.102.006h3.68c.49 0 .964.16 1.353.453l.142.116l4.075 3.624V4.807zm6.54 1.248A9.959 9.959 0 0 1 22 12a9.96 9.96 0 0 1-1.96 5.946a.75.75 0 0 1-1.205-.892A8.459 8.459 0 0 0 20.5 12a8.459 8.459 0 0 0-1.665-5.054a.75.75 0 1 1 1.206-.892zm-1.88 2.618c.536.99.84 2.125.84 3.328a6.973 6.973 0 0 1-.84 3.328a.75.75 0 1 1-1.32-.714c.42-.777.66-1.666.66-2.614s-.24-1.837-.66-2.614a.75.75 0 0 1 1.32-.714z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpeaker24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12.92 3.316c.774-.69 1.983-.187 2.074.812L15 4.25v15.496c0 1.037-1.178 1.606-1.986 1.01l-.095-.076l-4.491-3.994a.75.75 0 0 0-.39-.182l-.108-.008H4.25a2.25 2.25 0 0 1-2.245-2.095L2 14.246V9.75a2.25 2.25 0 0 1 2.096-2.245l.154-.005h3.68a.75.75 0 0 0 .411-.123l.087-.067l4.491-3.993zm.58 1.49L9.425 8.43a2.25 2.25 0 0 1-1.313.561L7.93 9H4.25a.75.75 0 0 0-.743.648l-.007.102v4.497c0 .38.282.694.648.744l.102.006h3.68c.49 0 .964.16 1.353.453l.142.116l4.075 3.624V4.807zm6.54 1.248A9.959 9.959 0 0 1 22 12a9.96 9.96 0 0 1-1.96 5.946a.75.75 0 0 1-1.205-.892A8.459 8.459 0 0 0 20.5 12a8.459 8.459 0 0 0-1.665-5.054a.75.75 0 1 1 1.206-.892zm-1.88 2.618c.536.99.84 2.125.84 3.328a6.973 6.973 0 0 1-.84 3.328a.75.75 0 1 1-1.32-.714c.42-.777.66-1.666.66-2.614s-.24-1.837-.66-2.614a.75.75 0 0 1 1.32-.714z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12.92 3.316c.774-.69 1.983-.187 2.074.812L15 4.25v15.496c0 1.037-1.178 1.606-1.986 1.01l-.095-.076l-4.491-3.994a.75.75 0 0 0-.39-.182l-.108-.008H4.25a2.25 2.25 0 0 1-2.245-2.095L2 14.246V9.75a2.25 2.25 0 0 1 2.096-2.245l.154-.005h3.68a.75.75 0 0 0 .411-.123l.087-.067l4.491-3.993zm.58 1.49L9.425 8.43a2.25 2.25 0 0 1-1.313.561L7.93 9H4.25a.75.75 0 0 0-.743.648l-.007.102v4.497c0 .38.282.694.648.744l.102.006h3.68c.49 0 .964.16 1.353.453l.142.116l4.075 3.624V4.807zm6.54 1.248A9.959 9.959 0 0 1 22 12a9.96 9.96 0 0 1-1.96 5.946a.75.75 0 0 1-1.205-.892A8.459 8.459 0 0 0 20.5 12a8.459 8.459 0 0 0-1.665-5.054a.75.75 0 1 1 1.206-.892zm-1.88 2.618c.536.99.84 2.125.84 3.328a6.973 6.973 0 0 1-.84 3.328a.75.75 0 1 1-1.32-.714c.42-.777.66-1.666.66-2.614s-.24-1.837-.66-2.614a.75.75 0 0 1 1.32-.714z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-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%20d%3D%22M12.92%203.316c.774-.69%201.983-.187%202.074.812L15%204.25v15.496c0%201.037-1.178%201.606-1.986%201.01l-.095-.076l-4.491-3.994a.75.75%200%200%200-.39-.182l-.108-.008H4.25a2.25%202.25%200%200%201-2.245-2.095L2%2014.246V9.75a2.25%202.25%200%200%201%202.096-2.245l.154-.005h3.68a.75.75%200%200%200%20.411-.123l.087-.067l4.491-3.993zm.58%201.49L9.425%208.43a2.25%202.25%200%200%201-1.313.561L7.93%209H4.25a.75.75%200%200%200-.743.648l-.007.102v4.497c0%20.38.282.694.648.744l.102.006h3.68c.49%200%20.964.16%201.353.453l.142.116l4.075%203.624V4.807zm6.54%201.248A9.959%209.959%200%200%201%2022%2012a9.96%209.96%200%200%201-1.96%205.946a.75.75%200%200%201-1.205-.892A8.459%208.459%200%200%200%2020.5%2012a8.459%208.459%200%200%200-1.665-5.054a.75.75%200%201%201%201.206-.892zm-1.88%202.618c.536.99.84%202.125.84%203.328a6.973%206.973%200%200%201-.84%203.328a.75.75%200%201%201-1.32-.714c.42-.777.66-1.666.66-2.614s-.24-1.837-.66-2.614a.75.75%200%200%201%201.32-.714z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%20d%3D%22M12.92%203.316c.774-.69%201.983-.187%202.074.812L15%204.25v15.496c0%201.037-1.178%201.606-1.986%201.01l-.095-.076l-4.491-3.994a.75.75%200%200%200-.39-.182l-.108-.008H4.25a2.25%202.25%200%200%201-2.245-2.095L2%2014.246V9.75a2.25%202.25%200%200%201%202.096-2.245l.154-.005h3.68a.75.75%200%200%200%20.411-.123l.087-.067l4.491-3.993zm.58%201.49L9.425%208.43a2.25%202.25%200%200%201-1.313.561L7.93%209H4.25a.75.75%200%200%200-.743.648l-.007.102v4.497c0%20.38.282.694.648.744l.102.006h3.68c.49%200%20.964.16%201.353.453l.142.116l4.075%203.624V4.807zm6.54%201.248A9.959%209.959%200%200%201%2022%2012a9.96%209.96%200%200%201-1.96%205.946a.75.75%200%200%201-1.205-.892A8.459%208.459%200%200%200%2020.5%2012a8.459%208.459%200%200%200-1.665-5.054a.75.75%200%201%201%201.206-.892zm-1.88%202.618c.536.99.84%202.125.84%203.328a6.973%206.973%200%200%201-.84%203.328a.75.75%200%201%201-1.32-.714c.42-.777.66-1.666.66-2.614s-.24-1.837-.66-2.614a.75.75%200%200%201%201.32-.714z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/speaker-24-regular.svg?color=%231a73e8&size=48