Share 2 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Share 2 Svg 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/308799.svg" alt="Share 2 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308799.svg" alt="Share 2 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308799.svg" alt="Share 2 Svg icon" :width="24" :height="24" />
CSS background
.icon-share-2---svg {
background-image: url('https://proicons.com/icon/308799.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 fill-rule="evenodd" clip-rule="evenodd" d="M11 13.9999C11 14.5522 11.4477 14.9999 12 14.9999C12.5523 14.9999 13 14.5522 13 13.9999L13 5.99994L15 5.99994C15.4045 5.99994 15.7691 5.7563 15.9239 5.38262C16.0787 5.00895 15.9931 4.57883 15.7071 4.29283L12.7071 1.29283C12.3166 0.902308 11.6834 0.902307 11.2929 1.29283L8.29289 4.29283C8.0069 4.57883 7.92134 5.00895 8.07612 5.38262C8.2309 5.75629 8.59554 5.99994 9 5.99994L11 5.99994L11 13.9999ZM4 7.99994C3.44772 7.99994 3 8.44766 3 8.99994V17.9999C3 19.6568 4.34315 20.9999 6 20.9999H18C19.6569 20.9999 21 19.6568 21 17.9999V8.99994C21 8.44766 20.5523 7.99994 20 7.99994H18C17.4477 7.99994 17 8.44766 17 8.99994C17 9.55223 17.4477 9.99994 18 9.99994H19V17.9999C19 18.5522 18.5523 18.9999 18 18.9999H6C5.44772 18.9999 5 18.5522 5 17.9999V9.99994H6C6.55228 9.99994 7 9.55223 7 8.99994C7 8.44766 6.55228 7.99994 6 7.99994H4Z" fill="#292929"/> </svg>
Copied!