building3 icon
building3 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- building3
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the building3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.5 22H4.08c-1.16 0-2.11-.93-2.11-2.07V5.09c0-2.62 1.95-3.81 4.34-2.64l4.44 2.18c.96.47 1.75 1.72 1.75 2.78zm9.47-6.94v3.78c0 2.16-1 3.16-3.16 3.16H12.5V10.42l.47.1l4.5 1.01l2.03.45c1.32.29 2.4.97 2.46 2.89c.01.06.01.12.01.19M5.5 9h3.47M5.5 13h3.47"/><path d="M17.47 11.53v3.22c0 1.24-1.01 2.25-2.25 2.25s-2.25-1.01-2.25-2.25v-4.23zm4.49 3.34A2.25 2.25 0 0 1 19.72 17c-1.24 0-2.25-1.01-2.25-2.25v-3.22l2.03.45c1.32.29 2.4.97 2.46 2.89"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBuilding3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12.5 22H4.08c-1.16 0-2.11-.93-2.11-2.07V5.09c0-2.62 1.95-3.81 4.34-2.64l4.44 2.18c.96.47 1.75 1.72 1.75 2.78zm9.47-6.94v3.78c0 2.16-1 3.16-3.16 3.16H12.5V10.42l.47.1l4.5 1.01l2.03.45c1.32.29 2.4.97 2.46 2.89c.01.06.01.12.01.19M5.5 9h3.47M5.5 13h3.47"/><path d="M17.47 11.53v3.22c0 1.24-1.01 2.25-2.25 2.25s-2.25-1.01-2.25-2.25v-4.23zm4.49 3.34A2.25 2.25 0 0 1 19.72 17c-1.24 0-2.25-1.01-2.25-2.25v-3.22l2.03.45c1.32.29 2.4.97 2.46 2.89"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.5 22H4.08c-1.16 0-2.11-.93-2.11-2.07V5.09c0-2.62 1.95-3.81 4.34-2.64l4.44 2.18c.96.47 1.75 1.72 1.75 2.78zm9.47-6.94v3.78c0 2.16-1 3.16-3.16 3.16H12.5V10.42l.47.1l4.5 1.01l2.03.45c1.32.29 2.4.97 2.46 2.89c.01.06.01.12.01.19M5.5 9h3.47M5.5 13h3.47"/><path d="M17.47 11.53v3.22c0 1.24-1.01 2.25-2.25 2.25s-2.25-1.01-2.25-2.25v-4.23zm4.49 3.34A2.25 2.25 0 0 1 19.72 17c-1.24 0-2.25-1.01-2.25-2.25v-3.22l2.03.45c1.32.29 2.4.97 2.46 2.89"/></g></svg> </template>
CSS
.icon-building3 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.5%2022H4.08c-1.16%200-2.11-.93-2.11-2.07V5.09c0-2.62%201.95-3.81%204.34-2.64l4.44%202.18c.96.47%201.75%201.72%201.75%202.78zm9.47-6.94v3.78c0%202.16-1%203.16-3.16%203.16H12.5V10.42l.47.1l4.5%201.01l2.03.45c1.32.29%202.4.97%202.46%202.89c.01.06.01.12.01.19M5.5%209h3.47M5.5%2013h3.47%22%2F%3E%3Cpath%20d%3D%22M17.47%2011.53v3.22c0%201.24-1.01%202.25-2.25%202.25s-2.25-1.01-2.25-2.25v-4.23zm4.49%203.34A2.25%202.25%200%200%201%2019.72%2017c-1.24%200-2.25-1.01-2.25-2.25v-3.22l2.03.45c1.32.29%202.4.97%202.46%202.89%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.5%2022H4.08c-1.16%200-2.11-.93-2.11-2.07V5.09c0-2.62%201.95-3.81%204.34-2.64l4.44%202.18c.96.47%201.75%201.72%201.75%202.78zm9.47-6.94v3.78c0%202.16-1%203.16-3.16%203.16H12.5V10.42l.47.1l4.5%201.01l2.03.45c1.32.29%202.4.97%202.46%202.89c.01.06.01.12.01.19M5.5%209h3.47M5.5%2013h3.47%22%2F%3E%3Cpath%20d%3D%22M17.47%2011.53v3.22c0%201.24-1.01%202.25-2.25%202.25s-2.25-1.01-2.25-2.25v-4.23zm4.49%203.34A2.25%202.25%200%200%201%2019.72%2017c-1.24%200-2.25-1.01-2.25-2.25v-3.22l2.03.45c1.32.29%202.4.97%202.46%202.89%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/building3.svg?color=%231a73e8&size=48