Share Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/347197.svg" alt="Share icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347197.svg" alt="Share icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347197.svg" alt="Share icon" :width="24" :height="24" />
CSS background
.icon-share {
background-image: url('https://proicons.com/icon/347197.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="m30,15l-12.1,6.07m0,5.86l12.18,6.11m12.42,2.89c0,3.6175-2.9325,6.55-6.55,6.55s-6.55-2.9325-6.55-6.55,2.9325-6.55,6.55-6.55,6.55,2.9325,6.55,6.55Zm-.1-23.86c0,3.6175-2.9325,6.55-6.55,6.55s-6.55-2.9325-6.55-6.55,2.9325-6.55,6.55-6.55c3.6175,0,6.55,2.9325,6.55,6.55Zm-23.8,11.93c0,3.6175-2.9325,6.55-6.55,6.55s-6.55-2.9325-6.55-6.55c0-3.6175,2.9325-6.55,6.55-6.55s6.55,2.9325,6.55,6.55Z"/></svg>
Share in other icon packs
Copied!