speaker icon
speaker-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- speaker-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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.317 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.105 14H3.497a1.5 1.5 0 0 1-1.493-1.356l-.007-.144v-5a1.5 1.5 0 0 1 1.356-1.493L3.497 6h2.608a.5.5 0 0 0 .265-.076l.075-.057l3.872-3.594zm.68.733L7.125 6.6a1.5 1.5 0 0 1-.86.391L6.106 7H3.497a.5.5 0 0 0-.492.41l-.008.09v5a.5.5 0 0 0 .41.492l.09.008h2.608a1.5 1.5 0 0 1 .896.297l.124.103l3.872 3.594V3.006zm4.966 1.66a8 8 0 0 1 0 10.668a.5.5 0 1 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 1 1-.866-.5a4.498 4.498 0 0 0-.001-4.5a.5.5 0 0 1 .866-.5z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpeaker20Regular(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.317 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.105 14H3.497a1.5 1.5 0 0 1-1.493-1.356l-.007-.144v-5a1.5 1.5 0 0 1 1.356-1.493L3.497 6h2.608a.5.5 0 0 0 .265-.076l.075-.057l3.872-3.594zm.68.733L7.125 6.6a1.5 1.5 0 0 1-.86.391L6.106 7H3.497a.5.5 0 0 0-.492.41l-.008.09v5a.5.5 0 0 0 .41.492l.09.008h2.608a1.5 1.5 0 0 1 .896.297l.124.103l3.872 3.594V3.006zm4.966 1.66a8 8 0 0 1 0 10.668a.5.5 0 1 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 1 1-.866-.5a4.498 4.498 0 0 0-.001-4.5a.5.5 0 0 1 .866-.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.317 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.105 14H3.497a1.5 1.5 0 0 1-1.493-1.356l-.007-.144v-5a1.5 1.5 0 0 1 1.356-1.493L3.497 6h2.608a.5.5 0 0 0 .265-.076l.075-.057l3.872-3.594zm.68.733L7.125 6.6a1.5 1.5 0 0 1-.86.391L6.106 7H3.497a.5.5 0 0 0-.492.41l-.008.09v5a.5.5 0 0 0 .41.492l.09.008h2.608a1.5 1.5 0 0 1 .896.297l.124.103l3.872 3.594V3.006zm4.966 1.66a8 8 0 0 1 0 10.668a.5.5 0 1 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 1 1-.866-.5a4.498 4.498 0 0 0-.001-4.5a.5.5 0 0 1 .866-.5z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-speaker-20-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%2020%2020%22%3E%3Cpath%20d%3D%22M10.317%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.105%2014H3.497a1.5%201.5%200%200%201-1.493-1.356l-.007-.144v-5a1.5%201.5%200%200%201%201.356-1.493L3.497%206h2.608a.5.5%200%200%200%20.265-.076l.075-.057l3.872-3.594zm.68.733L7.125%206.6a1.5%201.5%200%200%201-.86.391L6.106%207H3.497a.5.5%200%200%200-.492.41l-.008.09v5a.5.5%200%200%200%20.41.492l.09.008h2.608a1.5%201.5%200%200%201%20.896.297l.124.103l3.872%203.594V3.006zm4.966%201.66a8%208%200%200%201%200%2010.668a.5.5%200%201%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%201%201-.866-.5a4.498%204.498%200%200%200-.001-4.5a.5.5%200%200%201%20.866-.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.317%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.105%2014H3.497a1.5%201.5%200%200%201-1.493-1.356l-.007-.144v-5a1.5%201.5%200%200%201%201.356-1.493L3.497%206h2.608a.5.5%200%200%200%20.265-.076l.075-.057l3.872-3.594zm.68.733L7.125%206.6a1.5%201.5%200%200%201-.86.391L6.106%207H3.497a.5.5%200%200%200-.492.41l-.008.09v5a.5.5%200%200%200%20.41.492l.09.008h2.608a1.5%201.5%200%200%201%20.896.297l.124.103l3.872%203.594V3.006zm4.966%201.66a8%208%200%200%201%200%2010.668a.5.5%200%201%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%201%201-.866-.5a4.498%204.498%200%200%200-.001-4.5a.5.5%200%200%201%20.866-.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-regular.svg?color=%231a73e8&size=48