Blokk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blokk 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/322754.svg" alt="Blokk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322754.svg" alt="Blokk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322754.svg" alt="Blokk icon" :width="24" :height="24" />
CSS background
.icon-blokk {
background-image: url('https://proicons.com/icon/322754.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M29.7696,5.5002l-11.5391-.0002c-1.2123-.0002-2.375.4814-3.2322,1.3388L6.8389,14.9984c-.8573.8571-1.3389,2.0197-1.3388,3.232l-.0002,11.5391c-.0002,1.2123.4814,2.375,1.3388,3.2322l8.1596,8.1594c.8571.8573,2.0197,1.3389,3.232,1.3388l11.5391.0002c1.2123.0001,2.375-.4814,3.2322-1.3388l8.1594-8.1596c.8573-.8571,1.3389-2.0197,1.3388-3.232l.0002-11.5391c.0001-1.2123-.4814-2.375-1.3388-3.2322l-8.1596-8.1594c-.8571-.8573-2.0197-1.3389-3.232-1.3388Z"/></svg>
Copied!