speaker icon
speaker-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- speaker-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path d="M10.323 2.273c.612-.568 1.59-.177 1.674.622l.006.111v13.988c0 .835-.952 1.286-1.595.804l-.085-.071l-3.872-3.594a.5.5 0 0 0-.247-.124L6.11 14H3.503a1.5 1.5 0 0 1-1.493-1.356l-.007-.144v-5a1.5 1.5 0 0 1 1.355-1.493L3.503 6H6.11a.5.5 0 0 0 .266-.076l.075-.057l3.872-3.594zm5.64 2.393a8 8 0 0 1 0 10.668a.5.5 0 0 1-.745-.668a7 7 0 0 0 0-9.332a.5.5 0 0 1 .745-.668zm-1.2 2.584a5.498 5.498 0 0 1 .001 5.5a.5.5 0 0 1-.866-.5a4.498 4.498 0 0 0 0-4.5a.5.5 0 1 1 .865-.5z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpeaker20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M10.323 2.273c.612-.568 1.59-.177 1.674.622l.006.111v13.988c0 .835-.952 1.286-1.595.804l-.085-.071l-3.872-3.594a.5.5 0 0 0-.247-.124L6.11 14H3.503a1.5 1.5 0 0 1-1.493-1.356l-.007-.144v-5a1.5 1.5 0 0 1 1.355-1.493L3.503 6H6.11a.5.5 0 0 0 .266-.076l.075-.057l3.872-3.594zm5.64 2.393a8 8 0 0 1 0 10.668a.5.5 0 0 1-.745-.668a7 7 0 0 0 0-9.332a.5.5 0 0 1 .745-.668zm-1.2 2.584a5.498 5.498 0 0 1 .001 5.5a.5.5 0 0 1-.866-.5a4.498 4.498 0 0 0 0-4.5a.5.5 0 1 1 .865-.5z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M10.323 2.273c.612-.568 1.59-.177 1.674.622l.006.111v13.988c0 .835-.952 1.286-1.595.804l-.085-.071l-3.872-3.594a.5.5 0 0 0-.247-.124L6.11 14H3.503a1.5 1.5 0 0 1-1.493-1.356l-.007-.144v-5a1.5 1.5 0 0 1 1.355-1.493L3.503 6H6.11a.5.5 0 0 0 .266-.076l.075-.057l3.872-3.594zm5.64 2.393a8 8 0 0 1 0 10.668a.5.5 0 0 1-.745-.668a7 7 0 0 0 0-9.332a.5.5 0 0 1 .745-.668zm-1.2 2.584a5.498 5.498 0 0 1 .001 5.5a.5.5 0 0 1-.866-.5a4.498 4.498 0 0 0 0-4.5a.5.5 0 1 1 .865-.5z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-speaker-20-filled {
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%2020%2020%22%3E%3Cpath%20d%3D%22M10.323%202.273c.612-.568%201.59-.177%201.674.622l.006.111v13.988c0%20.835-.952%201.286-1.595.804l-.085-.071l-3.872-3.594a.5.5%200%200%200-.247-.124L6.11%2014H3.503a1.5%201.5%200%200%201-1.493-1.356l-.007-.144v-5a1.5%201.5%200%200%201%201.355-1.493L3.503%206H6.11a.5.5%200%200%200%20.266-.076l.075-.057l3.872-3.594zm5.64%202.393a8%208%200%200%201%200%2010.668a.5.5%200%200%201-.745-.668a7%207%200%200%200%200-9.332a.5.5%200%200%201%20.745-.668zm-1.2%202.584a5.498%205.498%200%200%201%20.001%205.5a.5.5%200%200%201-.866-.5a4.498%204.498%200%200%200%200-4.5a.5.5%200%201%201%20.865-.5z%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%2020%2020%22%3E%3Cpath%20d%3D%22M10.323%202.273c.612-.568%201.59-.177%201.674.622l.006.111v13.988c0%20.835-.952%201.286-1.595.804l-.085-.071l-3.872-3.594a.5.5%200%200%200-.247-.124L6.11%2014H3.503a1.5%201.5%200%200%201-1.493-1.356l-.007-.144v-5a1.5%201.5%200%200%201%201.355-1.493L3.503%206H6.11a.5.5%200%200%200%20.266-.076l.075-.057l3.872-3.594zm5.64%202.393a8%208%200%200%201%200%2010.668a.5.5%200%200%201-.745-.668a7%207%200%200%200%200-9.332a.5.5%200%200%201%20.745-.668zm-1.2%202.584a5.498%205.498%200%200%201%20.001%205.5a.5.5%200%200%201-.866-.5a4.498%204.498%200%200%200%200-4.5a.5.5%200%201%201%20.865-.5z%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-20-filled.svg?color=%231a73e8&size=48