device meeting room microphone below icon
device-meeting-room-microphone-below-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- device-meeting-room-microphone-below-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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="M10 9c1.84 0 3.529.286 4.775.766c.622.239 1.16.536 1.55.891c.391.356.675.809.675 1.343v3l-.013.196c-.06.45-.32.836-.662 1.147c-.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-.891c-.342-.311-.603-.697-.662-1.147L3 15v-3c0-.534.284-.987.675-1.343c.39-.355.928-.652 1.55-.891C6.47 9.286 8.16 9 10 9m6 4.603a5.7 5.7 0 0 1-1.225.631C13.53 14.714 11.84 15 10 15s-3.529-.286-4.775-.766A5.7 5.7 0 0 1 4 13.603l.004 1.458c.019.146.11.33.344.543c.267.242.681.484 1.235.697C6.689 16.726 8.25 17 10 17s3.311-.274 4.417-.7c.554-.212.968-.454 1.235-.697c.234-.212.325-.396.344-.542zM10 10c-1.75 0-3.311.274-4.417.7c-.554.212-.968.454-1.235.697S4 11.843 4 12s.08.36.348.604c.267.242.681.484 1.235.697C6.689 13.726 8.25 14 10 14s3.311-.274 4.417-.7c.554-.212.968-.454 1.235-.697S16 12.157 16 12s-.08-.36-.348-.604c-.267-.242-.681-.484-1.235-.697C13.311 10.274 11.75 10 10 10m4.948-6.05a.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 FluentDeviceMeetingRoomMicrophoneBelow20Regular(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="M10 9c1.84 0 3.529.286 4.775.766c.622.239 1.16.536 1.55.891c.391.356.675.809.675 1.343v3l-.013.196c-.06.45-.32.836-.662 1.147c-.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-.891c-.342-.311-.603-.697-.662-1.147L3 15v-3c0-.534.284-.987.675-1.343c.39-.355.928-.652 1.55-.891C6.47 9.286 8.16 9 10 9m6 4.603a5.7 5.7 0 0 1-1.225.631C13.53 14.714 11.84 15 10 15s-3.529-.286-4.775-.766A5.7 5.7 0 0 1 4 13.603l.004 1.458c.019.146.11.33.344.543c.267.242.681.484 1.235.697C6.689 16.726 8.25 17 10 17s3.311-.274 4.417-.7c.554-.212.968-.454 1.235-.697c.234-.212.325-.396.344-.542zM10 10c-1.75 0-3.311.274-4.417.7c-.554.212-.968.454-1.235.697S4 11.843 4 12s.08.36.348.604c.267.242.681.484 1.235.697C6.689 13.726 8.25 14 10 14s3.311-.274 4.417-.7c.554-.212.968-.454 1.235-.697S16 12.157 16 12s-.08-.36-.348-.604c-.267-.242-.681-.484-1.235-.697C13.311 10.274 11.75 10 10 10m4.948-6.05a.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="M10 9c1.84 0 3.529.286 4.775.766c.622.239 1.16.536 1.55.891c.391.356.675.809.675 1.343v3l-.013.196c-.06.45-.32.836-.662 1.147c-.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-.891c-.342-.311-.603-.697-.662-1.147L3 15v-3c0-.534.284-.987.675-1.343c.39-.355.928-.652 1.55-.891C6.47 9.286 8.16 9 10 9m6 4.603a5.7 5.7 0 0 1-1.225.631C13.53 14.714 11.84 15 10 15s-3.529-.286-4.775-.766A5.7 5.7 0 0 1 4 13.603l.004 1.458c.019.146.11.33.344.543c.267.242.681.484 1.235.697C6.689 16.726 8.25 17 10 17s3.311-.274 4.417-.7c.554-.212.968-.454 1.235-.697c.234-.212.325-.396.344-.542zM10 10c-1.75 0-3.311.274-4.417.7c-.554.212-.968.454-1.235.697S4 11.843 4 12s.08.36.348.604c.267.242.681.484 1.235.697C6.689 13.726 8.25 14 10 14s3.311-.274 4.417-.7c.554-.212.968-.454 1.235-.697S16 12.157 16 12s-.08-.36-.348-.604c-.267-.242-.681-.484-1.235-.697C13.311 10.274 11.75 10 10 10m4.948-6.05a.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-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%209c1.84%200%203.529.286%204.775.766c.622.239%201.16.536%201.55.891c.391.356.675.809.675%201.343v3l-.013.196c-.06.45-.32.836-.662%201.147c-.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-.891c-.342-.311-.603-.697-.662-1.147L3%2015v-3c0-.534.284-.987.675-1.343c.39-.355.928-.652%201.55-.891C6.47%209.286%208.16%209%2010%209m6%204.603a5.7%205.7%200%200%201-1.225.631C13.53%2014.714%2011.84%2015%2010%2015s-3.529-.286-4.775-.766A5.7%205.7%200%200%201%204%2013.603l.004%201.458c.019.146.11.33.344.543c.267.242.681.484%201.235.697C6.689%2016.726%208.25%2017%2010%2017s3.311-.274%204.417-.7c.554-.212.968-.454%201.235-.697c.234-.212.325-.396.344-.542zM10%2010c-1.75%200-3.311.274-4.417.7c-.554.212-.968.454-1.235.697S4%2011.843%204%2012s.08.36.348.604c.267.242.681.484%201.235.697C6.689%2013.726%208.25%2014%2010%2014s3.311-.274%204.417-.7c.554-.212.968-.454%201.235-.697S16%2012.157%2016%2012s-.08-.36-.348-.604c-.267-.242-.681-.484-1.235-.697C13.311%2010.274%2011.75%2010%2010%2010m4.948-6.05a.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%22M10%209c1.84%200%203.529.286%204.775.766c.622.239%201.16.536%201.55.891c.391.356.675.809.675%201.343v3l-.013.196c-.06.45-.32.836-.662%201.147c-.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-.891c-.342-.311-.603-.697-.662-1.147L3%2015v-3c0-.534.284-.987.675-1.343c.39-.355.928-.652%201.55-.891C6.47%209.286%208.16%209%2010%209m6%204.603a5.7%205.7%200%200%201-1.225.631C13.53%2014.714%2011.84%2015%2010%2015s-3.529-.286-4.775-.766A5.7%205.7%200%200%201%204%2013.603l.004%201.458c.019.146.11.33.344.543c.267.242.681.484%201.235.697C6.689%2016.726%208.25%2017%2010%2017s3.311-.274%204.417-.7c.554-.212.968-.454%201.235-.697c.234-.212.325-.396.344-.542zM10%2010c-1.75%200-3.311.274-4.417.7c-.554.212-.968.454-1.235.697S4%2011.843%204%2012s.08.36.348.604c.267.242.681.484%201.235.697C6.689%2013.726%208.25%2014%2010%2014s3.311-.274%204.417-.7c.554-.212.968-.454%201.235-.697S16%2012.157%2016%2012s-.08-.36-.348-.604c-.267-.242-.681-.484-1.235-.697C13.311%2010.274%2011.75%2010%2010%2010m4.948-6.05a.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-regular.svg?color=%231a73e8&size=48