Fitnesspark Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fitnesspark 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/325915.svg" alt="Fitnesspark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325915.svg" alt="Fitnesspark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325915.svg" alt="Fitnesspark icon" :width="24" :height="24" />
CSS background
.icon-fitnesspark {
background-image: url('https://proicons.com/icon/325915.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m13.7914,8.5314c9.6414,1.5609,23.8584,12.7157,11.4048,32.9691"/><path class="c" d="m16.3477,41.5004c4.5677-4.4046,7.2196-8.7215,7.2196-14.2232,0-6.62-3.3847-12.2569-10.8901-12.2569-4.9486,0-7.1772,2.5562-7.1772,5.7352,0,4.2604,3.4248,5.473,5.5385,5.473,3.0478,0,4.0638-3.0151,4.0638-3.0151"/><path class="c" d="m32.7994,41.5005c4.457-11.3393,6.9673-21.0153-6.1612-35.0009"/><path class="c" d="m39.7471,41.5005c4.1402-12.06,3.411-21.047-.8519-29.1019"/></svg>
Copied!