Polarsteps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Polarsteps 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/331474.svg" alt="Polarsteps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331474.svg" alt="Polarsteps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331474.svg" alt="Polarsteps icon" :width="24" :height="24" />
CSS background
.icon-polarsteps {
background-image: url('https://proicons.com/icon/331474.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m22.8,21.2c1-.4,2.1-.3,3,.3.2.1.4.2.6.1l2.4-1c.5-.2.7-.9.3-1.3l-10.3-10.4c-.7-.7-2-.2-2,.8l.2,14.5c0,.6.6,1,1.1.7l2.4-1c.2-.1.3-.3.4-.5.2-.9.9-1.8,1.9-2.2Z"/><path class="c" d="m25.2,26.8c1-.4,1.7-1.3,1.8-2.4,0-.2.2-.4.4-.5l2.4-1c.5-.2,1.1.2,1.1.7l.2,14.5c0,1-1.2,1.6-2,.8l-10.1-10.1c-.4-.4-.3-1.1.3-1.3l2.4-1c.2-.1.4,0,.6.1.8.5,1.9.7,2.9.2Z"/></svg>
Copied!