speaker icon
speaker-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- speaker-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
speakerBootstrap IconsspeakerBoxIcons v2speakerBoxIcons v2 Solidspeaker-fillEva IconsspeakerFramework7 IconsspeakerFeather IconsspeakerHuge IconsspeakerJam IconsspeakerLucidespeakerMajesticonsspeakerMaterial SymbolsspeakerMaterial Design Iconsspeaker-fillMingCute IconspeakerPixelarticonsspeaker-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 48 48"><g fill="none"><path d="M25.081 6.418C26.208 5.408 28 6.207 28 7.721v32.558c0 1.514-1.792 2.314-2.919 1.302l-8.206-7.366A4.75 4.75 0 0 0 13.702 33H9a5.25 5.25 0 0 1-5.25-5.25v-7.5C3.75 17.35 6.1 15 9 15h4.702a4.75 4.75 0 0 0 3.173-1.215l8.206-7.367zm.419 2.984l-6.955 6.243a7.25 7.25 0 0 1-4.843 1.855H9a2.75 2.75 0 0 0-2.75 2.75v7.5A2.75 2.75 0 0 0 9 30.5h4.702a7.25 7.25 0 0 1 4.843 1.855l6.955 6.243V9.402z" fill="currentColor"/><path d="M36.338 8.396a1.25 1.25 0 0 1 1.766-.058h.001l.01.01l.019.017a6.104 6.104 0 0 1 .262.268c.17.18.404.44.682.782a20.408 20.408 0 0 1 2.016 3.005C42.553 15.06 44 18.953 44 24s-1.447 8.941-2.906 11.58a20.402 20.402 0 0 1-2.016 3.005a14.49 14.49 0 0 1-.885.991a6.428 6.428 0 0 1-.06.059l-.018.017l-.006.006l-.003.003l.22-.22l-.222.221a1.25 1.25 0 0 1-1.71-1.822v-.002l.004-.003l.032-.032c.031-.03.081-.08.147-.15c.131-.14.326-.356.563-.647a17.912 17.912 0 0 0 1.766-2.636C40.198 32.034 41.5 28.553 41.5 24c0-4.553-1.302-8.034-2.594-10.37a17.912 17.912 0 0 0-1.766-2.636a12.002 12.002 0 0 0-.71-.797a3.236 3.236 0 0 0-.032-.032l-.003-.003l-.002-.002a1.25 1.25 0 0 1-.055-1.764z" fill="currentColor"/><path d="M32.334 14.4a1.25 1.25 0 0 1 1.767-.065h.001l.002.002l.005.005l.014.013l.042.04a10.228 10.228 0 0 1 .59.644c.365.437.846 1.073 1.325 1.894A13.977 13.977 0 0 1 38 24c0 3.022-.963 5.426-1.92 7.067c-.48.821-.96 1.457-1.326 1.893a10.228 10.228 0 0 1-.59.645l-.019.019l-.022.021l-.014.013l-.005.005l-.002.002l-.001.001a1.25 1.25 0 0 1-1.705-1.829l.002-.002l.016-.015l.085-.086a7.79 7.79 0 0 0 .34-.382c.29-.345.685-.865 1.081-1.544A11.477 11.477 0 0 0 35.5 24c0-2.478-.787-4.45-1.58-5.808c-.396-.679-.79-1.199-1.08-1.544a7.79 7.79 0 0 0-.426-.468l-.017-.016h.001a1.25 1.25 0 0 1-.064-1.765z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentSpeaker48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path d="M25.081 6.418C26.208 5.408 28 6.207 28 7.721v32.558c0 1.514-1.792 2.314-2.919 1.302l-8.206-7.366A4.75 4.75 0 0 0 13.702 33H9a5.25 5.25 0 0 1-5.25-5.25v-7.5C3.75 17.35 6.1 15 9 15h4.702a4.75 4.75 0 0 0 3.173-1.215l8.206-7.367zm.419 2.984l-6.955 6.243a7.25 7.25 0 0 1-4.843 1.855H9a2.75 2.75 0 0 0-2.75 2.75v7.5A2.75 2.75 0 0 0 9 30.5h4.702a7.25 7.25 0 0 1 4.843 1.855l6.955 6.243V9.402z" fill="currentColor"/><path d="M36.338 8.396a1.25 1.25 0 0 1 1.766-.058h.001l.01.01l.019.017a6.104 6.104 0 0 1 .262.268c.17.18.404.44.682.782a20.408 20.408 0 0 1 2.016 3.005C42.553 15.06 44 18.953 44 24s-1.447 8.941-2.906 11.58a20.402 20.402 0 0 1-2.016 3.005a14.49 14.49 0 0 1-.885.991a6.428 6.428 0 0 1-.06.059l-.018.017l-.006.006l-.003.003l.22-.22l-.222.221a1.25 1.25 0 0 1-1.71-1.822v-.002l.004-.003l.032-.032c.031-.03.081-.08.147-.15c.131-.14.326-.356.563-.647a17.912 17.912 0 0 0 1.766-2.636C40.198 32.034 41.5 28.553 41.5 24c0-4.553-1.302-8.034-2.594-10.37a17.912 17.912 0 0 0-1.766-2.636a12.002 12.002 0 0 0-.71-.797a3.236 3.236 0 0 0-.032-.032l-.003-.003l-.002-.002a1.25 1.25 0 0 1-.055-1.764z" fill="currentColor"/><path d="M32.334 14.4a1.25 1.25 0 0 1 1.767-.065h.001l.002.002l.005.005l.014.013l.042.04a10.228 10.228 0 0 1 .59.644c.365.437.846 1.073 1.325 1.894A13.977 13.977 0 0 1 38 24c0 3.022-.963 5.426-1.92 7.067c-.48.821-.96 1.457-1.326 1.893a10.228 10.228 0 0 1-.59.645l-.019.019l-.022.021l-.014.013l-.005.005l-.002.002l-.001.001a1.25 1.25 0 0 1-1.705-1.829l.002-.002l.016-.015l.085-.086a7.79 7.79 0 0 0 .34-.382c.29-.345.685-.865 1.081-1.544A11.477 11.477 0 0 0 35.5 24c0-2.478-.787-4.45-1.58-5.808c-.396-.679-.79-1.199-1.08-1.544a7.79 7.79 0 0 0-.426-.468l-.017-.016h.001a1.25 1.25 0 0 1-.064-1.765z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path d="M25.081 6.418C26.208 5.408 28 6.207 28 7.721v32.558c0 1.514-1.792 2.314-2.919 1.302l-8.206-7.366A4.75 4.75 0 0 0 13.702 33H9a5.25 5.25 0 0 1-5.25-5.25v-7.5C3.75 17.35 6.1 15 9 15h4.702a4.75 4.75 0 0 0 3.173-1.215l8.206-7.367zm.419 2.984l-6.955 6.243a7.25 7.25 0 0 1-4.843 1.855H9a2.75 2.75 0 0 0-2.75 2.75v7.5A2.75 2.75 0 0 0 9 30.5h4.702a7.25 7.25 0 0 1 4.843 1.855l6.955 6.243V9.402z" fill="currentColor"/><path d="M36.338 8.396a1.25 1.25 0 0 1 1.766-.058h.001l.01.01l.019.017a6.104 6.104 0 0 1 .262.268c.17.18.404.44.682.782a20.408 20.408 0 0 1 2.016 3.005C42.553 15.06 44 18.953 44 24s-1.447 8.941-2.906 11.58a20.402 20.402 0 0 1-2.016 3.005a14.49 14.49 0 0 1-.885.991a6.428 6.428 0 0 1-.06.059l-.018.017l-.006.006l-.003.003l.22-.22l-.222.221a1.25 1.25 0 0 1-1.71-1.822v-.002l.004-.003l.032-.032c.031-.03.081-.08.147-.15c.131-.14.326-.356.563-.647a17.912 17.912 0 0 0 1.766-2.636C40.198 32.034 41.5 28.553 41.5 24c0-4.553-1.302-8.034-2.594-10.37a17.912 17.912 0 0 0-1.766-2.636a12.002 12.002 0 0 0-.71-.797a3.236 3.236 0 0 0-.032-.032l-.003-.003l-.002-.002a1.25 1.25 0 0 1-.055-1.764z" fill="currentColor"/><path d="M32.334 14.4a1.25 1.25 0 0 1 1.767-.065h.001l.002.002l.005.005l.014.013l.042.04a10.228 10.228 0 0 1 .59.644c.365.437.846 1.073 1.325 1.894A13.977 13.977 0 0 1 38 24c0 3.022-.963 5.426-1.92 7.067c-.48.821-.96 1.457-1.326 1.893a10.228 10.228 0 0 1-.59.645l-.019.019l-.022.021l-.014.013l-.005.005l-.002.002l-.001.001a1.25 1.25 0 0 1-1.705-1.829l.002-.002l.016-.015l.085-.086a7.79 7.79 0 0 0 .34-.382c.29-.345.685-.865 1.081-1.544A11.477 11.477 0 0 0 35.5 24c0-2.478-.787-4.45-1.58-5.808c-.396-.679-.79-1.199-1.08-1.544a7.79 7.79 0 0 0-.426-.468l-.017-.016h.001a1.25 1.25 0 0 1-.064-1.765z" fill="currentColor"/></g></svg> </template>
CSS
.icon-speaker-48-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M25.081%206.418C26.208%205.408%2028%206.207%2028%207.721v32.558c0%201.514-1.792%202.314-2.919%201.302l-8.206-7.366A4.75%204.75%200%200%200%2013.702%2033H9a5.25%205.25%200%200%201-5.25-5.25v-7.5C3.75%2017.35%206.1%2015%209%2015h4.702a4.75%204.75%200%200%200%203.173-1.215l8.206-7.367zm.419%202.984l-6.955%206.243a7.25%207.25%200%200%201-4.843%201.855H9a2.75%202.75%200%200%200-2.75%202.75v7.5A2.75%202.75%200%200%200%209%2030.5h4.702a7.25%207.25%200%200%201%204.843%201.855l6.955%206.243V9.402z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M36.338%208.396a1.25%201.25%200%200%201%201.766-.058h.001l.01.01l.019.017a6.104%206.104%200%200%201%20.262.268c.17.18.404.44.682.782a20.408%2020.408%200%200%201%202.016%203.005C42.553%2015.06%2044%2018.953%2044%2024s-1.447%208.941-2.906%2011.58a20.402%2020.402%200%200%201-2.016%203.005a14.49%2014.49%200%200%201-.885.991a6.428%206.428%200%200%201-.06.059l-.018.017l-.006.006l-.003.003l.22-.22l-.222.221a1.25%201.25%200%200%201-1.71-1.822v-.002l.004-.003l.032-.032c.031-.03.081-.08.147-.15c.131-.14.326-.356.563-.647a17.912%2017.912%200%200%200%201.766-2.636C40.198%2032.034%2041.5%2028.553%2041.5%2024c0-4.553-1.302-8.034-2.594-10.37a17.912%2017.912%200%200%200-1.766-2.636a12.002%2012.002%200%200%200-.71-.797a3.236%203.236%200%200%200-.032-.032l-.003-.003l-.002-.002a1.25%201.25%200%200%201-.055-1.764z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M32.334%2014.4a1.25%201.25%200%200%201%201.767-.065h.001l.002.002l.005.005l.014.013l.042.04a10.228%2010.228%200%200%201%20.59.644c.365.437.846%201.073%201.325%201.894A13.977%2013.977%200%200%201%2038%2024c0%203.022-.963%205.426-1.92%207.067c-.48.821-.96%201.457-1.326%201.893a10.228%2010.228%200%200%201-.59.645l-.019.019l-.022.021l-.014.013l-.005.005l-.002.002l-.001.001a1.25%201.25%200%200%201-1.705-1.829l.002-.002l.016-.015l.085-.086a7.79%207.79%200%200%200%20.34-.382c.29-.345.685-.865%201.081-1.544A11.477%2011.477%200%200%200%2035.5%2024c0-2.478-.787-4.45-1.58-5.808c-.396-.679-.79-1.199-1.08-1.544a7.79%207.79%200%200%200-.426-.468l-.017-.016h.001a1.25%201.25%200%200%201-.064-1.765z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M25.081%206.418C26.208%205.408%2028%206.207%2028%207.721v32.558c0%201.514-1.792%202.314-2.919%201.302l-8.206-7.366A4.75%204.75%200%200%200%2013.702%2033H9a5.25%205.25%200%200%201-5.25-5.25v-7.5C3.75%2017.35%206.1%2015%209%2015h4.702a4.75%204.75%200%200%200%203.173-1.215l8.206-7.367zm.419%202.984l-6.955%206.243a7.25%207.25%200%200%201-4.843%201.855H9a2.75%202.75%200%200%200-2.75%202.75v7.5A2.75%202.75%200%200%200%209%2030.5h4.702a7.25%207.25%200%200%201%204.843%201.855l6.955%206.243V9.402z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M36.338%208.396a1.25%201.25%200%200%201%201.766-.058h.001l.01.01l.019.017a6.104%206.104%200%200%201%20.262.268c.17.18.404.44.682.782a20.408%2020.408%200%200%201%202.016%203.005C42.553%2015.06%2044%2018.953%2044%2024s-1.447%208.941-2.906%2011.58a20.402%2020.402%200%200%201-2.016%203.005a14.49%2014.49%200%200%201-.885.991a6.428%206.428%200%200%201-.06.059l-.018.017l-.006.006l-.003.003l.22-.22l-.222.221a1.25%201.25%200%200%201-1.71-1.822v-.002l.004-.003l.032-.032c.031-.03.081-.08.147-.15c.131-.14.326-.356.563-.647a17.912%2017.912%200%200%200%201.766-2.636C40.198%2032.034%2041.5%2028.553%2041.5%2024c0-4.553-1.302-8.034-2.594-10.37a17.912%2017.912%200%200%200-1.766-2.636a12.002%2012.002%200%200%200-.71-.797a3.236%203.236%200%200%200-.032-.032l-.003-.003l-.002-.002a1.25%201.25%200%200%201-.055-1.764z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M32.334%2014.4a1.25%201.25%200%200%201%201.767-.065h.001l.002.002l.005.005l.014.013l.042.04a10.228%2010.228%200%200%201%20.59.644c.365.437.846%201.073%201.325%201.894A13.977%2013.977%200%200%201%2038%2024c0%203.022-.963%205.426-1.92%207.067c-.48.821-.96%201.457-1.326%201.893a10.228%2010.228%200%200%201-.59.645l-.019.019l-.022.021l-.014.013l-.005.005l-.002.002l-.001.001a1.25%201.25%200%200%201-1.705-1.829l.002-.002l.016-.015l.085-.086a7.79%207.79%200%200%200%20.34-.382c.29-.345.685-.865%201.081-1.544A11.477%2011.477%200%200%200%2035.5%2024c0-2.478-.787-4.45-1.58-5.808c-.396-.679-.79-1.199-1.08-1.544a7.79%207.79%200%200%200-.426-.468l-.017-.016h.001a1.25%201.25%200%200%201-.064-1.765z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/speaker-48-regular.svg?color=%231a73e8&size=48