Mhshare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mhshare 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/329160.svg" alt="Mhshare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329160.svg" alt="Mhshare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329160.svg" alt="Mhshare icon" :width="24" :height="24" />
CSS background
.icon-mhshare {
background-image: url('https://proicons.com/icon/329160.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><path class="b" d="M6.5521,8.4985h34.8959c1.0372-.0023,1.8799.8367,1.8822,1.8739,0,.0028,0,.0055,0,.0083l.0578,2.0464c.1493,5.2835.1493,10.5701,0,15.8536l-.0578,2.0464c-.0296,1.048-.8877,1.8822-1.9361,1.8822H6.5521c-1.0372.0023-1.8799-.8367-1.8822-1.8739,0-.0028,0-.0055,0-.0083l-.0575-2.0294c-.1499-5.2948-.1499-10.5927,0-15.8874l.0575-2.0294c-.0023-1.0372.8367-1.8799,1.8739-1.8822.0028,0,.0055,0,.0083,0Z"/><line class="b" x1="19.7526" y1="14.414" x2="28.247" y2="27.2357"/><line class="b" x1="28.247" y1="14.414" x2="19.7526" y2="27.2357"/><polygon class="b" points="23.9998 32.2693 19.8774 39.5015 28.1221 39.5015 23.9998 32.2693"/></svg>
Copied!