Bluelink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bluelink 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/337337.svg" alt="Bluelink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337337.svg" alt="Bluelink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337337.svg" alt="Bluelink icon" :width="24" :height="24" />
CSS background
.icon-bluelink {
background-image: url('https://proicons.com/icon/337337.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M16.0257,29.5616c3.3558,0,6.0762,2.7204,6.0762,6.0762s-2.7204,6.0762-6.0762,6.0762H6v-24.3046h10.0257c3.3558,0,6.0762,2.7204,6.0762,6.0762s-2.7204,6.0762-6.0762,6.0762h0Z"/><line class="b" x1="16.0257" y1="29.5616" x2="6" y2="29.5616"/><path class="b" d="M27.5261,20.76c.9548.9548,2.2739,1.5454,3.731,1.5454,2.9141,0,5.2764-2.3623,5.2764-5.2764s-2.3623-5.2764-5.2764-5.2764"/><path class="b" d="M31.257,27.772c5.9332,0,10.743-4.8098,10.743-10.743s-4.8098-10.743-10.743-10.743c-2.8199,0-5.386,1.0865-7.3026,2.8636"/></svg>
Copied!