Sipnetic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sipnetic 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/347365.svg" alt="Sipnetic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347365.svg" alt="Sipnetic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347365.svg" alt="Sipnetic icon" :width="24" :height="24" />
CSS background
.icon-sipnetic {
background-image: url('https://proicons.com/icon/347365.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><ellipse class="a" cx="24" cy="23.7801" rx="2.9893" ry="2.1352"/><path class="a" d="M29.1468,28.36a10.1509,10.1509,0,0,1-10.4262-.0849c-2.9712-1.9455-3.597-5.2187-1.4737-7.7073s6.3607-3.4483,9.9779-2.26,5.5323,4.1695,4.5094,7.02"/><path class="a" d="M29.1468,28.36l-1.4823-2.7433,4.07-.2892"/><path class="a" d="M9.0535,30.8264a14.9465,14.9465,0,1,1,29.893,0"/><path class="a" d="M10.0074,21.0287a17.0818,17.0818,0,0,1,27.9852,0"/><path class="a" d="M7.53,14.96C17.0555,8.5,30.9445,8.5,40.47,14.96"/><path class="a" d="M7.53,14.96c-2.7,1.6931-4.9069,5.42-.6119,7.2184a2.5957,2.5957,0,0,0,3.0892-1.15"/><path class="a" d="M40.47,14.96c2.7,1.6931,4.9069,5.42.6119,7.2184a2.5956,2.5956,0,0,1-3.0892-1.15"/><path class="a" d="M9.05,30.8328c.1153,4.6379,4.4477,6.9693,14.9624,7.0505s14.876-2.334,14.9313-7.0591"/></svg>
Copied!