Share Icon
Free SVG icon from the Mage Icons 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/310313.svg" alt="Share icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310313.svg" alt="Share icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310313.svg" alt="Share icon" :width="24" :height="24" />
CSS background
.icon-share {
background-image: url('https://proicons.com/icon/310313.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21.9599 17.9772C21.9599 19.0381 21.5385 20.0555 20.7884 20.8056C20.0382 21.5558 19.0208 21.9772 17.9599 21.9772C16.8991 21.9772 15.8817 21.5558 15.1315 20.8056C14.3814 20.0555 13.9599 19.0381 13.9599 17.9772C13.9594 17.7425 13.9794 17.5083 14.0199 17.2772L9.11997 15.0572C8.74554 15.5218 8.27187 15.8967 7.73374 16.1546C7.19561 16.4124 6.60662 16.5465 6.00993 16.5472C4.94906 16.5472 3.93164 16.1258 3.1815 15.3756C2.43135 14.6255 2.00993 13.6081 2.00993 12.5472C2.00993 11.4863 2.43135 10.4689 3.1815 9.71877C3.93164 8.96862 4.94906 8.5472 6.00993 8.5472C6.55839 8.54896 7.10068 8.66352 7.603 8.88372C8.10533 9.10391 8.55701 9.42505 8.92997 9.8272L14.0899 7.02721C13.9996 6.70168 13.9559 6.36501 13.9599 6.02721C13.9589 5.09657 14.2824 4.19469 14.8747 3.47689C15.4671 2.75908 16.2911 2.27029 17.2051 2.09465C18.119 1.91902 19.0655 2.06755 19.8817 2.51467C20.6979 2.96178 21.3327 3.67951 21.6767 4.54424C22.0207 5.40896 22.0524 6.36656 21.7663 7.25215C21.4803 8.13775 20.8944 8.8959 20.1096 9.39604C19.3248 9.89619 18.3901 10.107 17.4666 9.99224C16.5431 9.87746 15.6885 9.44424 15.05 8.7672L9.88993 11.5772C9.98049 11.9027 10.0243 12.2394 10.0199 12.5772C10.0205 12.8118 10.0004 13.0461 9.95994 13.2772L14.86 15.4972C15.3782 14.8459 16.0866 14.3725 16.8866 14.1429C17.6866 13.9133 18.5383 13.9389 19.323 14.2163C20.1077 14.4936 20.7864 15.0089 21.2644 15.6902C21.7425 16.3715 21.9961 17.1849 21.99 18.0172L21.9599 17.9772Z" fill="black"/> </svg>
Share in other icon packs
Copied!