device meeting room microphone below icon

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

Name
device-meeting-room-microphone-below-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M17 15c0 .534-.284.987-.675 1.343c-.39.355-.928.652-1.55.891C13.53 17.714 11.84 18 10 18s-3.529-.286-4.775-.766c-.622-.239-1.16-.536-1.55-.891C3.284 15.987 3 15.534 3 15v-1.025c.412.37.923.69 1.485.953C5.923 15.598 7.873 16 10 16s4.078-.402 5.515-1.072A6 6 0 0 0 17 13.975zm-1.908-5.021c1.228.573 1.824 1.263 1.9 1.885q.006.067.008.136c0 .657-.59 1.406-1.908 2.021c-1.277.597-3.077.979-5.092.979s-3.815-.382-5.092-.979C3.59 13.407 3 12.657 3 12q.001-.069.008-.136c.075-.623.672-1.312 1.9-1.885C6.186 9.382 7.99 9 10 9s3.814.382 5.092.979m-.144-6.029a.5.5 0 0 1 .707.707a8 8 0 0 1-11.313 0a.5.5 0 1 1 .707-.707a7 7 0 0 0 9.9 0m-1.765-1.768a.5.5 0 0 1 .707.707a5.5 5.5 0 0 1-7.779 0a.5.5 0 1 1 .707-.707a4.5 4.5 0 0 0 6.365 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentDeviceMeetingRoomMicrophoneBelow20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 15c0 .534-.284.987-.675 1.343c-.39.355-.928.652-1.55.891C13.53 17.714 11.84 18 10 18s-3.529-.286-4.775-.766c-.622-.239-1.16-.536-1.55-.891C3.284 15.987 3 15.534 3 15v-1.025c.412.37.923.69 1.485.953C5.923 15.598 7.873 16 10 16s4.078-.402 5.515-1.072A6 6 0 0 0 17 13.975zm-1.908-5.021c1.228.573 1.824 1.263 1.9 1.885q.006.067.008.136c0 .657-.59 1.406-1.908 2.021c-1.277.597-3.077.979-5.092.979s-3.815-.382-5.092-.979C3.59 13.407 3 12.657 3 12q.001-.069.008-.136c.075-.623.672-1.312 1.9-1.885C6.186 9.382 7.99 9 10 9s3.814.382 5.092.979m-.144-6.029a.5.5 0 0 1 .707.707a8 8 0 0 1-11.313 0a.5.5 0 1 1 .707-.707a7 7 0 0 0 9.9 0m-1.765-1.768a.5.5 0 0 1 .707.707a5.5 5.5 0 0 1-7.779 0a.5.5 0 1 1 .707-.707a4.5 4.5 0 0 0 6.365 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 15c0 .534-.284.987-.675 1.343c-.39.355-.928.652-1.55.891C13.53 17.714 11.84 18 10 18s-3.529-.286-4.775-.766c-.622-.239-1.16-.536-1.55-.891C3.284 15.987 3 15.534 3 15v-1.025c.412.37.923.69 1.485.953C5.923 15.598 7.873 16 10 16s4.078-.402 5.515-1.072A6 6 0 0 0 17 13.975zm-1.908-5.021c1.228.573 1.824 1.263 1.9 1.885q.006.067.008.136c0 .657-.59 1.406-1.908 2.021c-1.277.597-3.077.979-5.092.979s-3.815-.382-5.092-.979C3.59 13.407 3 12.657 3 12q.001-.069.008-.136c.075-.623.672-1.312 1.9-1.885C6.186 9.382 7.99 9 10 9s3.814.382 5.092.979m-.144-6.029a.5.5 0 0 1 .707.707a8 8 0 0 1-11.313 0a.5.5 0 1 1 .707-.707a7 7 0 0 0 9.9 0m-1.765-1.768a.5.5 0 0 1 .707.707a5.5 5.5 0 0 1-7.779 0a.5.5 0 1 1 .707-.707a4.5 4.5 0 0 0 6.365 0"/></svg>
</template>

CSS

.icon-device-meeting-room-microphone-below-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2015c0%20.534-.284.987-.675%201.343c-.39.355-.928.652-1.55.891C13.53%2017.714%2011.84%2018%2010%2018s-3.529-.286-4.775-.766c-.622-.239-1.16-.536-1.55-.891C3.284%2015.987%203%2015.534%203%2015v-1.025c.412.37.923.69%201.485.953C5.923%2015.598%207.873%2016%2010%2016s4.078-.402%205.515-1.072A6%206%200%200%200%2017%2013.975zm-1.908-5.021c1.228.573%201.824%201.263%201.9%201.885q.006.067.008.136c0%20.657-.59%201.406-1.908%202.021c-1.277.597-3.077.979-5.092.979s-3.815-.382-5.092-.979C3.59%2013.407%203%2012.657%203%2012q.001-.069.008-.136c.075-.623.672-1.312%201.9-1.885C6.186%209.382%207.99%209%2010%209s3.814.382%205.092.979m-.144-6.029a.5.5%200%200%201%20.707.707a8%208%200%200%201-11.313%200a.5.5%200%201%201%20.707-.707a7%207%200%200%200%209.9%200m-1.765-1.768a.5.5%200%200%201%20.707.707a5.5%205.5%200%200%201-7.779%200a.5.5%200%201%201%20.707-.707a4.5%204.5%200%200%200%206.365%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2015c0%20.534-.284.987-.675%201.343c-.39.355-.928.652-1.55.891C13.53%2017.714%2011.84%2018%2010%2018s-3.529-.286-4.775-.766c-.622-.239-1.16-.536-1.55-.891C3.284%2015.987%203%2015.534%203%2015v-1.025c.412.37.923.69%201.485.953C5.923%2015.598%207.873%2016%2010%2016s4.078-.402%205.515-1.072A6%206%200%200%200%2017%2013.975zm-1.908-5.021c1.228.573%201.824%201.263%201.9%201.885q.006.067.008.136c0%20.657-.59%201.406-1.908%202.021c-1.277.597-3.077.979-5.092.979s-3.815-.382-5.092-.979C3.59%2013.407%203%2012.657%203%2012q.001-.069.008-.136c.075-.623.672-1.312%201.9-1.885C6.186%209.382%207.99%209%2010%209s3.814.382%205.092.979m-.144-6.029a.5.5%200%200%201%20.707.707a8%208%200%200%201-11.313%200a.5.5%200%201%201%20.707-.707a7%207%200%200%200%209.9%200m-1.765-1.768a.5.5%200%200%201%20.707.707a5.5%205.5%200%200%201-7.779%200a.5.5%200%201%201%20.707-.707a4.5%204.5%200%200%200%206.365%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-20-filled.svg?color=%231a73e8&size=48