Freebloks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freebloks 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/326239.svg" alt="Freebloks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326239.svg" alt="Freebloks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326239.svg" alt="Freebloks icon" :width="24" :height="24" />
CSS background
.icon-freebloks {
background-image: url('https://proicons.com/icon/326239.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="l" d="m17.6553,37.4544l4.3844-.2251.0295-7.9505m5.2472,4.3204l-5.1281.0293"/><path id="d" class="l" d="m26.081,26.6174l.1465-3.5577-8.6415-.1948m4.0847-.0389l.0784-3.7499"/><path id="e" class="l" d="m10.0413,11.9273l-.318,3.621,9.0237.0419m-4.4434.1198l-.3665,4.1478"/><path id="f" class="l" d="m41.239,8.5597l1.261,30.8806-37-.1749,1.2648-30.6651,34.4742-.0405Z"/><path id="g" class="l" d="m30.4691,27.1742l-.0022-5.2848"/><path id="h" class="l" d="m26.241,20.0464v-7.1318m4.9444-.3554l-9.8732-.072"/><path id="i" class="l" d="m34.0989,19.0334l4.6076-.0665m.2035,4.618l-.2605-11.7846"/><path id="j" class="l" d="m30.2848,30.2744l4.6482-.1803-.1017,3.5725,4.4717-.0726.2422,3.8152"/><path id="k" class="l" d="m9.2919,37.5422l.125-4.0698,4.2403-.0175.3059-7.9746"/></svg>
Copied!