Sigmalink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sigmalink 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/347295.svg" alt="Sigmalink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347295.svg" alt="Sigmalink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347295.svg" alt="Sigmalink icon" :width="24" :height="24" />
CSS background
.icon-sigmalink {
background-image: url('https://proicons.com/icon/347295.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="M17.85,26.15c.29-2.27,2.37-10.71,13.79-10.71,7.84,0,9.84,1.88,9.84,1.88l-3.86-4.14a40,40,0,0,0-9.84-1.11C21.9,12.07,10,12.7,10,15.93S17.85,26.15,17.85,26.15Z"/><path class="a" d="M36,21.34c-.32,2.27-2.59,10.71-15.12,10.71A64.81,64.81,0,0,1,4.5,29.76l4.23,4.15a58.82,58.82,0,0,0,16.33,2c9.76,0,18.44-2.6,18.44-5.83S36,21.34,36,21.34Z"/></svg>
Copied!