Linebit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Linebit 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/343099.svg" alt="Linebit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343099.svg" alt="Linebit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343099.svg" alt="Linebit icon" :width="24" :height="24" />
CSS background
.icon-linebit {
background-image: url('https://proicons.com/icon/343099.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M42.5,24A18.51,18.51,0,0,1,24,42.53H10.57A5.08,5.08,0,0,1,5.5,37.45V24A18.5,18.5,0,0,1,24,5.47h0A18.51,18.51,0,0,1,42.5,24Z"/><path class="cls-1" d="M24,11.6h0A12.4,12.4,0,0,0,11.6,24h0v5.64a6.76,6.76,0,0,0,6.76,6.76H24A12.4,12.4,0,0,0,36.4,24h0A12.4,12.4,0,0,0,24,11.6ZM31.1,24A7.1,7.1,0,0,1,24,31.1H19.37a2.45,2.45,0,0,1-2.47-2.45V24A7.1,7.1,0,0,1,24,16.9h0A7.1,7.1,0,0,1,31.1,24Z"/></svg>
Copied!