Simple Sharing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simple Sharing icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332764.svg" alt="Simple Sharing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332764.svg" alt="Simple Sharing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332764.svg" alt="Simple Sharing icon" :width="24" :height="24" />
CSS background
.icon-simple-sharing {
background-image: url('https://proicons.com/icon/332764.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37.4378,23.281a11.3385,11.3385,0,0,0-22.6651,0,6.2056,6.2056,0,0,0,.15,12.41H37.2876a6.2056,6.2056,0,0,0,.15-12.41Z"/><polyline class="a" points="22.754 32.98 26.971 28.763 22.754 24.546"/><circle class="a" cx="12.0991" cy="28.7629" r="1.0072"/><circle class="a" cx="5.5072" cy="28.7629" r="1.0072"/><circle class="a" cx="17.9303" cy="28.7629" r="1.0072"/></svg>
Copied!