Shareit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shareit 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/347205.svg" alt="Shareit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347205.svg" alt="Shareit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347205.svg" alt="Shareit icon" :width="24" :height="24" />
CSS background
.icon-shareit {
background-image: url('https://proicons.com/icon/347205.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><g><circle class="b" cx="24" cy="9.3209" r="6.8209"/><path class="b" d="m30.6228,7.6891c7.142,0,16.1867,8.8628,12.8423,21.7053-3.1259-13.5912-9.7032-15.7302-13.7646-16.3283"/></g><g><circle class="b" cx="10.3747" cy="32.9208" r="6.8209"/><path class="b" d="m5.6501,28.0012c-3.571-6.1852-.418-18.4496,12.376-21.9745-10.2073,9.5027-8.771,16.2683-7.2583,20.0847"/></g><g><circle class="b" cx="37.6253" cy="32.9208" r="6.8209"/><path class="b" d="m35.7271,39.4723c-3.571,6.1852-15.7687,9.5868-25.2183.2692,13.3332,4.0885,18.4742-.5382,21.0229-3.7564"/></g></svg>
Copied!