device meeting room microphone below icon
device-meeting-room-microphone-below-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- device-meeting-room-microphone-below-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 below icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 7c1.561 0 2.996.23 4.06.616c.529.193.993.434 1.334.727c.338.291.606.68.606 1.157v3l-.012.175c-.056.397-.298.727-.594.982c-.341.293-.805.534-1.334.727C10.996 14.77 9.56 15 8 15s-2.997-.23-4.06-.616c-.529-.193-.993-.434-1.334-.727c-.296-.255-.538-.585-.594-.982L2 12.5v-3c0-.477.267-.866.606-1.157c.341-.293.805-.534 1.334-.727C5.003 7.23 6.44 7 8 7m5 3.941a5 5 0 0 1-.94.443C10.996 11.77 9.56 12 8 12s-2.997-.23-4.06-.616A5 5 0 0 1 3 10.94v1.56l.01.068c.021.08.085.191.248.331c.216.186.558.376 1.024.545C5.21 13.782 6.524 14 8 14s2.79-.218 3.718-.556c.466-.169.808-.359 1.024-.545c.163-.14.227-.251.248-.33L13 12.5zM8 8c-1.476 0-2.79.218-3.718.556c-.466.17-.808.359-1.024.545C3.04 9.288 3 9.424 3 9.5s.04.212.258.4c.216.185.558.375 1.024.544C5.21 10.782 6.524 11 8 11s2.79-.218 3.718-.556c.466-.169.808-.359 1.024-.545c.218-.187.258-.323.258-.399s-.04-.212-.258-.4c-.216-.185-.558-.375-1.024-.544C10.79 8.218 9.476 8 8 8m3.89-4.611a.5.5 0 0 1 .707.707a6.5 6.5 0 0 1-9.193 0a.5.5 0 1 1 .707-.707a5.5 5.5 0 0 0 7.779 0M10.12 1.62a.5.5 0 0 1 .707.707a4 4 0 0 1-5.657 0a.5.5 0 1 1 .707-.707a3 3 0 0 0 4.243 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentDeviceMeetingRoomMicrophoneBelow16Regular(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 7c1.561 0 2.996.23 4.06.616c.529.193.993.434 1.334.727c.338.291.606.68.606 1.157v3l-.012.175c-.056.397-.298.727-.594.982c-.341.293-.805.534-1.334.727C10.996 14.77 9.56 15 8 15s-2.997-.23-4.06-.616c-.529-.193-.993-.434-1.334-.727c-.296-.255-.538-.585-.594-.982L2 12.5v-3c0-.477.267-.866.606-1.157c.341-.293.805-.534 1.334-.727C5.003 7.23 6.44 7 8 7m5 3.941a5 5 0 0 1-.94.443C10.996 11.77 9.56 12 8 12s-2.997-.23-4.06-.616A5 5 0 0 1 3 10.94v1.56l.01.068c.021.08.085.191.248.331c.216.186.558.376 1.024.545C5.21 13.782 6.524 14 8 14s2.79-.218 3.718-.556c.466-.169.808-.359 1.024-.545c.163-.14.227-.251.248-.33L13 12.5zM8 8c-1.476 0-2.79.218-3.718.556c-.466.17-.808.359-1.024.545C3.04 9.288 3 9.424 3 9.5s.04.212.258.4c.216.185.558.375 1.024.544C5.21 10.782 6.524 11 8 11s2.79-.218 3.718-.556c.466-.169.808-.359 1.024-.545c.218-.187.258-.323.258-.399s-.04-.212-.258-.4c-.216-.185-.558-.375-1.024-.544C10.79 8.218 9.476 8 8 8m3.89-4.611a.5.5 0 0 1 .707.707a6.5 6.5 0 0 1-9.193 0a.5.5 0 1 1 .707-.707a5.5 5.5 0 0 0 7.779 0M10.12 1.62a.5.5 0 0 1 .707.707a4 4 0 0 1-5.657 0a.5.5 0 1 1 .707-.707a3 3 0 0 0 4.243 0"/></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 7c1.561 0 2.996.23 4.06.616c.529.193.993.434 1.334.727c.338.291.606.68.606 1.157v3l-.012.175c-.056.397-.298.727-.594.982c-.341.293-.805.534-1.334.727C10.996 14.77 9.56 15 8 15s-2.997-.23-4.06-.616c-.529-.193-.993-.434-1.334-.727c-.296-.255-.538-.585-.594-.982L2 12.5v-3c0-.477.267-.866.606-1.157c.341-.293.805-.534 1.334-.727C5.003 7.23 6.44 7 8 7m5 3.941a5 5 0 0 1-.94.443C10.996 11.77 9.56 12 8 12s-2.997-.23-4.06-.616A5 5 0 0 1 3 10.94v1.56l.01.068c.021.08.085.191.248.331c.216.186.558.376 1.024.545C5.21 13.782 6.524 14 8 14s2.79-.218 3.718-.556c.466-.169.808-.359 1.024-.545c.163-.14.227-.251.248-.33L13 12.5zM8 8c-1.476 0-2.79.218-3.718.556c-.466.17-.808.359-1.024.545C3.04 9.288 3 9.424 3 9.5s.04.212.258.4c.216.185.558.375 1.024.544C5.21 10.782 6.524 11 8 11s2.79-.218 3.718-.556c.466-.169.808-.359 1.024-.545c.218-.187.258-.323.258-.399s-.04-.212-.258-.4c-.216-.185-.558-.375-1.024-.544C10.79 8.218 9.476 8 8 8m3.89-4.611a.5.5 0 0 1 .707.707a6.5 6.5 0 0 1-9.193 0a.5.5 0 1 1 .707-.707a5.5 5.5 0 0 0 7.779 0M10.12 1.62a.5.5 0 0 1 .707.707a4 4 0 0 1-5.657 0a.5.5 0 1 1 .707-.707a3 3 0 0 0 4.243 0"/></svg> </template>
CSS
.icon-device-meeting-room-microphone-below-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%207c1.561%200%202.996.23%204.06.616c.529.193.993.434%201.334.727c.338.291.606.68.606%201.157v3l-.012.175c-.056.397-.298.727-.594.982c-.341.293-.805.534-1.334.727C10.996%2014.77%209.56%2015%208%2015s-2.997-.23-4.06-.616c-.529-.193-.993-.434-1.334-.727c-.296-.255-.538-.585-.594-.982L2%2012.5v-3c0-.477.267-.866.606-1.157c.341-.293.805-.534%201.334-.727C5.003%207.23%206.44%207%208%207m5%203.941a5%205%200%200%201-.94.443C10.996%2011.77%209.56%2012%208%2012s-2.997-.23-4.06-.616A5%205%200%200%201%203%2010.94v1.56l.01.068c.021.08.085.191.248.331c.216.186.558.376%201.024.545C5.21%2013.782%206.524%2014%208%2014s2.79-.218%203.718-.556c.466-.169.808-.359%201.024-.545c.163-.14.227-.251.248-.33L13%2012.5zM8%208c-1.476%200-2.79.218-3.718.556c-.466.17-.808.359-1.024.545C3.04%209.288%203%209.424%203%209.5s.04.212.258.4c.216.185.558.375%201.024.544C5.21%2010.782%206.524%2011%208%2011s2.79-.218%203.718-.556c.466-.169.808-.359%201.024-.545c.218-.187.258-.323.258-.399s-.04-.212-.258-.4c-.216-.185-.558-.375-1.024-.544C10.79%208.218%209.476%208%208%208m3.89-4.611a.5.5%200%200%201%20.707.707a6.5%206.5%200%200%201-9.193%200a.5.5%200%201%201%20.707-.707a5.5%205.5%200%200%200%207.779%200M10.12%201.62a.5.5%200%200%201%20.707.707a4%204%200%200%201-5.657%200a.5.5%200%201%201%20.707-.707a3%203%200%200%200%204.243%200%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%207c1.561%200%202.996.23%204.06.616c.529.193.993.434%201.334.727c.338.291.606.68.606%201.157v3l-.012.175c-.056.397-.298.727-.594.982c-.341.293-.805.534-1.334.727C10.996%2014.77%209.56%2015%208%2015s-2.997-.23-4.06-.616c-.529-.193-.993-.434-1.334-.727c-.296-.255-.538-.585-.594-.982L2%2012.5v-3c0-.477.267-.866.606-1.157c.341-.293.805-.534%201.334-.727C5.003%207.23%206.44%207%208%207m5%203.941a5%205%200%200%201-.94.443C10.996%2011.77%209.56%2012%208%2012s-2.997-.23-4.06-.616A5%205%200%200%201%203%2010.94v1.56l.01.068c.021.08.085.191.248.331c.216.186.558.376%201.024.545C5.21%2013.782%206.524%2014%208%2014s2.79-.218%203.718-.556c.466-.169.808-.359%201.024-.545c.163-.14.227-.251.248-.33L13%2012.5zM8%208c-1.476%200-2.79.218-3.718.556c-.466.17-.808.359-1.024.545C3.04%209.288%203%209.424%203%209.5s.04.212.258.4c.216.185.558.375%201.024.544C5.21%2010.782%206.524%2011%208%2011s2.79-.218%203.718-.556c.466-.169.808-.359%201.024-.545c.218-.187.258-.323.258-.399s-.04-.212-.258-.4c-.216-.185-.558-.375-1.024-.544C10.79%208.218%209.476%208%208%208m3.89-4.611a.5.5%200%200%201%20.707.707a6.5%206.5%200%200%201-9.193%200a.5.5%200%201%201%20.707-.707a5.5%205.5%200%200%200%207.779%200M10.12%201.62a.5.5%200%200%201%20.707.707a4%204%200%200%201-5.657%200a.5.5%200%201%201%20.707-.707a3%203%200%200%200%204.243%200%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-below-16-regular.svg?color=%231a73e8&size=48