no meeting room icon
no-meeting-room-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- no-meeting-room-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
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.189L6.85 4h6.342q.343 0 .544.247q.2.247.264.56V5h2.192q.349 0 .578.23t.23.578zm2.139 6.365L14 15.416v3.776q0 .349-.23.578t-.578.23H4.5q-.213 0-.357-.143T4 19.5t.143-.357T4.5 19H6V7.416L3.446 4.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l15.692 15.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNoMeetingRoomRounded(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.189L6.85 4h6.342q.343 0 .544.247q.2.247.264.56V5h2.192q.349 0 .578.23t.23.578zm2.139 6.365L14 15.416v3.776q0 .349-.23.578t-.578.23H4.5q-.213 0-.357-.143T4 19.5t.143-.357T4.5 19H6V7.416L3.446 4.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l15.692 15.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16"/></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.189L6.85 4h6.342q.343 0 .544.247q.2.247.264.56V5h2.192q.349 0 .578.23t.23.578zm2.139 6.365L14 15.416v3.776q0 .349-.23.578t-.578.23H4.5q-.213 0-.357-.143T4 19.5t.143-.357T4.5 19H6V7.416L3.446 4.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l15.692 15.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16"/></svg> </template>
CSS
.icon-no-meeting-room-rounded {
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.189L6.85%204h6.342q.343%200%20.544.247q.2.247.264.56V5h2.192q.349%200%20.578.23t.23.578zm2.139%206.365L14%2015.416v3.776q0%20.349-.23.578t-.578.23H4.5q-.213%200-.357-.143T4%2019.5t.143-.357T4.5%2019H6V7.416L3.446%204.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l15.692%2015.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16%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.189L6.85%204h6.342q.343%200%20.544.247q.2.247.264.56V5h2.192q.349%200%20.578.23t.23.578zm2.139%206.365L14%2015.416v3.776q0%20.349-.23.578t-.578.23H4.5q-.213%200-.357-.143T4%2019.5t.143-.357T4.5%2019H6V7.416L3.446%204.862q-.14-.14-.15-.345q-.01-.203.15-.363t.354-.16t.354.16l15.692%2015.692q.14.14.15.345q.01.203-.15.363t-.354.16t-.353-.16%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-rounded.svg?color=%231a73e8&size=48