Bluk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bluk 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/322792.svg" alt="Bluk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322792.svg" alt="Bluk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322792.svg" alt="Bluk icon" :width="24" :height="24" />
CSS background
.icon-bluk {
background-image: url('https://proicons.com/icon/322792.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="M8.5,36.5v-9.5l15.5,7,15.5-7v9.5"/><path class="b" d="M8.5,27l15.5-7,15.5,7"/><path class="b" d="M24,22.291l-10.362,4.7093,10.362,4.7093,10.362-4.7093-10.362-4.7093Z"/><path class="b" d="M24,34v9.5"/><path class="b" d="M13.638,27V4.5"/><path class="b" d="M34.362,27V4.5"/><path class="b" d="M18.167,14.011l6.1589,4.2511,7.2968-1.6465,1.3375-6.0971-6.1589-4.2511-7.2968,1.6465-1.3375,6.0971Z"/><path class="b" d="M25.663,12.165l-1.3375,6.0971"/><path class="b" d="M19.504,7.9137l6.1589,4.2511,7.2968-1.6465"/></svg>
Copied!