Linebitlight Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Linebitlight 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/343100.svg" alt="Linebitlight icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343100.svg" alt="Linebitlight icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343100.svg" alt="Linebitlight icon" :width="24" :height="24" />
CSS background
.icon-linebitlight {
background-image: url('https://proicons.com/icon/343100.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="M5.48,39.46a3,3,0,0,1,3-3H24a12.39,12.39,0,0,0,0-24.78h0A12.39,12.39,0,0,0,11.61,24v3a3,3,0,0,1-6.08,0V24A18.48,18.48,0,0,1,24,5.49h0A18.48,18.48,0,0,1,42.48,24v0h0A18.48,18.48,0,0,1,24,42.51H8.53a3,3,0,0,1-3-3ZM16.9,28.62V24A7.1,7.1,0,0,1,24,16.9h0A7.1,7.1,0,0,1,31.1,24h0A7.1,7.1,0,0,1,24,31.1H19.38a2.48,2.48,0,0,1-2.48-2.46Z"/></svg>
Copied!