Line Pop 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Line Pop 2 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/343074.svg" alt="Line Pop 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343074.svg" alt="Line Pop 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343074.svg" alt="Line Pop 2 icon" :width="24" :height="24" />
CSS background
.icon-line-pop-2 {
background-image: url('https://proicons.com/icon/343074.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="M34.85,34.858c.0005-1.4652,1.1887-2.6526,2.6539-2.6521.1753,0,.3502.0175.5221.0521,1.111.214,1.999,1.175,2.11,2.302.082.837-.184,1.664-.762,2.172-1.072.94-4.524,3.476-4.524,3.476h5.3M44.5,36.208c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7M30.947,38.622l-17.744-.05L3.5,21.656,13.297,4.792l19.5.054,9.703,16.917-4.344,7.477M21.942,26.68s.92-1.042,1.057-1.227c.139.185,1.058,1.227,1.058,1.227M22.999,23.995l-1.374-1.664M24.377,22.327l-1.378,1.668v1.458M26.099,25.505c0,1.959-1.3879,3.547-3.1,3.547-1.7117-.0006-3.099-1.5885-3.099-3.547s1.3879-3.547,3.1-3.547h0c1.7117.0006,3.099,1.5885,3.099,3.547M25.619,20.73c.0011.4584-.3696.8309-.828.832-.001,0-.002,0-.003,0-.4584.0011-.8309-.3696-.832-.828,0-.0013,0-.0027,0-.004-.0011-.4584.3696-.8309.828-.832.0013,0,.0027,0,.004,0,.4584-.0011.8309.3696.832.828,0,.0013,0,.0027,0,.004M22.043,20.73c.0011.4584-.3696.8309-.828.832-.0013,0-.0027,0-.004,0-.4584.0011-.8309-.3696-.832-.828,0-.0013,0-.0027,0-.004-.0011-.4584.3696-.8309.828-.832.0013,0,.0027,0,.004,0,.4584-.0011.8309.3696.832.828,0,.0013,0,.0027,0,.004M15.211,12.792c-.029-.042-.08.004-.374-.557-.359-.684.118-1.5.775-1.823.657-.323,1.48-.03,1.838.653.0333.064.062.13.086.198l-2.325,1.529ZM30.788,12.792c.029-.043.08.003.374-.558.359-.684-.118-1.5-.775-1.823s-1.48-.03-1.838.653c-.0333.064-.062.13-.086.198l2.325,1.53ZM32.687,31.148c.1347-.115.2671-.2326.397-.353M33.084,30.795c2.32-2.153,3.743-5.049,3.743-8.234-.002-3.313-1.572-6.479-4.341-8.752.072-.1107.1387-.2247.2-.342.896-1.786.292-3.917-1.35-4.76-1.642-.842-3.698-.078-4.593,1.707-.0832.1665-.1547.3386-.214.515-1.1578-.2663-2.342-.4011-3.53-.402-1.1872.0058-2.37.1453-3.526.416-.0593-.1816-.1314-.3587-.216-.53-.635-1.265-1.89-2.066-3.212-2.049h0c-.4806.0054-.9534.1225-1.381.342-1.643.843-2.248,2.975-1.352,4.761.064.1267.1347.249.212.367-2.766,2.265-4.34,5.421-4.351,8.727,0,6.647,6.19,12.034,13.827,12.034,3.772,0,7.192-1.315,9.687-3.447"/></svg>
Copied!