3steps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 3steps 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/335776.svg" alt="3steps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335776.svg" alt="3steps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335776.svg" alt="3steps icon" :width="24" :height="24" />
CSS background
.icon-3steps {
background-image: url('https://proicons.com/icon/335776.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.575,29.1445c-1.032-2.122-3.05-3.791-5.598-4.334M5.5,34.7145c1.936,2.349,3.721,3.503,9.16,4.663l1.164.248c3.25.692,6.459-.638,8.192-3.106M28.056,15.0905c.456,1.2679.5495,2.6379.27,3.956-.868,4.074-5.073,6.662-9.346,5.752M10.706,10.2575c2.725-1.355,5.213-1.6,10.263-.523l1.165.249c.815.173,1.487.46,2.14.795M13.151,23.5685l5.827,1.242M32.805,6.9605l-.327,5.711-5.708-.328M32.345,14.9715l-.196,3.41M38.184,12.9995l-3.437-.197M25.39,32.1335l1.442.148-.85,6.907c-.124,1.005.127,1.6.967,1.686l1.385.142c1.738.18,3.835-.69,4.08-2.883.157-1.415-.315-2.839-2.584-3.66,1.63-.382,2.425-1.167,3.157-1.961M29.612,27.5005l-.09,1.328,6.65.372M29.967,23.2825l1.031-.026c.314-.008.568.437.568.751v.755l3.55.123M36.008,33.3515l.17,5.037c.052,1.514,1.104,2.534,2.6,2.413,1.497-.12,2.657-1.125,2.673-2.376l.061-4.984"/><path class="b" d="M41.447,38.7075c.02.852-.166,1.923,1.053,1.758"/></svg>
Copied!