Emoji Building Construction Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Building Construction icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/325152.svg" alt="Emoji Building Construction icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325152.svg" alt="Emoji Building Construction icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325152.svg" alt="Emoji Building Construction icon" :width="24" :height="24" />
CSS background
.icon-emoji-building-construction {
background-image: url('https://proicons.com/icon/325152.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="m" d="m41.3316,16.0795l-35.8316.9089v-5.4534l35.8316.9089v3.6356"/><path id="d" class="m" d="m17.9632,41.9184h-7.7895l1.5579-35.8367h4.6737l1.5579,35.8367"/><path id="e" class="m" d="m41.3316,16.0795l-35.8316.9089v-5.4534l35.8316.9089v3.6356"/><path id="f" class="m" d="m10.9526,34.9068h6.2316"/><path id="g" class="m" d="m10.9526,27.8953h6.2316"/><path id="h" class="m" d="m11.3421,22.4419h5.4526"/><path id="i" class="m" d="m22.6368,16.2094v-3.8953"/><path id="j" class="m" d="m28.8684,16.2094v-3.8953"/><path id="k" class="m" d="m35.1,24.7791v-12.465"/><path id="l" class="m" d="m27.7,24.7791h14.8v3.1162h-14.8v-3.1162"/></svg>
Copied!