Linshare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Linshare 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/328567.svg" alt="Linshare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328567.svg" alt="Linshare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328567.svg" alt="Linshare icon" :width="24" :height="24" />
CSS background
.icon-linshare {
background-image: url('https://proicons.com/icon/328567.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.1582,18.3583c2.362-11.6876,16.0787-8.8254,17.1661-.9741,3.6778.4509,5.1653,2.448,5.8116,5.0389,10.2818,1.09,9.1288,14.9737.6718,15.05H12.52C2.2244,37.2686,1.2178,20.7027,13.1582,18.3583Z"/><path class="a" d="M22.3627,30.0151l-1.5789,1.68a2.4868,2.4868,0,0,1-3.3929-3.6281L19.81,25.48a2.4436,2.4436,0,0,1,3.7289.3695"/><path class="a" d="M21.3885,27.2941a2.3552,2.3552,0,0,0,3.796-.1008l2.3516-2.4523c1.9778-2.6338-1.6654-5.3265-3.4265-3.2921l-1.4445,1.4445"/></svg>
Copied!