office building plus icon
office-building-plus-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- office-building-plus-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the office building plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11h-2V9h2zm2 0h2V9h-2zm-.6 10H12v-3.5h-2V21H4V3h14v10.1c.3-.1.7-.1 1-.1s.7 0 1 .1V1H2v22h12.5c-.5-.6-.9-1.3-1.1-2M14 7h2V5h-2zm2 6.8V13h-2v2h.5q.75-.75 1.5-1.2M8 5H6v2h2zm0 4H6v2h2zM6 19h2v-2H6zm6-14h-2v2h2zm-2 10h2v-2h-2zm-2-2H6v2h2zm10 2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiOfficeBuildingPlusOutline(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="M12 11h-2V9h2zm2 0h2V9h-2zm-.6 10H12v-3.5h-2V21H4V3h14v10.1c.3-.1.7-.1 1-.1s.7 0 1 .1V1H2v22h12.5c-.5-.6-.9-1.3-1.1-2M14 7h2V5h-2zm2 6.8V13h-2v2h.5q.75-.75 1.5-1.2M8 5H6v2h2zm0 4H6v2h2zM6 19h2v-2H6zm6-14h-2v2h2zm-2 10h2v-2h-2zm-2-2H6v2h2zm10 2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11h-2V9h2zm2 0h2V9h-2zm-.6 10H12v-3.5h-2V21H4V3h14v10.1c.3-.1.7-.1 1-.1s.7 0 1 .1V1H2v22h12.5c-.5-.6-.9-1.3-1.1-2M14 7h2V5h-2zm2 6.8V13h-2v2h.5q.75-.75 1.5-1.2M8 5H6v2h2zm0 4H6v2h2zM6 19h2v-2H6zm6-14h-2v2h2zm-2 10h2v-2h-2zm-2-2H6v2h2zm10 2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/></svg> </template>
CSS
.icon-office-building-plus-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%22M12%2011h-2V9h2zm2%200h2V9h-2zm-.6%2010H12v-3.5h-2V21H4V3h14v10.1c.3-.1.7-.1%201-.1s.7%200%201%20.1V1H2v22h12.5c-.5-.6-.9-1.3-1.1-2M14%207h2V5h-2zm2%206.8V13h-2v2h.5q.75-.75%201.5-1.2M8%205H6v2h2zm0%204H6v2h2zM6%2019h2v-2H6zm6-14h-2v2h2zm-2%2010h2v-2h-2zm-2-2H6v2h2zm10%202v3h-3v2h3v3h2v-3h3v-2h-3v-3z%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%22M12%2011h-2V9h2zm2%200h2V9h-2zm-.6%2010H12v-3.5h-2V21H4V3h14v10.1c.3-.1.7-.1%201-.1s.7%200%201%20.1V1H2v22h12.5c-.5-.6-.9-1.3-1.1-2M14%207h2V5h-2zm2%206.8V13h-2v2h.5q.75-.75%201.5-1.2M8%205H6v2h2zm0%204H6v2h2zM6%2019h2v-2H6zm6-14h-2v2h2zm-2%2010h2v-2h-2zm-2-2H6v2h2zm10%202v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/office-building-plus-outline.svg?color=%231a73e8&size=48