Pedometer Step Counter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pedometer Step Counter 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/345659.svg" alt="Pedometer Step Counter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345659.svg" alt="Pedometer Step Counter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345659.svg" alt="Pedometer Step Counter icon" :width="24" :height="24" />
CSS background
.icon-pedometer-step-counter {
background-image: url('https://proicons.com/icon/345659.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M15.5798,38.6261c-3.1735-1.857-5.6441-4.7111-7.027-8.118-3.462-8.5309.6471-18.253,9.178-21.715,3.8708-1.5713,8.1906-1.632,12.104-.17M38.3018,15.6751c.44.7345.8228,1.5017,1.145,2.295,3.4625,8.5307-.6461,18.2531-9.1768,21.7155-.0004.0002-.0008.0003-.0012.0005-2.46.9983-5.1229,1.3946-7.767,1.156M33.7498,24.4751c.015,2.2-.86,3.917-2.503,5.882-.606.725-2.629.692-3.834.21-.684-.274-.916-.929-1.027-2.005-.25-2.414.7-4.257,2.294-5.946M28.6798,22.6161l5.07,1.859c4.125-6.5,8.145-13.9,2.193-18.328-2.19-1.63-5.392.313-6.31,2.973-.7,2.031-.912,2.927-.778,4.685.182,2.383.258,4.543-.175,8.811ZM15.1128,36.1571c.06,2.2.992,3.886,2.702,5.794.63.704,2.65.601,3.84.078.673-.296.882-.959.957-2.038.167-2.421-.846-4.23-2.495-5.864M20.1168,34.1271l-5.004,2.03c-4.345-6.356-8.614-13.613-2.818-18.242,2.134-1.704,5.4.13,6.408,2.756.77,2.006,1.012,2.895.938,4.656-.1,2.387-.102,4.549.476,8.8Z"/></svg>
Copied!