Weshare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weshare 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/349649.svg" alt="Weshare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349649.svg" alt="Weshare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349649.svg" alt="Weshare icon" :width="24" :height="24" />
CSS background
.icon-weshare {
background-image: url('https://proicons.com/icon/349649.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.9979,2.5A21.5107,21.5107,0,0,0,5.152,34.35L2.5043,45.4872,13.6419,42.84A21.498,21.498,0,1,0,23.9979,2.5Z"/><path class="a" d="M9.522,20.2282l5.4012,13.061A26.3206,26.3206,0,0,1,26.1982,30.65a23.94,23.94,0,0,1,10.938,2.6393V20.2282a12.87,12.87,0,0,0-4.456-1.76l-2.7682-6.97a25.3769,25.3769,0,0,0-11.005,2.1655c-7.8318,3.4513-9.3846,6.5641-9.3846,6.5641Z"/></svg>
Copied!