Line Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Line 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/343061.svg" alt="Line icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343061.svg" alt="Line icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343061.svg" alt="Line icon" :width="24" :height="24" />
CSS background
.icon-line {
background-image: url('https://proicons.com/icon/343061.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="M43.5,21.33c0-8.67-8.73-15.7-19.5-15.7h0C13.74,5.63,5.23,12,4.55,20.28c0,.35,0,.7,0,1C4.5,29.47,12.18,36.16,22,37c2,.1,1.79.31,1.79,1.62h0c0,1.31-.05,2.83-.05,2.83,0,.92.51,1,1.19,1,1.3,0,6.37-3.19,9.07-5.46a30.93,30.93,0,0,0,7.79-9.21h0a13.13,13.13,0,0,0,1.65-5.32C43.48,22,43.5,21.68,43.5,21.33Z"/><polyline class="cls-1" points="10.5 16.51 10.5 25.09 14.79 25.09"/><line class="cls-1" x1="18.07" y1="25.09" x2="22.36" y2="25.09"/><line class="cls-1" x1="18.07" y1="16.51" x2="22.36" y2="16.51"/><line class="cls-1" x1="20.21" y1="16.51" x2="20.21" y2="25.09"/><line class="cls-1" x1="33.21" y1="25.09" x2="37.5" y2="25.09"/><line class="cls-1" x1="33.21" y1="16.51" x2="37.5" y2="16.51"/><line class="cls-1" x1="33.21" y1="20.8" x2="35.36" y2="20.8"/><line class="cls-1" x1="33.21" y1="16.51" x2="33.21" y2="25.09"/><line class="cls-1" x1="24.55" y1="25.09" x2="24.55" y2="16.51"/><line class="cls-1" x1="31.02" y1="25.09" x2="31.02" y2="16.51"/><line class="cls-1" x1="24.55" y1="16.51" x2="31.02" y2="25.09"/></svg>
Copied!