Lego Builder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lego Builder 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/342814.svg" alt="Lego Builder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342814.svg" alt="Lego Builder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342814.svg" alt="Lego Builder icon" :width="24" :height="24" />
CSS background
.icon-lego-builder {
background-image: url('https://proicons.com/icon/342814.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>.c,.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{stroke-width:1px;}</style></defs><path class="c" d="m35.7106,32.7442v-1.6393c0-.2113-.1713-.3826-.3826-.3826h-4.7671c-.2113,0-.3826.1713-.3826.3826v1.6393"/><polygon class="c" points="28.4722 32.7442 19.5278 32.7442 10.5834 32.7442 10.5834 43.5 19.5278 43.5 28.4722 43.5 37.4166 43.5 37.4166 32.7442 28.4722 32.7442"/><path class="c" d="m17.8218,21.9884v-1.6393c0-.2113-.1713-.3826-.3826-.3826h-4.7671c-.2113,0-.3826.1713-.3826.3826v1.6393"/><polygon class="c" points="19.5278 21.9884 10.5834 21.9884 10.5834 32.7442 19.5278 32.7442 28.4722 32.7442 28.4722 21.9884 19.5278 21.9884"/><path class="c" d="m26.7662,21.9884v-1.6393c0-.2113-.1713-.3826-.3826-.3826h-4.7671c-.2113,0-.3826.1713-.3826.3826v1.6393"/><rect class="d" x="10.872" y="7.8131" width="10.7558" height="8.9444" transform="translate(1.9888 26.8321) rotate(-82.6584)"/><path class="c" d="m19.6512,7.1848l.2109-1.637c.0272-.211-.1218-.4041-.3329-.4313l-4.7602-.6133c-.211-.0272-.4041.1218-.4313.3329l-.2109,1.637"/></svg>
Copied!