device meeting room microphone above icon
device-meeting-room-microphone-above-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- device-meeting-room-microphone-above-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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 4c1.74 0 3.29.327 4.387.833C13.526 5.359 14 5.984 14 6.5q-.002.053-.008.105c-.06.494-.543 1.072-1.605 1.562C11.29 8.673 9.735 9 8 9s-3.29-.327-4.387-.833c-1.062-.49-1.546-1.068-1.606-1.562Q2 6.553 2 6.5c0-.516.474-1.141 1.613-1.667C4.71 4.327 6.261 4 8 4m0-3c1.561 0 2.996.23 4.06.616c.529.193.993.434 1.334.727c.338.291.606.68.606 1.157v1.158a5.5 5.5 0 0 0-1.194-.733C11.55 3.345 9.85 3 8 3s-3.55.345-4.806.925c-.44.203-.85.449-1.194.733V3.5c0-.477.267-.866.606-1.157c.341-.293.805-.534 1.334-.727C5.003 1.23 6.44 1 8 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentDeviceMeetingRoomMicrophoneAbove16Filled(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 4c1.74 0 3.29.327 4.387.833C13.526 5.359 14 5.984 14 6.5q-.002.053-.008.105c-.06.494-.543 1.072-1.605 1.562C11.29 8.673 9.735 9 8 9s-3.29-.327-4.387-.833c-1.062-.49-1.546-1.068-1.606-1.562Q2 6.553 2 6.5c0-.516.474-1.141 1.613-1.667C4.71 4.327 6.261 4 8 4m0-3c1.561 0 2.996.23 4.06.616c.529.193.993.434 1.334.727c.338.291.606.68.606 1.157v1.158a5.5 5.5 0 0 0-1.194-.733C11.55 3.345 9.85 3 8 3s-3.55.345-4.806.925c-.44.203-.85.449-1.194.733V3.5c0-.477.267-.866.606-1.157c.341-.293.805-.534 1.334-.727C5.003 1.23 6.44 1 8 1"/></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 4c1.74 0 3.29.327 4.387.833C13.526 5.359 14 5.984 14 6.5q-.002.053-.008.105c-.06.494-.543 1.072-1.605 1.562C11.29 8.673 9.735 9 8 9s-3.29-.327-4.387-.833c-1.062-.49-1.546-1.068-1.606-1.562Q2 6.553 2 6.5c0-.516.474-1.141 1.613-1.667C4.71 4.327 6.261 4 8 4m0-3c1.561 0 2.996.23 4.06.616c.529.193.993.434 1.334.727c.338.291.606.68.606 1.157v1.158a5.5 5.5 0 0 0-1.194-.733C11.55 3.345 9.85 3 8 3s-3.55.345-4.806.925c-.44.203-.85.449-1.194.733V3.5c0-.477.267-.866.606-1.157c.341-.293.805-.534 1.334-.727C5.003 1.23 6.44 1 8 1"/></svg> </template>
CSS
.icon-device-meeting-room-microphone-above-16-filled {
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%204c1.74%200%203.29.327%204.387.833C13.526%205.359%2014%205.984%2014%206.5q-.002.053-.008.105c-.06.494-.543%201.072-1.605%201.562C11.29%208.673%209.735%209%208%209s-3.29-.327-4.387-.833c-1.062-.49-1.546-1.068-1.606-1.562Q2%206.553%202%206.5c0-.516.474-1.141%201.613-1.667C4.71%204.327%206.261%204%208%204m0-3c1.561%200%202.996.23%204.06.616c.529.193.993.434%201.334.727c.338.291.606.68.606%201.157v1.158a5.5%205.5%200%200%200-1.194-.733C11.55%203.345%209.85%203%208%203s-3.55.345-4.806.925c-.44.203-.85.449-1.194.733V3.5c0-.477.267-.866.606-1.157c.341-.293.805-.534%201.334-.727C5.003%201.23%206.44%201%208%201%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%204c1.74%200%203.29.327%204.387.833C13.526%205.359%2014%205.984%2014%206.5q-.002.053-.008.105c-.06.494-.543%201.072-1.605%201.562C11.29%208.673%209.735%209%208%209s-3.29-.327-4.387-.833c-1.062-.49-1.546-1.068-1.606-1.562Q2%206.553%202%206.5c0-.516.474-1.141%201.613-1.667C4.71%204.327%206.261%204%208%204m0-3c1.561%200%202.996.23%204.06.616c.529.193.993.434%201.334.727c.338.291.606.68.606%201.157v1.158a5.5%205.5%200%200%200-1.194-.733C11.55%203.345%209.85%203%208%203s-3.55.345-4.806.925c-.44.203-.85.449-1.194.733V3.5c0-.477.267-.866.606-1.157c.341-.293.805-.534%201.334-.727C5.003%201.23%206.44%201%208%201%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-filled.svg?color=%231a73e8&size=48