device meeting room icon

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

Name
device-meeting-room-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M7.07 3c-1.416 0-2.647.97-2.978 2.346L2.1 13.619A3.55 3.55 0 0 0 5.552 18h12.892a3.55 3.55 0 0 0 3.45-4.38l-1.99-8.274A3.06 3.06 0 0 0 16.925 3zM5.55 5.697A1.56 1.56 0 0 1 7.07 4.5h9.856c.722 0 1.35.495 1.519 1.197l1.992 8.273a2.05 2.05 0 0 1-1.994 2.53H5.553a2.05 2.05 0 0 1-1.993-2.53zM6.748 19a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDeviceMeetingRoom24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.07 3c-1.416 0-2.647.97-2.978 2.346L2.1 13.619A3.55 3.55 0 0 0 5.552 18h12.892a3.55 3.55 0 0 0 3.45-4.38l-1.99-8.274A3.06 3.06 0 0 0 16.925 3zM5.55 5.697A1.56 1.56 0 0 1 7.07 4.5h9.856c.722 0 1.35.495 1.519 1.197l1.992 8.273a2.05 2.05 0 0 1-1.994 2.53H5.553a2.05 2.05 0 0 1-1.993-2.53zM6.748 19a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.07 3c-1.416 0-2.647.97-2.978 2.346L2.1 13.619A3.55 3.55 0 0 0 5.552 18h12.892a3.55 3.55 0 0 0 3.45-4.38l-1.99-8.274A3.06 3.06 0 0 0 16.925 3zM5.55 5.697A1.56 1.56 0 0 1 7.07 4.5h9.856c.722 0 1.35.495 1.519 1.197l1.992 8.273a2.05 2.05 0 0 1-1.994 2.53H5.553a2.05 2.05 0 0 1-1.993-2.53zM6.748 19a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5z"/></svg>
</template>

CSS

.icon-device-meeting-room-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.07%203c-1.416%200-2.647.97-2.978%202.346L2.1%2013.619A3.55%203.55%200%200%200%205.552%2018h12.892a3.55%203.55%200%200%200%203.45-4.38l-1.99-8.274A3.06%203.06%200%200%200%2016.925%203zM5.55%205.697A1.56%201.56%200%200%201%207.07%204.5h9.856c.722%200%201.35.495%201.519%201.197l1.992%208.273a2.05%202.05%200%200%201-1.994%202.53H5.553a2.05%202.05%200%200%201-1.993-2.53zM6.748%2019a.75.75%200%200%200%200%201.5h10.5a.75.75%200%200%200%200-1.5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.07%203c-1.416%200-2.647.97-2.978%202.346L2.1%2013.619A3.55%203.55%200%200%200%205.552%2018h12.892a3.55%203.55%200%200%200%203.45-4.38l-1.99-8.274A3.06%203.06%200%200%200%2016.925%203zM5.55%205.697A1.56%201.56%200%200%201%207.07%204.5h9.856c.722%200%201.35.495%201.519%201.197l1.992%208.273a2.05%202.05%200%200%201-1.994%202.53H5.553a2.05%202.05%200%200%201-1.993-2.53zM6.748%2019a.75.75%200%200%200%200%201.5h10.5a.75.75%200%200%200%200-1.5z%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-24-regular.svg?color=%231a73e8&size=48