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

Name
no-meeting-room-outline
Set
Material Symbols Light
Style
Outline
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
no-meeting-room-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the no 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="m17 14.189l-1-1V6h-2v5.189l-1-1V5H7.85l-1-1H14v1h3zm2.492 6.719L14 15.416V20H4v-1h2V7.416L3.092 4.508L3.8 3.8l16.4 16.4zM7 19h6v-4.584l-6-6zm3-7.584"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNoMeetingRoomOutline(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="m17 14.189l-1-1V6h-2v5.189l-1-1V5H7.85l-1-1H14v1h3zm2.492 6.719L14 15.416V20H4v-1h2V7.416L3.092 4.508L3.8 3.8l16.4 16.4zM7 19h6v-4.584l-6-6zm3-7.584"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17 14.189l-1-1V6h-2v5.189l-1-1V5H7.85l-1-1H14v1h3zm2.492 6.719L14 15.416V20H4v-1h2V7.416L3.092 4.508L3.8 3.8l16.4 16.4zM7 19h6v-4.584l-6-6zm3-7.584"/></svg>
</template>

CSS

.icon-no-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%22m17%2014.189l-1-1V6h-2v5.189l-1-1V5H7.85l-1-1H14v1h3zm2.492%206.719L14%2015.416V20H4v-1h2V7.416L3.092%204.508L3.8%203.8l16.4%2016.4zM7%2019h6v-4.584l-6-6zm3-7.584%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%22m17%2014.189l-1-1V6h-2v5.189l-1-1V5H7.85l-1-1H14v1h3zm2.492%206.719L14%2015.416V20H4v-1h2V7.416L3.092%204.508L3.8%203.8l16.4%2016.4zM7%2019h6v-4.584l-6-6zm3-7.584%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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