Share Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Share Alt 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/306470.svg" alt="Share Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306470.svg" alt="Share Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306470.svg" alt="Share Alt icon" :width="24" :height="24" />
CSS background
.icon-share-alt {
background-image: url('https://proicons.com/icon/306470.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M256 643c-3 20-4 40-5 60-1 5 1 6 3 2 8-14 15-28 23-40 33-49 82-78 136-97 59-22 121-30 183-33 24-1 47-1 71 0 5 0 9 4 9 8v129c0 5 3 6 6 3 84-83 167-165 249-246 4-3 4-9 0-12L681 166c-4-3-6-2-6 3v127c0 5-4 9-9 9-45 1-89 7-132 19-84 24-155 66-208 137-40 54-61 116-70 182zm620 83v37c0 5-4 9-9 9H135c-5 0-9-4-9-9V286c0-5 4-9 9-9h233c6 0 13 0 17-3 28-18 55-36 82-54 4-3 4-5-1-5H71c-5 0-8 4-8 8v604c0 5 3 9 8 9h858c5 0 9-4 9-9V579c0-5-3-6-7-3-17 17-33 33-48 49-4 5-7 13-7 19-1 27 0 55 0 82z"/></svg>
Copied!