device meeting room microphone below icon

device-meeting-room-microphone-below-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
device-meeting-room-microphone-below-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 below icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14 12.5c0 .477-.268.866-.606 1.157c-.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-.727C2.267 13.366 2 12.977 2 12.5v-1.158c.344.284.753.53 1.194.733C4.45 12.655 6.15 13 8 13s3.55-.345 4.806-.925c.44-.203.85-.449 1.194-.733zm-1.613-4.667c1.062.49 1.545 1.068 1.605 1.562q.006.052.008.105c0 .516-.474 1.141-1.613 1.667C11.29 11.673 9.739 12 8 12c-1.74 0-3.29-.327-4.387-.833C2.474 10.641 2 10.016 2 9.5q.001-.053.007-.105c.06-.494.544-1.072 1.606-1.562C4.71 7.327 6.266 7 8 7c1.735 0 3.29.327 4.387.833m-.497-4.444a.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 FluentDeviceMeetingRoomMicrophoneBelow16Filled(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="M14 12.5c0 .477-.268.866-.606 1.157c-.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-.727C2.267 13.366 2 12.977 2 12.5v-1.158c.344.284.753.53 1.194.733C4.45 12.655 6.15 13 8 13s3.55-.345 4.806-.925c.44-.203.85-.449 1.194-.733zm-1.613-4.667c1.062.49 1.545 1.068 1.605 1.562q.006.052.008.105c0 .516-.474 1.141-1.613 1.667C11.29 11.673 9.739 12 8 12c-1.74 0-3.29-.327-4.387-.833C2.474 10.641 2 10.016 2 9.5q.001-.053.007-.105c.06-.494.544-1.072 1.606-1.562C4.71 7.327 6.266 7 8 7c1.735 0 3.29.327 4.387.833m-.497-4.444a.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="M14 12.5c0 .477-.268.866-.606 1.157c-.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-.727C2.267 13.366 2 12.977 2 12.5v-1.158c.344.284.753.53 1.194.733C4.45 12.655 6.15 13 8 13s3.55-.345 4.806-.925c.44-.203.85-.449 1.194-.733zm-1.613-4.667c1.062.49 1.545 1.068 1.605 1.562q.006.052.008.105c0 .516-.474 1.141-1.613 1.667C11.29 11.673 9.739 12 8 12c-1.74 0-3.29-.327-4.387-.833C2.474 10.641 2 10.016 2 9.5q.001-.053.007-.105c.06-.494.544-1.072 1.606-1.562C4.71 7.327 6.266 7 8 7c1.735 0 3.29.327 4.387.833m-.497-4.444a.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-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%22M14%2012.5c0%20.477-.268.866-.606%201.157c-.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-.727C2.267%2013.366%202%2012.977%202%2012.5v-1.158c.344.284.753.53%201.194.733C4.45%2012.655%206.15%2013%208%2013s3.55-.345%204.806-.925c.44-.203.85-.449%201.194-.733zm-1.613-4.667c1.062.49%201.545%201.068%201.605%201.562q.006.052.008.105c0%20.516-.474%201.141-1.613%201.667C11.29%2011.673%209.739%2012%208%2012c-1.74%200-3.29-.327-4.387-.833C2.474%2010.641%202%2010.016%202%209.5q.001-.053.007-.105c.06-.494.544-1.072%201.606-1.562C4.71%207.327%206.266%207%208%207c1.735%200%203.29.327%204.387.833m-.497-4.444a.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%22M14%2012.5c0%20.477-.268.866-.606%201.157c-.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-.727C2.267%2013.366%202%2012.977%202%2012.5v-1.158c.344.284.753.53%201.194.733C4.45%2012.655%206.15%2013%208%2013s3.55-.345%204.806-.925c.44-.203.85-.449%201.194-.733zm-1.613-4.667c1.062.49%201.545%201.068%201.605%201.562q.006.052.008.105c0%20.516-.474%201.141-1.613%201.667C11.29%2011.673%209.739%2012%208%2012c-1.74%200-3.29-.327-4.387-.833C2.474%2010.641%202%2010.016%202%209.5q.001-.053.007-.105c.06-.494.544-1.072%201.606-1.562C4.71%207.327%206.266%207%208%207c1.735%200%203.29.327%204.387.833m-.497-4.444a.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-filled.svg?color=%231a73e8&size=48