Share Boxed Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Share Boxed 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/306471.svg" alt="Share Boxed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306471.svg" alt="Share Boxed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306471.svg" alt="Share Boxed icon" :width="24" :height="24" />
CSS background
.icon-share-boxed {
background-image: url('https://proicons.com/icon/306471.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="M865 62H135c-40 0-72 33-72 73v730c0 40 32 73 72 73h730c40 0 73-33 73-73V135c0-40-33-73-73-73zM669 793c-63 0-114-51-114-113 0-13 3-25 6-36l-148-82c-21 22-49 35-82 35-62 0-113-51-113-113 0-63 51-114 113-114 33 0 62 14 83 36l113-49c-4-11-6-24-6-37 0-62 51-113 113-113 63 0 114 51 114 113 0 63-51 114-114 114-38 0-72-19-93-49l-109 47c8 16 13 34 13 52 0 19-5 37-14 53l144 79c21-30 55-50 94-50 63 0 113 51 113 114 0 62-50 113-113 113z"/></svg>
Copied!