Share Icon
Free SVG icon from the IcoFont 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/306472.svg" alt="Share icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306472.svg" alt="Share icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306472.svg" alt="Share icon" :width="24" :height="24" />
CSS background
.icon-share {
background-image: url('https://proicons.com/icon/306472.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="M752 599c-58 0-110 29-140 74L398 554c12-23 19-50 19-78s-7-54-19-77l163-71c31 44 82 73 139 73 94 0 170-76 170-169S794 62 700 62s-169 76-169 170c0 19 3 37 9 55l-169 73c-31-33-75-54-123-54-94 0-170 76-170 170 0 93 76 169 170 169 48 0 91-20 122-53l221 123c-5 16-8 34-8 53 0 94 76 169 169 169s169-76 169-169-75-169-169-169z"/></svg>
Share in other icon packs
Copied!