We Share Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The We Share icon is commonly used in social sharing buttons, export menus and collaboration tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/349590.svg" alt="We Share icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349590.svg" alt="We Share icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349590.svg" alt="We Share icon" :width="24" :height="24" />
CSS background
.icon-we-share {
background-image: url('https://proicons.com/icon/349590.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="b" points="25.9155 14.7342 23.5241 24.2996 21.1328 14.7342 18.7414 24.2996 16.3501 14.7342"/><path class="b" d="M31.3364,23.0928c-.4119.7209-1.1881,1.2068-2.0778,1.2068h0c-1.3207,0-2.3914-1.0706-2.3914-2.3914v-1.5544c0-1.3207,1.0706-2.3914,2.3914-2.3914h0c1.3207,0,2.3914,1.0706,2.3914,2.3914v.7772s-4.7827,0-4.7827,0"/><line class="b" x1="15.9869" y1="23.7004" x2="15.9869" y2="33.2658"/><path class="b" d="M15.9869,29.3201c0-1.3207,1.0706-2.3914,2.3914-2.3914h0c1.3207,0,2.3914,1.0706,2.3914,2.3914v3.9457"/><path class="b" d="M30.0242,29.3201c0-1.3207,1.0706-2.3914,2.3914-2.3914h0"/><line class="b" x1="30.0242" y1="26.9287" x2="30.0242" y2="33.2658"/><path class="b" d="M9.6506,32.7312c.4366.3666.9081.5347,1.9667.5347h.5365c.8731,0,1.5809-.7093,1.5809-1.5843h0c0-.875-.7078-1.5843-1.5809-1.5843h-1.073c-.8731,0-1.5809-.7093-1.5809-1.5843h0c0-.875.7078-1.5843,1.5809-1.5843h.5365c1.0587,0,1.5301.168,1.9667.5347"/><path class="b" d="M38.1865,32.0591c-.4119.7209-1.1881,1.2068-2.0778,1.2068h0c-1.3207,0-2.3914-1.0706-2.3914-2.3914v-1.5544c0-1.3207,1.0706-2.3914,2.3914-2.3914h0c1.3207,0,2.3914,1.0706,2.3914,2.3914v.7772s-4.7827,0-4.7827,0"/><path class="b" d="M27.6664,30.8745c0,1.3207-1.0706,2.3914-2.3914,2.3914h0c-1.3207,0-2.3914-1.0706-2.3914-2.3914v-1.5544c0-1.3207,1.0706-2.3914,2.3914-2.3914h0c1.3207,0,2.3914,1.0706,2.3914,2.3914"/><line class="b" x1="27.6664" y1="33.2658" x2="27.6664" y2="26.9287"/></svg>
Copied!