device meeting room remote icon
device-meeting-room-remote-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- device-meeting-room-remote-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
device-meeting-room-remote-16-filleddevice-meeting-room-remote-16-regulardevice-meeting-room-remote-20-filleddevice-meeting-room-remote-20-regulardevice-meeting-room-remote-24-filleddevice-meeting-room-remote-24-regulardevice-meeting-room-remote-28-filleddevice-meeting-room-remote-32-filleddevice-meeting-room-remote-32-regulardevice-meeting-room-remote-48-filleddevice-meeting-room-remote-48-regular
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 28 28"><path fill="currentColor" d="M4.974 5.58A3.5 3.5 0 0 1 8.35 3h11.3a3.5 3.5 0 0 1 3.378 2.58l2.828 10.368C26.55 18.492 24.635 21 21.997 21h-9.995v-1.5h9.995a2.5 2.5 0 0 0 2.412-3.158L21.581 5.974a2 2 0 0 0-1.93-1.474h-11.3a2 2 0 0 0-1.93 1.474L5.323 10H4.25q-.253 0-.493.037zM11.992 24h8.26a.75.75 0 1 0 0-1.5h-8.25v1.25q0 .126-.01.25m-5.491-7a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M2 13.25A2.25 2.25 0 0 1 4.25 11h4.501a2.25 2.25 0 0 1 2.25 2.25v10.5A2.25 2.25 0 0 1 8.751 26h-4.5A2.25 2.25 0 0 1 2 23.75zm2.25-.75a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h4.501a.75.75 0 0 0 .75-.75v-10.5a.75.75 0 0 0-.75-.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDeviceMeetingRoomRemote28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.974 5.58A3.5 3.5 0 0 1 8.35 3h11.3a3.5 3.5 0 0 1 3.378 2.58l2.828 10.368C26.55 18.492 24.635 21 21.997 21h-9.995v-1.5h9.995a2.5 2.5 0 0 0 2.412-3.158L21.581 5.974a2 2 0 0 0-1.93-1.474h-11.3a2 2 0 0 0-1.93 1.474L5.323 10H4.25q-.253 0-.493.037zM11.992 24h8.26a.75.75 0 1 0 0-1.5h-8.25v1.25q0 .126-.01.25m-5.491-7a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M2 13.25A2.25 2.25 0 0 1 4.25 11h4.501a2.25 2.25 0 0 1 2.25 2.25v10.5A2.25 2.25 0 0 1 8.751 26h-4.5A2.25 2.25 0 0 1 2 23.75zm2.25-.75a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h4.501a.75.75 0 0 0 .75-.75v-10.5a.75.75 0 0 0-.75-.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.974 5.58A3.5 3.5 0 0 1 8.35 3h11.3a3.5 3.5 0 0 1 3.378 2.58l2.828 10.368C26.55 18.492 24.635 21 21.997 21h-9.995v-1.5h9.995a2.5 2.5 0 0 0 2.412-3.158L21.581 5.974a2 2 0 0 0-1.93-1.474h-11.3a2 2 0 0 0-1.93 1.474L5.323 10H4.25q-.253 0-.493.037zM11.992 24h8.26a.75.75 0 1 0 0-1.5h-8.25v1.25q0 .126-.01.25m-5.491-7a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M2 13.25A2.25 2.25 0 0 1 4.25 11h4.501a2.25 2.25 0 0 1 2.25 2.25v10.5A2.25 2.25 0 0 1 8.751 26h-4.5A2.25 2.25 0 0 1 2 23.75zm2.25-.75a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h4.501a.75.75 0 0 0 .75-.75v-10.5a.75.75 0 0 0-.75-.75z"/></svg> </template>
CSS
.icon-device-meeting-room-remote-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.974%205.58A3.5%203.5%200%200%201%208.35%203h11.3a3.5%203.5%200%200%201%203.378%202.58l2.828%2010.368C26.55%2018.492%2024.635%2021%2021.997%2021h-9.995v-1.5h9.995a2.5%202.5%200%200%200%202.412-3.158L21.581%205.974a2%202%200%200%200-1.93-1.474h-11.3a2%202%200%200%200-1.93%201.474L5.323%2010H4.25q-.253%200-.493.037zM11.992%2024h8.26a.75.75%200%201%200%200-1.5h-8.25v1.25q0%20.126-.01.25m-5.491-7a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M2%2013.25A2.25%202.25%200%200%201%204.25%2011h4.501a2.25%202.25%200%200%201%202.25%202.25v10.5A2.25%202.25%200%200%201%208.751%2026h-4.5A2.25%202.25%200%200%201%202%2023.75zm2.25-.75a.75.75%200%200%200-.75.75v10.5c0%20.414.336.75.75.75h4.501a.75.75%200%200%200%20.75-.75v-10.5a.75.75%200%200%200-.75-.75z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.974%205.58A3.5%203.5%200%200%201%208.35%203h11.3a3.5%203.5%200%200%201%203.378%202.58l2.828%2010.368C26.55%2018.492%2024.635%2021%2021.997%2021h-9.995v-1.5h9.995a2.5%202.5%200%200%200%202.412-3.158L21.581%205.974a2%202%200%200%200-1.93-1.474h-11.3a2%202%200%200%200-1.93%201.474L5.323%2010H4.25q-.253%200-.493.037zM11.992%2024h8.26a.75.75%200%201%200%200-1.5h-8.25v1.25q0%20.126-.01.25m-5.491-7a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M2%2013.25A2.25%202.25%200%200%201%204.25%2011h4.501a2.25%202.25%200%200%201%202.25%202.25v10.5A2.25%202.25%200%200%201%208.751%2026h-4.5A2.25%202.25%200%200%201%202%2023.75zm2.25-.75a.75.75%200%200%200-.75.75v10.5c0%20.414.336.75.75.75h4.501a.75.75%200%200%200%20.75-.75v-10.5a.75.75%200%200%200-.75-.75z%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-28-regular.svg?color=%231a73e8&size=48