device meeting room icon

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

Name
device-meeting-room-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M14.707 6a5.94 5.94 0 0 0-5.736 4.403L4.215 28.172C3.158 32.122 6.135 36 10.224 36h27.552c4.09 0 7.066-3.878 6.01-7.828l-4.757-17.77A5.94 5.94 0 0 0 33.293 6zm-3.321 5.049a3.44 3.44 0 0 1 3.32-2.549h18.587a3.44 3.44 0 0 1 3.321 2.549l4.756 17.77a3.72 3.72 0 0 1-3.594 4.681H10.224a3.72 3.72 0 0 1-3.594-4.682zM13.249 38a1.25 1.25 0 1 0 0 2.5H34.75a1.25 1.25 0 1 0 0-2.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDeviceMeetingRoom48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.707 6a5.94 5.94 0 0 0-5.736 4.403L4.215 28.172C3.158 32.122 6.135 36 10.224 36h27.552c4.09 0 7.066-3.878 6.01-7.828l-4.757-17.77A5.94 5.94 0 0 0 33.293 6zm-3.321 5.049a3.44 3.44 0 0 1 3.32-2.549h18.587a3.44 3.44 0 0 1 3.321 2.549l4.756 17.77a3.72 3.72 0 0 1-3.594 4.681H10.224a3.72 3.72 0 0 1-3.594-4.682zM13.249 38a1.25 1.25 0 1 0 0 2.5H34.75a1.25 1.25 0 1 0 0-2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.707 6a5.94 5.94 0 0 0-5.736 4.403L4.215 28.172C3.158 32.122 6.135 36 10.224 36h27.552c4.09 0 7.066-3.878 6.01-7.828l-4.757-17.77A5.94 5.94 0 0 0 33.293 6zm-3.321 5.049a3.44 3.44 0 0 1 3.32-2.549h18.587a3.44 3.44 0 0 1 3.321 2.549l4.756 17.77a3.72 3.72 0 0 1-3.594 4.681H10.224a3.72 3.72 0 0 1-3.594-4.682zM13.249 38a1.25 1.25 0 1 0 0 2.5H34.75a1.25 1.25 0 1 0 0-2.5z"/></svg>
</template>

CSS

.icon-device-meeting-room-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.707%206a5.94%205.94%200%200%200-5.736%204.403L4.215%2028.172C3.158%2032.122%206.135%2036%2010.224%2036h27.552c4.09%200%207.066-3.878%206.01-7.828l-4.757-17.77A5.94%205.94%200%200%200%2033.293%206zm-3.321%205.049a3.44%203.44%200%200%201%203.32-2.549h18.587a3.44%203.44%200%200%201%203.321%202.549l4.756%2017.77a3.72%203.72%200%200%201-3.594%204.681H10.224a3.72%203.72%200%200%201-3.594-4.682zM13.249%2038a1.25%201.25%200%201%200%200%202.5H34.75a1.25%201.25%200%201%200%200-2.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.707%206a5.94%205.94%200%200%200-5.736%204.403L4.215%2028.172C3.158%2032.122%206.135%2036%2010.224%2036h27.552c4.09%200%207.066-3.878%206.01-7.828l-4.757-17.77A5.94%205.94%200%200%200%2033.293%206zm-3.321%205.049a3.44%203.44%200%200%201%203.32-2.549h18.587a3.44%203.44%200%200%201%203.321%202.549l4.756%2017.77a3.72%203.72%200%200%201-3.594%204.681H10.224a3.72%203.72%200%200%201-3.594-4.682zM13.249%2038a1.25%201.25%200%201%200%200%202.5H34.75a1.25%201.25%200%201%200%200-2.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-48-regular.svg?color=%231a73e8&size=48