buildings2 icon
buildings2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- buildings2-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor"><path d="M10.6 4.15c0 .19-.16.35-.35.35H9.12C6.96 4.5 5.2 6.26 5.2 8.42v9.23c0 .19-.16.35-.35.35h-.7C2.96 18 2 17.04 2 15.85V4.15C2 2.96 2.96 2 4.15 2h4.3c1.19 0 2.15.96 2.15 2.15m11.4 0v11.7c0 1.19-.96 2.15-2.15 2.15h-.63c-.19 0-.35-.16-.35-.35V8.42c0-2.16-1.76-3.92-3.92-3.92h-1.2c-.19 0-.35-.16-.35-.35c0-1.19.96-2.15 2.15-2.15h4.3C21.04 2 22 2.96 22 4.15"/><path d="M14.95 6H9.12C7.78 6 6.7 7.08 6.7 8.42v11.16C6.7 20.92 7.78 22 9.12 22h1.63c.28 0 .5-.22.5-.5V19c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0 .28.22.5.5.5h1.71c1.33 0 2.41-1.08 2.41-2.41V8.42c0-1.34-1.08-2.42-2.42-2.42M14 14.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m0-3h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBuildings2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.6 4.15c0 .19-.16.35-.35.35H9.12C6.96 4.5 5.2 6.26 5.2 8.42v9.23c0 .19-.16.35-.35.35h-.7C2.96 18 2 17.04 2 15.85V4.15C2 2.96 2.96 2 4.15 2h4.3c1.19 0 2.15.96 2.15 2.15m11.4 0v11.7c0 1.19-.96 2.15-2.15 2.15h-.63c-.19 0-.35-.16-.35-.35V8.42c0-2.16-1.76-3.92-3.92-3.92h-1.2c-.19 0-.35-.16-.35-.35c0-1.19.96-2.15 2.15-2.15h4.3C21.04 2 22 2.96 22 4.15"/><path d="M14.95 6H9.12C7.78 6 6.7 7.08 6.7 8.42v11.16C6.7 20.92 7.78 22 9.12 22h1.63c.28 0 .5-.22.5-.5V19c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0 .28.22.5.5.5h1.71c1.33 0 2.41-1.08 2.41-2.41V8.42c0-1.34-1.08-2.42-2.42-2.42M14 14.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m0-3h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.6 4.15c0 .19-.16.35-.35.35H9.12C6.96 4.5 5.2 6.26 5.2 8.42v9.23c0 .19-.16.35-.35.35h-.7C2.96 18 2 17.04 2 15.85V4.15C2 2.96 2.96 2 4.15 2h4.3c1.19 0 2.15.96 2.15 2.15m11.4 0v11.7c0 1.19-.96 2.15-2.15 2.15h-.63c-.19 0-.35-.16-.35-.35V8.42c0-2.16-1.76-3.92-3.92-3.92h-1.2c-.19 0-.35-.16-.35-.35c0-1.19.96-2.15 2.15-2.15h4.3C21.04 2 22 2.96 22 4.15"/><path d="M14.95 6H9.12C7.78 6 6.7 7.08 6.7 8.42v11.16C6.7 20.92 7.78 22 9.12 22h1.63c.28 0 .5-.22.5-.5V19c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0 .28.22.5.5.5h1.71c1.33 0 2.41-1.08 2.41-2.41V8.42c0-1.34-1.08-2.42-2.42-2.42M14 14.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m0-3h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg> </template>
CSS
.icon-buildings2-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M10.6%204.15c0%20.19-.16.35-.35.35H9.12C6.96%204.5%205.2%206.26%205.2%208.42v9.23c0%20.19-.16.35-.35.35h-.7C2.96%2018%202%2017.04%202%2015.85V4.15C2%202.96%202.96%202%204.15%202h4.3c1.19%200%202.15.96%202.15%202.15m11.4%200v11.7c0%201.19-.96%202.15-2.15%202.15h-.63c-.19%200-.35-.16-.35-.35V8.42c0-2.16-1.76-3.92-3.92-3.92h-1.2c-.19%200-.35-.16-.35-.35c0-1.19.96-2.15%202.15-2.15h4.3C21.04%202%2022%202.96%2022%204.15%22%2F%3E%3Cpath%20d%3D%22M14.95%206H9.12C7.78%206%206.7%207.08%206.7%208.42v11.16C6.7%2020.92%207.78%2022%209.12%2022h1.63c.28%200%20.5-.22.5-.5V19c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0%20.28.22.5.5.5h1.71c1.33%200%202.41-1.08%202.41-2.41V8.42c0-1.34-1.08-2.42-2.42-2.42M14%2014.75h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75m0-3h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75%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%22currentColor%22%3E%3Cpath%20d%3D%22M10.6%204.15c0%20.19-.16.35-.35.35H9.12C6.96%204.5%205.2%206.26%205.2%208.42v9.23c0%20.19-.16.35-.35.35h-.7C2.96%2018%202%2017.04%202%2015.85V4.15C2%202.96%202.96%202%204.15%202h4.3c1.19%200%202.15.96%202.15%202.15m11.4%200v11.7c0%201.19-.96%202.15-2.15%202.15h-.63c-.19%200-.35-.16-.35-.35V8.42c0-2.16-1.76-3.92-3.92-3.92h-1.2c-.19%200-.35-.16-.35-.35c0-1.19.96-2.15%202.15-2.15h4.3C21.04%202%2022%202.96%2022%204.15%22%2F%3E%3Cpath%20d%3D%22M14.95%206H9.12C7.78%206%206.7%207.08%206.7%208.42v11.16C6.7%2020.92%207.78%2022%209.12%2022h1.63c.28%200%20.5-.22.5-.5V19c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0%20.28.22.5.5.5h1.71c1.33%200%202.41-1.08%202.41-2.41V8.42c0-1.34-1.08-2.42-2.42-2.42M14%2014.75h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75m0-3h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75%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-filled.svg?color=%231a73e8&size=48