Jump Rope Training Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jump Rope Training Pro 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/342310.svg" alt="Jump Rope Training Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342310.svg" alt="Jump Rope Training Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342310.svg" alt="Jump Rope Training Pro icon" :width="24" :height="24" />
CSS background
.icon-jump-rope-training-pro {
background-image: url('https://proicons.com/icon/342310.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="9.9019" y1="18.5981" x2="9.9019" y2="32.6962"/><line class="a" x1="38.0981" y1="18.5981" x2="38.0981" y2="32.6962"/><circle class="a" cx="24" cy="18.5981" r="14.0981"/><circle class="a" cx="24" cy="18.5981" r="9.0779"/><circle class="a" cx="24" cy="18.5981" r="4.0576"/><path class="a" d="M7.5324,32.6962h4.7389a0,0,0,0,1,0,0v8.4343A2.3695,2.3695,0,0,1,9.9019,43.5h0a2.3695,2.3695,0,0,1-2.3695-2.3695V32.6962a0,0,0,0,1,0,0Z"/><path class="a" d="M35.7286,32.6962h4.7389a0,0,0,0,1,0,0v8.4343A2.3695,2.3695,0,0,1,38.0981,43.5h0a2.3695,2.3695,0,0,1-2.3695-2.3695V32.6962a0,0,0,0,1,0,0Z"/></svg>
Copied!