Emoji Construction Sign Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Construction Sign 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/339775.svg" alt="Emoji Construction Sign icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339775.svg" alt="Emoji Construction Sign icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339775.svg" alt="Emoji Construction Sign icon" :width="24" :height="24" />
CSS background
.icon-emoji-construction-sign {
background-image: url('https://proicons.com/icon/339775.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>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="o" d="m8.6592,28.4308v-4.1865"/><path id="d" class="o" d="m11.416,33.8254v4.2926c0,.4434-.3593.8026-.8027.8026h-1.1529c-.4432,0-.8027-.3595-.8027-.8026v-4.0038"/><path id="e" class="o" d="m11.416,24.243v4.1865"/><path id="f" class="o" d="m8.6592,18.8813v-3.8956m2.7575,0v3.833"/><path id="g" class="o" d="m36.5971,28.8067v-4.5643"/><path id="h" class="o" d="m39.354,34.1156v4.0038c0,.4434-.3593.8026-.8027.8026h-1.1529c-.4432,0-.8027-.3595-.8027-.8026v-4.0038"/><path id="i" class="o" d="m39.354,24.243v3.9365"/><path id="j" class="o" d="m36.5971,18.7428v-3.8851m2.7575,0v3.8224"/><path id="k" class="o" d="m5.5,18.9407h37v5.0201H5.5v-5.0201"/><path id="l" class="o" d="m5.5,28.8067h37v5.0201H5.5v-5.0201"/><path id="m" class="o" d="m7.0077,12.1083c-.0003,1.6733,1.3559,3.03,3.0293,3.0303s3.0302-1.3558,3.0305-3.0291v-.0012c.0003-1.6733-1.3559-3.03-3.0293-3.0303-1.6734-.0003-3.0302,1.3558-3.0305,3.0291v.0012"/><path id="n" class="o" d="m34.9457,12.1083c0,1.6733,1.3565,3.0297,3.0299,3.0297s3.0299-1.3564,3.0299-3.0297-1.3565-3.0297-3.0299-3.0297c-1.6734,0-3.0299,1.3564-3.0299,3.0297h0"/></svg>
Copied!