device meeting room remote icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.708 6a5.94 5.94 0 0 0-5.736 4.403l-1.773 6.623Q7.471 17 7.75 17h2.045l1.593-5.951a3.44 3.44 0 0 1 3.32-2.549h18.587a3.44 3.44 0 0 1 3.32 2.549l4.756 17.77a3.72 3.72 0 0 1-3.594 4.681H21V36h16.776c4.09 0 7.066-3.878 6.01-7.828l-4.756-17.77A5.94 5.94 0 0 0 33.294 6zM34.75 40.5H20.995q.005-.124.005-.25V38h13.751a1.25 1.25 0 0 1 0 2.5M11.501 29a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M4 22.75A3.75 3.75 0 0 1 7.75 19h7.5A3.75 3.75 0 0 1 19 22.75v17.5A3.75 3.75 0 0 1 15.25 44h-7.5A3.75 3.75 0 0 1 4 40.25zm3.75-1.25c-.69 0-1.25.56-1.25 1.25v17.5c0 .69.56 1.25 1.25 1.25h7.5c.69 0 1.25-.56 1.25-1.25v-17.5c0-.69-.56-1.25-1.25-1.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDeviceMeetingRoomRemote48Regular(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.708 6a5.94 5.94 0 0 0-5.736 4.403l-1.773 6.623Q7.471 17 7.75 17h2.045l1.593-5.951a3.44 3.44 0 0 1 3.32-2.549h18.587a3.44 3.44 0 0 1 3.32 2.549l4.756 17.77a3.72 3.72 0 0 1-3.594 4.681H21V36h16.776c4.09 0 7.066-3.878 6.01-7.828l-4.756-17.77A5.94 5.94 0 0 0 33.294 6zM34.75 40.5H20.995q.005-.124.005-.25V38h13.751a1.25 1.25 0 0 1 0 2.5M11.501 29a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M4 22.75A3.75 3.75 0 0 1 7.75 19h7.5A3.75 3.75 0 0 1 19 22.75v17.5A3.75 3.75 0 0 1 15.25 44h-7.5A3.75 3.75 0 0 1 4 40.25zm3.75-1.25c-.69 0-1.25.56-1.25 1.25v17.5c0 .69.56 1.25 1.25 1.25h7.5c.69 0 1.25-.56 1.25-1.25v-17.5c0-.69-.56-1.25-1.25-1.25z"/></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.708 6a5.94 5.94 0 0 0-5.736 4.403l-1.773 6.623Q7.471 17 7.75 17h2.045l1.593-5.951a3.44 3.44 0 0 1 3.32-2.549h18.587a3.44 3.44 0 0 1 3.32 2.549l4.756 17.77a3.72 3.72 0 0 1-3.594 4.681H21V36h16.776c4.09 0 7.066-3.878 6.01-7.828l-4.756-17.77A5.94 5.94 0 0 0 33.294 6zM34.75 40.5H20.995q.005-.124.005-.25V38h13.751a1.25 1.25 0 0 1 0 2.5M11.501 29a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M4 22.75A3.75 3.75 0 0 1 7.75 19h7.5A3.75 3.75 0 0 1 19 22.75v17.5A3.75 3.75 0 0 1 15.25 44h-7.5A3.75 3.75 0 0 1 4 40.25zm3.75-1.25c-.69 0-1.25.56-1.25 1.25v17.5c0 .69.56 1.25 1.25 1.25h7.5c.69 0 1.25-.56 1.25-1.25v-17.5c0-.69-.56-1.25-1.25-1.25z"/></svg>
</template>

CSS

.icon-device-meeting-room-remote-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.708%206a5.94%205.94%200%200%200-5.736%204.403l-1.773%206.623Q7.471%2017%207.75%2017h2.045l1.593-5.951a3.44%203.44%200%200%201%203.32-2.549h18.587a3.44%203.44%200%200%201%203.32%202.549l4.756%2017.77a3.72%203.72%200%200%201-3.594%204.681H21V36h16.776c4.09%200%207.066-3.878%206.01-7.828l-4.756-17.77A5.94%205.94%200%200%200%2033.294%206zM34.75%2040.5H20.995q.005-.124.005-.25V38h13.751a1.25%201.25%200%200%201%200%202.5M11.501%2029a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205M4%2022.75A3.75%203.75%200%200%201%207.75%2019h7.5A3.75%203.75%200%200%201%2019%2022.75v17.5A3.75%203.75%200%200%201%2015.25%2044h-7.5A3.75%203.75%200%200%201%204%2040.25zm3.75-1.25c-.69%200-1.25.56-1.25%201.25v17.5c0%20.69.56%201.25%201.25%201.25h7.5c.69%200%201.25-.56%201.25-1.25v-17.5c0-.69-.56-1.25-1.25-1.25z%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.708%206a5.94%205.94%200%200%200-5.736%204.403l-1.773%206.623Q7.471%2017%207.75%2017h2.045l1.593-5.951a3.44%203.44%200%200%201%203.32-2.549h18.587a3.44%203.44%200%200%201%203.32%202.549l4.756%2017.77a3.72%203.72%200%200%201-3.594%204.681H21V36h16.776c4.09%200%207.066-3.878%206.01-7.828l-4.756-17.77A5.94%205.94%200%200%200%2033.294%206zM34.75%2040.5H20.995q.005-.124.005-.25V38h13.751a1.25%201.25%200%200%201%200%202.5M11.501%2029a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205M4%2022.75A3.75%203.75%200%200%201%207.75%2019h7.5A3.75%203.75%200%200%201%2019%2022.75v17.5A3.75%203.75%200%200%201%2015.25%2044h-7.5A3.75%203.75%200%200%201%204%2040.25zm3.75-1.25c-.69%200-1.25.56-1.25%201.25v17.5c0%20.69.56%201.25%201.25%201.25h7.5c.69%200%201.25-.56%201.25-1.25v-17.5c0-.69-.56-1.25-1.25-1.25z%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-remote-48-regular.svg?color=%231a73e8&size=48