Stingle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stingle 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/333342.svg" alt="Stingle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333342.svg" alt="Stingle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333342.svg" alt="Stingle icon" :width="24" :height="24" />
CSS background
.icon-stingle {
background-image: url('https://proicons.com/icon/333342.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M21.9487,2.6787s16.4434,4.7189,17.3172,26.01"/><path class="a" d="M43.5551,15.3441s.6864,17.0934-19.2519,24.6124"/><path class="a" d="M37.8372,40.2585S21.6517,45.7978,8.7519,28.8369"/><path class="a" d="M12.941,42.2781S2.5444,28.6927,14.5253,11.0708"/><path class="a" d="M3.1455,19.1707s9.674-14.1091,30.15-8.209"/><path class="a" d="M30.0228,21.2017V16.1942s-.4394-2.2735-5.8651-2.2735-5.8442,2.0879-5.8442,2.0879v4.91L30.11,25.1762v3.86L24.067,35.08,18.3276,29.34V25.8591"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!