Blu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blu 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/337321.svg" alt="Blu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337321.svg" alt="Blu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337321.svg" alt="Blu icon" :width="24" :height="24" />
CSS background
.icon-blu {
background-image: url('https://proicons.com/icon/337321.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M28.4591,19.7117v5.8087c0,1.9443,1.5762,3.5204,3.5204,3.5204h0c1.9443,0,3.5204-1.5762,3.5204-3.5204v-5.8087"/><line class="c" x1="35.5" y1="25.5204" x2="35.5" y2="29.0409"/><path class="c" d="M23.4382,14.9591v12.3215c0,.9721.7881,1.7602,1.7602,1.7602h.5281"/><path class="c" d="M12.5,23.2322c0-1.9443,1.5762-3.5204,3.5204-3.5204h0c1.9443,0,3.5204,1.5762,3.5204,3.5204v2.2883c0,1.9443-1.5762,3.5204-3.5204,3.5204h0c-1.9443,0-3.5204-1.5762-3.5204-3.5204"/><line class="c" x1="12.5" y1="29.0409" x2="12.5" y2="14.9591"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!