device meeting room microphone above icon
device-meeting-room-microphone-above-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- device-meeting-room-microphone-above-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the device meeting room microphone above icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.17 13.672a4 4 0 0 1 5.657 0a.5.5 0 0 1-.707.707a3 3 0 0 0-4.243 0a.5.5 0 1 1-.707-.707m-1.766-1.768a6.5 6.5 0 0 1 9.193 0a.5.5 0 0 1-.707.707a5.5 5.5 0 0 0-7.779 0a.5.5 0 1 1-.707-.707M8 1c1.561 0 2.996.23 4.06.616c.529.193.993.434 1.334.727c.296.255.538.585.594.982L14 3.5v3c0 .477-.268.866-.606 1.157c-.341.293-.805.534-1.334.727C10.996 8.77 9.56 9 8 9s-2.997-.23-4.06-.616c-.529-.193-.993-.434-1.334-.727C2.267 7.366 2 6.977 2 6.5v-3l.012-.175c.056-.397.298-.727.594-.982c.341-.293.805-.534 1.334-.727C5.003 1.23 6.44 1 8 1m0 4c-1.476 0-2.79.218-3.718.556c-.466.17-.808.359-1.024.545C3.04 6.288 3 6.424 3 6.5s.04.212.258.4c.216.185.558.375 1.024.544C5.21 7.782 6.524 8 8 8s2.79-.218 3.718-.556c.466-.17.808-.359 1.024-.545c.218-.187.258-.323.258-.399s-.04-.212-.258-.4c-.216-.185-.558-.375-1.024-.544C10.79 5.218 9.476 5 8 5m0-3c-1.476 0-2.79.218-3.718.556c-.466.169-.808.359-1.024.545c-.163.14-.227.252-.248.33L3 3.5v1.559c.274-.17.593-.317.94-.443C5.003 4.23 6.44 4 8 4s2.996.23 4.06.616c.347.126.666.274.94.443V3.5l-.01-.068c-.021-.08-.085-.191-.248-.331c-.216-.186-.558-.376-1.024-.545C10.79 2.218 9.476 2 8 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentDeviceMeetingRoomMicrophoneAbove16Regular(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="M5.17 13.672a4 4 0 0 1 5.657 0a.5.5 0 0 1-.707.707a3 3 0 0 0-4.243 0a.5.5 0 1 1-.707-.707m-1.766-1.768a6.5 6.5 0 0 1 9.193 0a.5.5 0 0 1-.707.707a5.5 5.5 0 0 0-7.779 0a.5.5 0 1 1-.707-.707M8 1c1.561 0 2.996.23 4.06.616c.529.193.993.434 1.334.727c.296.255.538.585.594.982L14 3.5v3c0 .477-.268.866-.606 1.157c-.341.293-.805.534-1.334.727C10.996 8.77 9.56 9 8 9s-2.997-.23-4.06-.616c-.529-.193-.993-.434-1.334-.727C2.267 7.366 2 6.977 2 6.5v-3l.012-.175c.056-.397.298-.727.594-.982c.341-.293.805-.534 1.334-.727C5.003 1.23 6.44 1 8 1m0 4c-1.476 0-2.79.218-3.718.556c-.466.17-.808.359-1.024.545C3.04 6.288 3 6.424 3 6.5s.04.212.258.4c.216.185.558.375 1.024.544C5.21 7.782 6.524 8 8 8s2.79-.218 3.718-.556c.466-.17.808-.359 1.024-.545c.218-.187.258-.323.258-.399s-.04-.212-.258-.4c-.216-.185-.558-.375-1.024-.544C10.79 5.218 9.476 5 8 5m0-3c-1.476 0-2.79.218-3.718.556c-.466.169-.808.359-1.024.545c-.163.14-.227.252-.248.33L3 3.5v1.559c.274-.17.593-.317.94-.443C5.003 4.23 6.44 4 8 4s2.996.23 4.06.616c.347.126.666.274.94.443V3.5l-.01-.068c-.021-.08-.085-.191-.248-.331c-.216-.186-.558-.376-1.024-.545C10.79 2.218 9.476 2 8 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.17 13.672a4 4 0 0 1 5.657 0a.5.5 0 0 1-.707.707a3 3 0 0 0-4.243 0a.5.5 0 1 1-.707-.707m-1.766-1.768a6.5 6.5 0 0 1 9.193 0a.5.5 0 0 1-.707.707a5.5 5.5 0 0 0-7.779 0a.5.5 0 1 1-.707-.707M8 1c1.561 0 2.996.23 4.06.616c.529.193.993.434 1.334.727c.296.255.538.585.594.982L14 3.5v3c0 .477-.268.866-.606 1.157c-.341.293-.805.534-1.334.727C10.996 8.77 9.56 9 8 9s-2.997-.23-4.06-.616c-.529-.193-.993-.434-1.334-.727C2.267 7.366 2 6.977 2 6.5v-3l.012-.175c.056-.397.298-.727.594-.982c.341-.293.805-.534 1.334-.727C5.003 1.23 6.44 1 8 1m0 4c-1.476 0-2.79.218-3.718.556c-.466.17-.808.359-1.024.545C3.04 6.288 3 6.424 3 6.5s.04.212.258.4c.216.185.558.375 1.024.544C5.21 7.782 6.524 8 8 8s2.79-.218 3.718-.556c.466-.17.808-.359 1.024-.545c.218-.187.258-.323.258-.399s-.04-.212-.258-.4c-.216-.185-.558-.375-1.024-.544C10.79 5.218 9.476 5 8 5m0-3c-1.476 0-2.79.218-3.718.556c-.466.169-.808.359-1.024.545c-.163.14-.227.252-.248.33L3 3.5v1.559c.274-.17.593-.317.94-.443C5.003 4.23 6.44 4 8 4s2.996.23 4.06.616c.347.126.666.274.94.443V3.5l-.01-.068c-.021-.08-.085-.191-.248-.331c-.216-.186-.558-.376-1.024-.545C10.79 2.218 9.476 2 8 2"/></svg> </template>
CSS
.icon-device-meeting-room-microphone-above-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%22M5.17%2013.672a4%204%200%200%201%205.657%200a.5.5%200%200%201-.707.707a3%203%200%200%200-4.243%200a.5.5%200%201%201-.707-.707m-1.766-1.768a6.5%206.5%200%200%201%209.193%200a.5.5%200%200%201-.707.707a5.5%205.5%200%200%200-7.779%200a.5.5%200%201%201-.707-.707M8%201c1.561%200%202.996.23%204.06.616c.529.193.993.434%201.334.727c.296.255.538.585.594.982L14%203.5v3c0%20.477-.268.866-.606%201.157c-.341.293-.805.534-1.334.727C10.996%208.77%209.56%209%208%209s-2.997-.23-4.06-.616c-.529-.193-.993-.434-1.334-.727C2.267%207.366%202%206.977%202%206.5v-3l.012-.175c.056-.397.298-.727.594-.982c.341-.293.805-.534%201.334-.727C5.003%201.23%206.44%201%208%201m0%204c-1.476%200-2.79.218-3.718.556c-.466.17-.808.359-1.024.545C3.04%206.288%203%206.424%203%206.5s.04.212.258.4c.216.185.558.375%201.024.544C5.21%207.782%206.524%208%208%208s2.79-.218%203.718-.556c.466-.17.808-.359%201.024-.545c.218-.187.258-.323.258-.399s-.04-.212-.258-.4c-.216-.185-.558-.375-1.024-.544C10.79%205.218%209.476%205%208%205m0-3c-1.476%200-2.79.218-3.718.556c-.466.169-.808.359-1.024.545c-.163.14-.227.252-.248.33L3%203.5v1.559c.274-.17.593-.317.94-.443C5.003%204.23%206.44%204%208%204s2.996.23%204.06.616c.347.126.666.274.94.443V3.5l-.01-.068c-.021-.08-.085-.191-.248-.331c-.216-.186-.558-.376-1.024-.545C10.79%202.218%209.476%202%208%202%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%22M5.17%2013.672a4%204%200%200%201%205.657%200a.5.5%200%200%201-.707.707a3%203%200%200%200-4.243%200a.5.5%200%201%201-.707-.707m-1.766-1.768a6.5%206.5%200%200%201%209.193%200a.5.5%200%200%201-.707.707a5.5%205.5%200%200%200-7.779%200a.5.5%200%201%201-.707-.707M8%201c1.561%200%202.996.23%204.06.616c.529.193.993.434%201.334.727c.296.255.538.585.594.982L14%203.5v3c0%20.477-.268.866-.606%201.157c-.341.293-.805.534-1.334.727C10.996%208.77%209.56%209%208%209s-2.997-.23-4.06-.616c-.529-.193-.993-.434-1.334-.727C2.267%207.366%202%206.977%202%206.5v-3l.012-.175c.056-.397.298-.727.594-.982c.341-.293.805-.534%201.334-.727C5.003%201.23%206.44%201%208%201m0%204c-1.476%200-2.79.218-3.718.556c-.466.17-.808.359-1.024.545C3.04%206.288%203%206.424%203%206.5s.04.212.258.4c.216.185.558.375%201.024.544C5.21%207.782%206.524%208%208%208s2.79-.218%203.718-.556c.466-.17.808-.359%201.024-.545c.218-.187.258-.323.258-.399s-.04-.212-.258-.4c-.216-.185-.558-.375-1.024-.544C10.79%205.218%209.476%205%208%205m0-3c-1.476%200-2.79.218-3.718.556c-.466.169-.808.359-1.024.545c-.163.14-.227.252-.248.33L3%203.5v1.559c.274-.17.593-.317.94-.443C5.003%204.23%206.44%204%208%204s2.996.23%204.06.616c.347.126.666.274.94.443V3.5l-.01-.068c-.021-.08-.085-.191-.248-.331c-.216-.186-.558-.376-1.024-.545C10.79%202.218%209.476%202%208%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/device-meeting-room-microphone-above-16-regular.svg?color=%231a73e8&size=48