Social Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Social 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/347585.svg" alt="Social icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347585.svg" alt="Social icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347585.svg" alt="Social icon" :width="24" :height="24" />
CSS background
.icon-social {
background-image: url('https://proicons.com/icon/347585.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="M10.2114,37.7886A19.5,19.5,0,0,1,24,4.5"/><path class="a" d="M37.7886,10.2114A19.5,19.5,0,0,1,24,43.5"/><circle class="a" cx="34.8041" cy="8.9797" r="3.1622"/><circle class="a" cx="13.1959" cy="39.0203" r="3.1622"/><path class="a" d="M19.872,20.2987l3.1625,6.3248L33.575,25.57,27.2507,12.9208Z"/><path class="a" d="M19.872,20.2987l-4.2162,2.1081c-1.267.6335-1.16,2.95-.5267,4.2167s2.4224,2.7416,3.6892,2.1081l4.2162-2.1081"/><path class="a" d="M22.1027,27.1622l2.6351,5.27L22.63,33.4865l-2.6351-5.27"/></svg>
Social in other icon packs
Copied!