So Net Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The So Net 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/333019.svg" alt="So Net icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333019.svg" alt="So Net icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333019.svg" alt="So Net icon" :width="24" :height="24" />
CSS background
.icon-so-net {
background-image: url('https://proicons.com/icon/333019.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="f" cx="32.9038" cy="27.0329" r="5.5"/><path class="f" d="M31.0348,32.2059c1.1572,3.9741-1.4466,9.1042-4.8614,11.2941l-16.5771-6.2217c4.6179-2.9261,7.9904-11.0921,4.2256-15.4091l-1.2496-1.433c-3.9097-4.4834-.0086-13.2061,4.0561-15.9361l15.4931,9.5517c-3.1481,2.14-6.1696,8.3286-4.6777,12.6041"/><path class="f" d="M31.0348,32.2059c.2853,2.5879-1.0675,3.2839-1.4102,3.4758-1.2351.6918-2.1477-.2738-3.1041-2.5214-.6885-1.6178-1.5549-5.4297-1.1154-6.7666.2045-.6221,1.6844.6976,2.04,1.3135"/></svg>
Copied!