device meeting room microphone above icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.111 17.111a5.5 5.5 0 0 1 7.779 0a.5.5 0 0 1-.707.707a4.5 4.5 0 0 0-6.365 0a.5.5 0 0 1-.707-.707m-1.77-1.768a8 8 0 0 1 11.314 0a.5.5 0 0 1-.707.707a7 7 0 0 0-9.9 0a.5.5 0 1 1-.706-.707M10 5c2.015 0 3.815.382 5.092.979C16.41 6.593 17 7.343 17 8q-.002.069-.009.136c-.075.623-.671 1.312-1.9 1.886C13.815 10.618 12.01 11 10 11s-3.814-.382-5.092-.979c-1.228-.573-1.825-1.262-1.9-1.885A2 2 0 0 1 3 8c0-.657.59-1.407 1.908-2.021C6.185 5.382 7.985 5 10 5m0-3c1.84 0 3.529.286 4.775.766c.622.239 1.16.536 1.55.891c.391.356.675.809.675 1.343v1.025a6 6 0 0 0-1.485-.953C14.078 4.402 12.127 4 10 4s-4.077.402-5.515 1.072A6 6 0 0 0 3 6.025V5c0-.534.284-.987.675-1.343c.39-.355.928-.652 1.55-.891C6.47 2.286 8.16 2 10 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentDeviceMeetingRoomMicrophoneAbove20Filled(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="M6.111 17.111a5.5 5.5 0 0 1 7.779 0a.5.5 0 0 1-.707.707a4.5 4.5 0 0 0-6.365 0a.5.5 0 0 1-.707-.707m-1.77-1.768a8 8 0 0 1 11.314 0a.5.5 0 0 1-.707.707a7 7 0 0 0-9.9 0a.5.5 0 1 1-.706-.707M10 5c2.015 0 3.815.382 5.092.979C16.41 6.593 17 7.343 17 8q-.002.069-.009.136c-.075.623-.671 1.312-1.9 1.886C13.815 10.618 12.01 11 10 11s-3.814-.382-5.092-.979c-1.228-.573-1.825-1.262-1.9-1.885A2 2 0 0 1 3 8c0-.657.59-1.407 1.908-2.021C6.185 5.382 7.985 5 10 5m0-3c1.84 0 3.529.286 4.775.766c.622.239 1.16.536 1.55.891c.391.356.675.809.675 1.343v1.025a6 6 0 0 0-1.485-.953C14.078 4.402 12.127 4 10 4s-4.077.402-5.515 1.072A6 6 0 0 0 3 6.025V5c0-.534.284-.987.675-1.343c.39-.355.928-.652 1.55-.891C6.47 2.286 8.16 2 10 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.111 17.111a5.5 5.5 0 0 1 7.779 0a.5.5 0 0 1-.707.707a4.5 4.5 0 0 0-6.365 0a.5.5 0 0 1-.707-.707m-1.77-1.768a8 8 0 0 1 11.314 0a.5.5 0 0 1-.707.707a7 7 0 0 0-9.9 0a.5.5 0 1 1-.706-.707M10 5c2.015 0 3.815.382 5.092.979C16.41 6.593 17 7.343 17 8q-.002.069-.009.136c-.075.623-.671 1.312-1.9 1.886C13.815 10.618 12.01 11 10 11s-3.814-.382-5.092-.979c-1.228-.573-1.825-1.262-1.9-1.885A2 2 0 0 1 3 8c0-.657.59-1.407 1.908-2.021C6.185 5.382 7.985 5 10 5m0-3c1.84 0 3.529.286 4.775.766c.622.239 1.16.536 1.55.891c.391.356.675.809.675 1.343v1.025a6 6 0 0 0-1.485-.953C14.078 4.402 12.127 4 10 4s-4.077.402-5.515 1.072A6 6 0 0 0 3 6.025V5c0-.534.284-.987.675-1.343c.39-.355.928-.652 1.55-.891C6.47 2.286 8.16 2 10 2"/></svg>
</template>

CSS

.icon-device-meeting-room-microphone-above-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%22M6.111%2017.111a5.5%205.5%200%200%201%207.779%200a.5.5%200%200%201-.707.707a4.5%204.5%200%200%200-6.365%200a.5.5%200%200%201-.707-.707m-1.77-1.768a8%208%200%200%201%2011.314%200a.5.5%200%200%201-.707.707a7%207%200%200%200-9.9%200a.5.5%200%201%201-.706-.707M10%205c2.015%200%203.815.382%205.092.979C16.41%206.593%2017%207.343%2017%208q-.002.069-.009.136c-.075.623-.671%201.312-1.9%201.886C13.815%2010.618%2012.01%2011%2010%2011s-3.814-.382-5.092-.979c-1.228-.573-1.825-1.262-1.9-1.885A2%202%200%200%201%203%208c0-.657.59-1.407%201.908-2.021C6.185%205.382%207.985%205%2010%205m0-3c1.84%200%203.529.286%204.775.766c.622.239%201.16.536%201.55.891c.391.356.675.809.675%201.343v1.025a6%206%200%200%200-1.485-.953C14.078%204.402%2012.127%204%2010%204s-4.077.402-5.515%201.072A6%206%200%200%200%203%206.025V5c0-.534.284-.987.675-1.343c.39-.355.928-.652%201.55-.891C6.47%202.286%208.16%202%2010%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.111%2017.111a5.5%205.5%200%200%201%207.779%200a.5.5%200%200%201-.707.707a4.5%204.5%200%200%200-6.365%200a.5.5%200%200%201-.707-.707m-1.77-1.768a8%208%200%200%201%2011.314%200a.5.5%200%200%201-.707.707a7%207%200%200%200-9.9%200a.5.5%200%201%201-.706-.707M10%205c2.015%200%203.815.382%205.092.979C16.41%206.593%2017%207.343%2017%208q-.002.069-.009.136c-.075.623-.671%201.312-1.9%201.886C13.815%2010.618%2012.01%2011%2010%2011s-3.814-.382-5.092-.979c-1.228-.573-1.825-1.262-1.9-1.885A2%202%200%200%201%203%208c0-.657.59-1.407%201.908-2.021C6.185%205.382%207.985%205%2010%205m0-3c1.84%200%203.529.286%204.775.766c.622.239%201.16.536%201.55.891c.391.356.675.809.675%201.343v1.025a6%206%200%200%200-1.485-.953C14.078%204.402%2012.127%204%2010%204s-4.077.402-5.515%201.072A6%206%200%200%200%203%206.025V5c0-.534.284-.987.675-1.343c.39-.355.928-.652%201.55-.891C6.47%202.286%208.16%202%2010%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-20-filled.svg?color=%231a73e8&size=48