Share Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Share Pro 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/347201.svg" alt="Share Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347201.svg" alt="Share Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347201.svg" alt="Share Pro icon" :width="24" :height="24" />
CSS background
.icon-share-pro {
background-image: url('https://proicons.com/icon/347201.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M2.8008,27.584l15.012.0003c1.2767,2.2117,3.6338,3.577,6.1875,3.584,2.5537-.007,4.9108-1.3723,6.1875-3.584h7.6328c-1.6292,6.3069-7.3064,10.722-13.82,10.748-6.5139-.026-12.191-4.4411-13.82-10.748"/><path class="b" d="M45.199,20.416l-14.996-.0003c-1.2795-2.2165-3.6438-3.5826-6.2031-3.584-2.5537.007-4.9108,1.3723-6.1875,3.584h-7.6328c1.6292-6.3069,7.3064-10.722,13.82-10.748,6.5139.026,12.191,4.4411,13.82,10.748"/></svg>
Copied!