Freeblocks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freeblocks 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/326238.svg" alt="Freeblocks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326238.svg" alt="Freeblocks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326238.svg" alt="Freeblocks icon" :width="24" :height="24" />
CSS background
.icon-freeblocks {
background-image: url('https://proicons.com/icon/326238.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="5.5" y="11.6667" width="6.1667" height="6.1667"/><rect class="a" x="5.5" y="5.5" width="6.1667" height="6.1667"/><rect class="a" x="24" y="5.5" width="6.1667" height="6.1667"/><rect class="a" x="30.1667" y="5.5" width="6.1667" height="6.1667"/><rect class="a" x="36.3333" y="5.5" width="6.1667" height="6.1667"/><rect class="a" x="11.6667" y="11.6667" width="6.1667" height="6.1667"/><rect class="a" x="11.6667" y="17.8333" width="6.1667" height="6.1667"/><rect class="a" x="30.1667" y="11.6667" width="6.1667" height="6.1667"/><rect class="a" x="30.1667" y="17.8333" width="6.1667" height="6.1667"/><rect class="a" x="24" y="36.3333" width="6.1667" height="6.1667" transform="translate(66.5 12.3333) rotate(90)"/><rect class="a" x="36.3333" y="36.3333" width="6.1667" height="6.1667" transform="translate(78.8333 0) rotate(90)"/><rect class="a" x="36.3333" y="30.1667" width="6.1667" height="6.1667" transform="translate(72.6667 -6.1667) rotate(90)"/><rect class="a" x="24" y="24" width="6.1667" height="6.1667" transform="translate(54.1667 0) rotate(90)"/><rect class="a" x="17.8333" y="36.3333" width="6.1667" height="6.1667" transform="translate(60.3333 18.5) rotate(90)"/><rect class="a" x="11.6667" y="36.3333" width="6.1667" height="6.1667" transform="translate(54.1667 24.6667) rotate(90)"/><rect class="a" x="5.5" y="36.3333" width="6.1667" height="6.1667" transform="translate(48 30.8333) rotate(90)"/><rect class="a" x="11.6667" y="30.1667" width="6.1667" height="6.1667" transform="translate(48 18.5) rotate(90)"/><rect class="a" x="17.8333" y="11.6667" width="6.1667" height="6.1667"/></svg>
Copied!