More Sharing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The More 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/329550.svg" alt="More Sharing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329550.svg" alt="More Sharing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329550.svg" alt="More Sharing icon" :width="24" :height="24" />
CSS background
.icon-more-sharing {
background-image: url('https://proicons.com/icon/329550.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M6.2442,11.876h25.751"/><path class="b" d="M4.4564,32.961h21.621"/><path class="b" d="M2.587,25.933h35.326"/><path class="b" d="M3.1125,18.905h17.048"/><path class="b" d="M13.132,25.933l7.0282-7.0282-7.0282-7.0282"/><path class="b" d="M27.31,16.562l4.6855-4.6855c-1.5618-1.5618-3.1236-3.1236-4.6855-4.6855"/><path class="b" d="M21.392,37.646l4.6855-4.6855-7.0282-7.0282"/><path class="b" d="M33.227,30.618l4.6855-4.6855c-1.5618-1.5618-3.1236-3.1236-4.6855-4.6855"/></svg>
Copied!