Share Via Http Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Share Via Http 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/347203.svg" alt="Share Via Http icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347203.svg" alt="Share Via Http icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347203.svg" alt="Share Via Http icon" :width="24" :height="24" />
CSS background
.icon-share-via-http {
background-image: url('https://proicons.com/icon/347203.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37.3437,16.8094a6.13,6.13,0,0,0-2.35.4688A10.7448,10.7448,0,0,0,14.72,14.1321a7.7056,7.7056,0,1,0-2.5113,14.99H37.3437a6.1562,6.1562,0,1,0,0-12.3123Z"/><circle class="a" cx="14" cy="22.9565" r="3.9252"/><circle class="a" cx="34" cy="22.9565" r="3.9252"/><circle class="a" cx="24" cy="35.9565" r="3.9252"/><line class="a" x1="31.6083" y1="26.0656" x2="26.3918" y2="32.8471"/><line class="a" x1="16.3917" y1="26.0656" x2="21.6083" y2="32.8473"/></svg>
Copied!