buildings2 icon
buildings2 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- buildings2
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More newicons icons from Reicon
Use the buildings2 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-miterlimit="10" stroke-width="1.5"><path d="M6.7 18H4.15C2.72 18 2 17.28 2 15.85V4.15C2 2.72 2.72 2 4.15 2h4.3c1.43 0 2.15.72 2.15 2.15V6"/><path d="M17.37 8.42v11.16c0 1.61-.8 2.42-2.41 2.42H9.12c-1.61 0-2.42-.81-2.42-2.42V8.42C6.7 6.81 7.51 6 9.12 6h5.84c1.61 0 2.41.81 2.41 2.42"/><path d="M13.4 6V4.15c0-1.43.72-2.15 2.15-2.15h4.3C21.28 2 22 2.72 22 4.15v11.7c0 1.43-.72 2.15-2.15 2.15h-2.48M10 11h4m-4 3h4m-2 8v-3"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBuildings2(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" strokeMiterlimit="10" strokeWidth="1.5"><path d="M6.7 18H4.15C2.72 18 2 17.28 2 15.85V4.15C2 2.72 2.72 2 4.15 2h4.3c1.43 0 2.15.72 2.15 2.15V6"/><path d="M17.37 8.42v11.16c0 1.61-.8 2.42-2.41 2.42H9.12c-1.61 0-2.42-.81-2.42-2.42V8.42C6.7 6.81 7.51 6 9.12 6h5.84c1.61 0 2.41.81 2.41 2.42"/><path d="M13.4 6V4.15c0-1.43.72-2.15 2.15-2.15h4.3C21.28 2 22 2.72 22 4.15v11.7c0 1.43-.72 2.15-2.15 2.15h-2.48M10 11h4m-4 3h4m-2 8v-3"/></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-miterlimit="10" stroke-width="1.5"><path d="M6.7 18H4.15C2.72 18 2 17.28 2 15.85V4.15C2 2.72 2.72 2 4.15 2h4.3c1.43 0 2.15.72 2.15 2.15V6"/><path d="M17.37 8.42v11.16c0 1.61-.8 2.42-2.41 2.42H9.12c-1.61 0-2.42-.81-2.42-2.42V8.42C6.7 6.81 7.51 6 9.12 6h5.84c1.61 0 2.41.81 2.41 2.42"/><path d="M13.4 6V4.15c0-1.43.72-2.15 2.15-2.15h4.3C21.28 2 22 2.72 22 4.15v11.7c0 1.43-.72 2.15-2.15 2.15h-2.48M10 11h4m-4 3h4m-2 8v-3"/></g></svg> </template>
CSS
.icon-buildings2 {
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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.7%2018H4.15C2.72%2018%202%2017.28%202%2015.85V4.15C2%202.72%202.72%202%204.15%202h4.3c1.43%200%202.15.72%202.15%202.15V6%22%2F%3E%3Cpath%20d%3D%22M17.37%208.42v11.16c0%201.61-.8%202.42-2.41%202.42H9.12c-1.61%200-2.42-.81-2.42-2.42V8.42C6.7%206.81%207.51%206%209.12%206h5.84c1.61%200%202.41.81%202.41%202.42%22%2F%3E%3Cpath%20d%3D%22M13.4%206V4.15c0-1.43.72-2.15%202.15-2.15h4.3C21.28%202%2022%202.72%2022%204.15v11.7c0%201.43-.72%202.15-2.15%202.15h-2.48M10%2011h4m-4%203h4m-2%208v-3%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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.7%2018H4.15C2.72%2018%202%2017.28%202%2015.85V4.15C2%202.72%202.72%202%204.15%202h4.3c1.43%200%202.15.72%202.15%202.15V6%22%2F%3E%3Cpath%20d%3D%22M17.37%208.42v11.16c0%201.61-.8%202.42-2.41%202.42H9.12c-1.61%200-2.42-.81-2.42-2.42V8.42C6.7%206.81%207.51%206%209.12%206h5.84c1.61%200%202.41.81%202.41%202.42%22%2F%3E%3Cpath%20d%3D%22M13.4%206V4.15c0-1.43.72-2.15%202.15-2.15h4.3C21.28%202%2022%202.72%2022%204.15v11.7c0%201.43-.72%202.15-2.15%202.15h-2.48M10%2011h4m-4%203h4m-2%208v-3%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/buildings2.svg?color=%231a73e8&size=48