device meeting room icon

device-meeting-room-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
device-meeting-room-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the device meeting room icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.665 2c-.896 0-1.683.596-1.926 1.459l-1.66 5.898A2.08 2.08 0 0 0 3.083 12h9.834a2.08 2.08 0 0 0 2.004-2.643l-1.66-5.898A2 2 0 0 0 11.335 2zm-.963 1.73A1 1 0 0 1 4.665 3h6.67a1 1 0 0 1 .963.73l1.66 5.898A1.08 1.08 0 0 1 12.918 11H3.082a1.08 1.08 0 0 1-1.04-1.372zM4.497 13a.5.5 0 1 0 0 1h7.005a.5.5 0 1 0 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDeviceMeetingRoom16Regular(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="M4.665 2c-.896 0-1.683.596-1.926 1.459l-1.66 5.898A2.08 2.08 0 0 0 3.083 12h9.834a2.08 2.08 0 0 0 2.004-2.643l-1.66-5.898A2 2 0 0 0 11.335 2zm-.963 1.73A1 1 0 0 1 4.665 3h6.67a1 1 0 0 1 .963.73l1.66 5.898A1.08 1.08 0 0 1 12.918 11H3.082a1.08 1.08 0 0 1-1.04-1.372zM4.497 13a.5.5 0 1 0 0 1h7.005a.5.5 0 1 0 0-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.665 2c-.896 0-1.683.596-1.926 1.459l-1.66 5.898A2.08 2.08 0 0 0 3.083 12h9.834a2.08 2.08 0 0 0 2.004-2.643l-1.66-5.898A2 2 0 0 0 11.335 2zm-.963 1.73A1 1 0 0 1 4.665 3h6.67a1 1 0 0 1 .963.73l1.66 5.898A1.08 1.08 0 0 1 12.918 11H3.082a1.08 1.08 0 0 1-1.04-1.372zM4.497 13a.5.5 0 1 0 0 1h7.005a.5.5 0 1 0 0-1z"/></svg>
</template>

CSS

.icon-device-meeting-room-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.665%202c-.896%200-1.683.596-1.926%201.459l-1.66%205.898A2.08%202.08%200%200%200%203.083%2012h9.834a2.08%202.08%200%200%200%202.004-2.643l-1.66-5.898A2%202%200%200%200%2011.335%202zm-.963%201.73A1%201%200%200%201%204.665%203h6.67a1%201%200%200%201%20.963.73l1.66%205.898A1.08%201.08%200%200%201%2012.918%2011H3.082a1.08%201.08%200%200%201-1.04-1.372zM4.497%2013a.5.5%200%201%200%200%201h7.005a.5.5%200%201%200%200-1z%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%22M4.665%202c-.896%200-1.683.596-1.926%201.459l-1.66%205.898A2.08%202.08%200%200%200%203.083%2012h9.834a2.08%202.08%200%200%200%202.004-2.643l-1.66-5.898A2%202%200%200%200%2011.335%202zm-.963%201.73A1%201%200%200%201%204.665%203h6.67a1%201%200%200%201%20.963.73l1.66%205.898A1.08%201.08%200%200%201%2012.918%2011H3.082a1.08%201.08%200%200%201-1.04-1.372zM4.497%2013a.5.5%200%201%200%200%201h7.005a.5.5%200%201%200%200-1z%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-16-regular.svg?color=%231a73e8&size=48