building 04 icon
building-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- building-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the building 04 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-linejoin="round" stroke-width="1.5"><path d="M11 2v12c0 3.31-.69 4-4 4H3m2-6h6"/><path stroke-linecap="round" d="M17.5 16h1m-1 3h1M14 5v17H4.279c-1.241 0-1.862 0-2.148-.425c-.286-.426-.075-1.035.347-2.254L7.782 3.98c.331-.957.497-1.436.868-1.709C9.022 2 9.51 2 10.484 2h.643c1.354 0 2.032 0 2.452.44C14 2.878 14 3.585 14 5m0 5l3.79 1.184c2.03.635 3.044.952 3.627 1.745S22 14.785 22 16.91V20c0 .943 0 1.414-.293 1.707S20.943 22 20 22h-6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBuilding04(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M11 2v12c0 3.31-.69 4-4 4H3m2-6h6"/><path strokeLinecap="round" d="M17.5 16h1m-1 3h1M14 5v17H4.279c-1.241 0-1.862 0-2.148-.425c-.286-.426-.075-1.035.347-2.254L7.782 3.98c.331-.957.497-1.436.868-1.709C9.022 2 9.51 2 10.484 2h.643c1.354 0 2.032 0 2.452.44C14 2.878 14 3.585 14 5m0 5l3.79 1.184c2.03.635 3.044.952 3.627 1.745S22 14.785 22 16.91V20c0 .943 0 1.414-.293 1.707S20.943 22 20 22h-6"/></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-linejoin="round" stroke-width="1.5"><path d="M11 2v12c0 3.31-.69 4-4 4H3m2-6h6"/><path stroke-linecap="round" d="M17.5 16h1m-1 3h1M14 5v17H4.279c-1.241 0-1.862 0-2.148-.425c-.286-.426-.075-1.035.347-2.254L7.782 3.98c.331-.957.497-1.436.868-1.709C9.022 2 9.51 2 10.484 2h.643c1.354 0 2.032 0 2.452.44C14 2.878 14 3.585 14 5m0 5l3.79 1.184c2.03.635 3.044.952 3.627 1.745S22 14.785 22 16.91V20c0 .943 0 1.414-.293 1.707S20.943 22 20 22h-6"/></g></svg> </template>
CSS
.icon-building-04 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11%202v12c0%203.31-.69%204-4%204H3m2-6h6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.5%2016h1m-1%203h1M14%205v17H4.279c-1.241%200-1.862%200-2.148-.425c-.286-.426-.075-1.035.347-2.254L7.782%203.98c.331-.957.497-1.436.868-1.709C9.022%202%209.51%202%2010.484%202h.643c1.354%200%202.032%200%202.452.44C14%202.878%2014%203.585%2014%205m0%205l3.79%201.184c2.03.635%203.044.952%203.627%201.745S22%2014.785%2022%2016.91V20c0%20.943%200%201.414-.293%201.707S20.943%2022%2020%2022h-6%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11%202v12c0%203.31-.69%204-4%204H3m2-6h6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.5%2016h1m-1%203h1M14%205v17H4.279c-1.241%200-1.862%200-2.148-.425c-.286-.426-.075-1.035.347-2.254L7.782%203.98c.331-.957.497-1.436.868-1.709C9.022%202%209.51%202%2010.484%202h.643c1.354%200%202.032%200%202.452.44C14%202.878%2014%203.585%2014%205m0%205l3.79%201.184c2.03.635%203.044.952%203.627%201.745S22%2014.785%2022%2016.91V20c0%20.943%200%201.414-.293%201.707S20.943%2022%2020%2022h-6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/building-04.svg?color=%231a73e8&size=48