Stepstone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stepstone 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/347890.svg" alt="Stepstone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347890.svg" alt="Stepstone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347890.svg" alt="Stepstone icon" :width="24" :height="24" />
CSS background
.icon-stepstone {
background-image: url('https://proicons.com/icon/347890.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M5.58,34.32a.22.22,0,0,1-.26-.15A9,9,0,0,1,5,31.49C5,28.32,6.83,24.11,9,19.94c3.44-6.7,6.79-13.13,15.59-13.1,6.46.07,9.3,3.79,13,8.7.91,1.24,1.77,2.3,2.55,3.19a.24.24,0,0,1,0,.33A106,106,0,0,1,23.7,28.38,169,169,0,0,1,5.58,34.32Zm10.05,5.31a15.17,15.17,0,0,1-7-1.42.22.22,0,0,1-.1-.31.29.29,0,0,1,.15-.12c4.38-1,12.18-2.86,18-4.58,6.3-1.83,13.32-6.83,16.54-9.29a.21.21,0,0,1,.31,0,.41.41,0,0,1,.05.09,9.87,9.87,0,0,1,.46,3.1C43.91,39,19,39.64,15.63,39.63Z"/></svg>
Copied!