speaker 2 icon
speaker-2-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- speaker-2-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the speaker 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.694 2.04A.5.5 0 0 1 9 2.5v11a.5.5 0 0 1-.85.357l-2.927-2.875H3.5a1.5 1.5 0 0 1-1.5-1.5v-2.99a1.5 1.5 0 0 1 1.5-1.5h1.724l2.927-2.85a.5.5 0 0 1 .543-.103M8 3.684L5.777 5.851a.5.5 0 0 1-.35.142H3.5a.5.5 0 0 0-.5.5v2.989a.5.5 0 0 0 .5.5h1.928a.5.5 0 0 1 .35.143L8 12.308zm2.111 1.504a.5.5 0 0 1 .703-.08l.002.001l.002.002l.005.004l.015.013l.046.04q.055.05.142.142c.113.123.26.302.405.54c.291.48.573 1.193.573 2.148c0 .954-.282 1.668-.573 2.148a3.4 3.4 0 0 1-.405.541a3 3 0 0 1-.202.196l-.008.007h-.001s-.447.243-.703-.078a.5.5 0 0 1 .075-.7l.002-.002l-.001.001l.002-.001h-.001l.018-.016q.028-.025.085-.085a2.4 2.4 0 0 0 .284-.382c.21-.345.428-.882.428-1.63s-.218-1.283-.428-1.627a2.4 2.4 0 0 0-.368-.465l-.018-.016a.5.5 0 0 1-.079-.701m1.702-2.08a.5.5 0 1 0-.623.782l.011.01l.052.045q.072.063.201.195c.17.177.4.443.63.794c.46.701.92 1.733.92 3.069a5.5 5.5 0 0 1-.92 3.065c-.23.35-.46.614-.63.79a4 4 0 0 1-.252.24l-.011.01h-.001a.5.5 0 0 0 .623.782l.033-.027l.075-.065c.063-.057.15-.138.253-.245a6.4 6.4 0 0 0 .746-.936a6.5 6.5 0 0 0 1.083-3.614a6.54 6.54 0 0 0-1.083-3.618a6.5 6.5 0 0 0-.745-.938a5 5 0 0 0-.328-.311l-.023-.019l-.007-.006l-.002-.002zM10.19 5.89l-.002-.001Z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpeaker216Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.694 2.04A.5.5 0 0 1 9 2.5v11a.5.5 0 0 1-.85.357l-2.927-2.875H3.5a1.5 1.5 0 0 1-1.5-1.5v-2.99a1.5 1.5 0 0 1 1.5-1.5h1.724l2.927-2.85a.5.5 0 0 1 .543-.103M8 3.684L5.777 5.851a.5.5 0 0 1-.35.142H3.5a.5.5 0 0 0-.5.5v2.989a.5.5 0 0 0 .5.5h1.928a.5.5 0 0 1 .35.143L8 12.308zm2.111 1.504a.5.5 0 0 1 .703-.08l.002.001l.002.002l.005.004l.015.013l.046.04q.055.05.142.142c.113.123.26.302.405.54c.291.48.573 1.193.573 2.148c0 .954-.282 1.668-.573 2.148a3.4 3.4 0 0 1-.405.541a3 3 0 0 1-.202.196l-.008.007h-.001s-.447.243-.703-.078a.5.5 0 0 1 .075-.7l.002-.002l-.001.001l.002-.001h-.001l.018-.016q.028-.025.085-.085a2.4 2.4 0 0 0 .284-.382c.21-.345.428-.882.428-1.63s-.218-1.283-.428-1.627a2.4 2.4 0 0 0-.368-.465l-.018-.016a.5.5 0 0 1-.079-.701m1.702-2.08a.5.5 0 1 0-.623.782l.011.01l.052.045q.072.063.201.195c.17.177.4.443.63.794c.46.701.92 1.733.92 3.069a5.5 5.5 0 0 1-.92 3.065c-.23.35-.46.614-.63.79a4 4 0 0 1-.252.24l-.011.01h-.001a.5.5 0 0 0 .623.782l.033-.027l.075-.065c.063-.057.15-.138.253-.245a6.4 6.4 0 0 0 .746-.936a6.5 6.5 0 0 0 1.083-3.614a6.54 6.54 0 0 0-1.083-3.618a6.5 6.5 0 0 0-.745-.938a5 5 0 0 0-.328-.311l-.023-.019l-.007-.006l-.002-.002zM10.19 5.89l-.002-.001Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.694 2.04A.5.5 0 0 1 9 2.5v11a.5.5 0 0 1-.85.357l-2.927-2.875H3.5a1.5 1.5 0 0 1-1.5-1.5v-2.99a1.5 1.5 0 0 1 1.5-1.5h1.724l2.927-2.85a.5.5 0 0 1 .543-.103M8 3.684L5.777 5.851a.5.5 0 0 1-.35.142H3.5a.5.5 0 0 0-.5.5v2.989a.5.5 0 0 0 .5.5h1.928a.5.5 0 0 1 .35.143L8 12.308zm2.111 1.504a.5.5 0 0 1 .703-.08l.002.001l.002.002l.005.004l.015.013l.046.04q.055.05.142.142c.113.123.26.302.405.54c.291.48.573 1.193.573 2.148c0 .954-.282 1.668-.573 2.148a3.4 3.4 0 0 1-.405.541a3 3 0 0 1-.202.196l-.008.007h-.001s-.447.243-.703-.078a.5.5 0 0 1 .075-.7l.002-.002l-.001.001l.002-.001h-.001l.018-.016q.028-.025.085-.085a2.4 2.4 0 0 0 .284-.382c.21-.345.428-.882.428-1.63s-.218-1.283-.428-1.627a2.4 2.4 0 0 0-.368-.465l-.018-.016a.5.5 0 0 1-.079-.701m1.702-2.08a.5.5 0 1 0-.623.782l.011.01l.052.045q.072.063.201.195c.17.177.4.443.63.794c.46.701.92 1.733.92 3.069a5.5 5.5 0 0 1-.92 3.065c-.23.35-.46.614-.63.79a4 4 0 0 1-.252.24l-.011.01h-.001a.5.5 0 0 0 .623.782l.033-.027l.075-.065c.063-.057.15-.138.253-.245a6.4 6.4 0 0 0 .746-.936a6.5 6.5 0 0 0 1.083-3.614a6.54 6.54 0 0 0-1.083-3.618a6.5 6.5 0 0 0-.745-.938a5 5 0 0 0-.328-.311l-.023-.019l-.007-.006l-.002-.002zM10.19 5.89l-.002-.001Z"/></svg> </template>
CSS
.icon-speaker-2-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.694%202.04A.5.5%200%200%201%209%202.5v11a.5.5%200%200%201-.85.357l-2.927-2.875H3.5a1.5%201.5%200%200%201-1.5-1.5v-2.99a1.5%201.5%200%200%201%201.5-1.5h1.724l2.927-2.85a.5.5%200%200%201%20.543-.103M8%203.684L5.777%205.851a.5.5%200%200%201-.35.142H3.5a.5.5%200%200%200-.5.5v2.989a.5.5%200%200%200%20.5.5h1.928a.5.5%200%200%201%20.35.143L8%2012.308zm2.111%201.504a.5.5%200%200%201%20.703-.08l.002.001l.002.002l.005.004l.015.013l.046.04q.055.05.142.142c.113.123.26.302.405.54c.291.48.573%201.193.573%202.148c0%20.954-.282%201.668-.573%202.148a3.4%203.4%200%200%201-.405.541a3%203%200%200%201-.202.196l-.008.007h-.001s-.447.243-.703-.078a.5.5%200%200%201%20.075-.7l.002-.002l-.001.001l.002-.001h-.001l.018-.016q.028-.025.085-.085a2.4%202.4%200%200%200%20.284-.382c.21-.345.428-.882.428-1.63s-.218-1.283-.428-1.627a2.4%202.4%200%200%200-.368-.465l-.018-.016a.5.5%200%200%201-.079-.701m1.702-2.08a.5.5%200%201%200-.623.782l.011.01l.052.045q.072.063.201.195c.17.177.4.443.63.794c.46.701.92%201.733.92%203.069a5.5%205.5%200%200%201-.92%203.065c-.23.35-.46.614-.63.79a4%204%200%200%201-.252.24l-.011.01h-.001a.5.5%200%200%200%20.623.782l.033-.027l.075-.065c.063-.057.15-.138.253-.245a6.4%206.4%200%200%200%20.746-.936a6.5%206.5%200%200%200%201.083-3.614a6.54%206.54%200%200%200-1.083-3.618a6.5%206.5%200%200%200-.745-.938a5%205%200%200%200-.328-.311l-.023-.019l-.007-.006l-.002-.002zM10.19%205.89l-.002-.001Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.694%202.04A.5.5%200%200%201%209%202.5v11a.5.5%200%200%201-.85.357l-2.927-2.875H3.5a1.5%201.5%200%200%201-1.5-1.5v-2.99a1.5%201.5%200%200%201%201.5-1.5h1.724l2.927-2.85a.5.5%200%200%201%20.543-.103M8%203.684L5.777%205.851a.5.5%200%200%201-.35.142H3.5a.5.5%200%200%200-.5.5v2.989a.5.5%200%200%200%20.5.5h1.928a.5.5%200%200%201%20.35.143L8%2012.308zm2.111%201.504a.5.5%200%200%201%20.703-.08l.002.001l.002.002l.005.004l.015.013l.046.04q.055.05.142.142c.113.123.26.302.405.54c.291.48.573%201.193.573%202.148c0%20.954-.282%201.668-.573%202.148a3.4%203.4%200%200%201-.405.541a3%203%200%200%201-.202.196l-.008.007h-.001s-.447.243-.703-.078a.5.5%200%200%201%20.075-.7l.002-.002l-.001.001l.002-.001h-.001l.018-.016q.028-.025.085-.085a2.4%202.4%200%200%200%20.284-.382c.21-.345.428-.882.428-1.63s-.218-1.283-.428-1.627a2.4%202.4%200%200%200-.368-.465l-.018-.016a.5.5%200%200%201-.079-.701m1.702-2.08a.5.5%200%201%200-.623.782l.011.01l.052.045q.072.063.201.195c.17.177.4.443.63.794c.46.701.92%201.733.92%203.069a5.5%205.5%200%200%201-.92%203.065c-.23.35-.46.614-.63.79a4%204%200%200%201-.252.24l-.011.01h-.001a.5.5%200%200%200%20.623.782l.033-.027l.075-.065c.063-.057.15-.138.253-.245a6.4%206.4%200%200%200%20.746-.936a6.5%206.5%200%200%200%201.083-3.614a6.54%206.54%200%200%200-1.083-3.618a6.5%206.5%200%200%200-.745-.938a5%205%200%200%200-.328-.311l-.023-.019l-.007-.006l-.002-.002zM10.19%205.89l-.002-.001Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/speaker-2-16-regular.svg?color=%231a73e8&size=48