auto meeting room icon

auto-meeting-room-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.

Name
auto-meeting-room-outline
Set
Material Symbols
Style
Outline
Viewbox
24×24
License
Apache 2.0
Aliases
auto-meeting-room-outline-sharp

3 other variants in Material Symbols

Related icons in Material Symbols

Use the auto 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="M1 21v-2h2V3h10v1h4v8h-2V6h-2v15H1Zm8-8q.425 0 .713-.288T10 12q0-.425-.288-.713T9 11q-.425 0-.713.288T8 12q0 .425.288.713T9 13Zm-4 6h6V5H5v14Zm14 3l1.25-2.75L23 18l-2.75-1.25L19 14l-1.25 2.75L15 18l2.75 1.25L19 22ZM5 19V5v14Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAutoMeetingRoomOutline(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="M1 21v-2h2V3h10v1h4v8h-2V6h-2v15H1Zm8-8q.425 0 .713-.288T10 12q0-.425-.288-.713T9 11q-.425 0-.713.288T8 12q0 .425.288.713T9 13Zm-4 6h6V5H5v14Zm14 3l1.25-2.75L23 18l-2.75-1.25L19 14l-1.25 2.75L15 18l2.75 1.25L19 22ZM5 19V5v14Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 21v-2h2V3h10v1h4v8h-2V6h-2v15H1Zm8-8q.425 0 .713-.288T10 12q0-.425-.288-.713T9 11q-.425 0-.713.288T8 12q0 .425.288.713T9 13Zm-4 6h6V5H5v14Zm14 3l1.25-2.75L23 18l-2.75-1.25L19 14l-1.25 2.75L15 18l2.75 1.25L19 22ZM5 19V5v14Z"/></svg>
</template>

CSS

.icon-auto-meeting-room-outline {
  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%22M1%2021v-2h2V3h10v1h4v8h-2V6h-2v15H1Zm8-8q.425%200%20.713-.288T10%2012q0-.425-.288-.713T9%2011q-.425%200-.713.288T8%2012q0%20.425.288.713T9%2013Zm-4%206h6V5H5v14Zm14%203l1.25-2.75L23%2018l-2.75-1.25L19%2014l-1.25%202.75L15%2018l2.75%201.25L19%2022ZM5%2019V5v14Z%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%22M1%2021v-2h2V3h10v1h4v8h-2V6h-2v15H1Zm8-8q.425%200%20.713-.288T10%2012q0-.425-.288-.713T9%2011q-.425%200-.713.288T8%2012q0%20.425.288.713T9%2013Zm-4%206h6V5H5v14Zm14%203l1.25-2.75L23%2018l-2.75-1.25L19%2014l-1.25%202.75L15%2018l2.75%201.25L19%2022ZM5%2019V5v14Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/auto-meeting-room-outline.svg?color=%231a73e8&size=48