conference-room-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
conference-room-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

9 other variants in Fluent UI System Icons

Use the conference room icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m22.503 7.776l14.5 3c.58.12.997.632.997 1.224v24a1.25 1.25 0 0 1-.997 1.224l-14.5 3A1.25 1.25 0 0 1 21 39.002V9a1.25 1.25 0 0 1 1.503-1.225M18 10l.128 27.994l-.128.007h-6.75a1.25 1.25 0 0 1-1.243-1.123L10 36.751v-25.5c0-.648.492-1.18 1.122-1.244L11.25 10zm8.5 12.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentConferenceRoom48Filled(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="m22.503 7.776l14.5 3c.58.12.997.632.997 1.224v24a1.25 1.25 0 0 1-.997 1.224l-14.5 3A1.25 1.25 0 0 1 21 39.002V9a1.25 1.25 0 0 1 1.503-1.225M18 10l.128 27.994l-.128.007h-6.75a1.25 1.25 0 0 1-1.243-1.123L10 36.751v-25.5c0-.648.492-1.18 1.122-1.244L11.25 10zm8.5 12.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m22.503 7.776l14.5 3c.58.12.997.632.997 1.224v24a1.25 1.25 0 0 1-.997 1.224l-14.5 3A1.25 1.25 0 0 1 21 39.002V9a1.25 1.25 0 0 1 1.503-1.225M18 10l.128 27.994l-.128.007h-6.75a1.25 1.25 0 0 1-1.243-1.123L10 36.751v-25.5c0-.648.492-1.18 1.122-1.244L11.25 10zm8.5 12.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
</template>

CSS

.icon-conference-room-48-filled {
  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%22m22.503%207.776l14.5%203c.58.12.997.632.997%201.224v24a1.25%201.25%200%200%201-.997%201.224l-14.5%203A1.25%201.25%200%200%201%2021%2039.002V9a1.25%201.25%200%200%201%201.503-1.225M18%2010l.128%2027.994l-.128.007h-6.75a1.25%201.25%200%200%201-1.243-1.123L10%2036.751v-25.5c0-.648.492-1.18%201.122-1.244L11.25%2010zm8.5%2012.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%22m22.503%207.776l14.5%203c.58.12.997.632.997%201.224v24a1.25%201.25%200%200%201-.997%201.224l-14.5%203A1.25%201.25%200%200%201%2021%2039.002V9a1.25%201.25%200%200%201%201.503-1.225M18%2010l.128%2027.994l-.128.007h-6.75a1.25%201.25%200%200%201-1.243-1.123L10%2036.751v-25.5c0-.648.492-1.18%201.122-1.244L11.25%2010zm8.5%2012.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/conference-room-48-filled.svg?color=%231a73e8&size=48