Fitpro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fitpro 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/325919.svg" alt="Fitpro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325919.svg" alt="Fitpro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325919.svg" alt="Fitpro icon" :width="24" :height="24" />
CSS background
.icon-fitpro {
background-image: url('https://proicons.com/icon/325919.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><path class="c" d="m14.2134,17.462c0,.5295-.2118,1.0021-.5621,1.3524-.3422.3503-.8229.5622-1.3442.5622h-2.0694c-1.0591,0-1.9145-.8636-1.9145-1.9145,0-.5296.2118-1.0102.5621-1.3524.3422-.3503.8229-.5622,1.3524-.5622h2.0694c1.051,0,1.9064.8555,1.9064,1.9146Z"/><circle class="c" cx="31.7031" cy="20.3416" r="2.9629"/><path class="c" d="m43.5,17.9915c0,7.6257-7.5035,15.0151-16.7178,13.2716l-1.2221,6.9657-.1303.7658h-11.023c-1.051,0-1.9145-.8554-1.9145-1.9145,0-.5296.2118-1.0103.5622-1.3524.3503-.3503.8229-.5621,1.3524-.5621h2.3138c.7495,0,1.3524-.6029,1.3524-1.3524s-.6029-1.3606-1.3524-1.3606h-2.3138c-1.051,0-1.9145-.8554-1.9145-1.9145,0-.5214.2118-1.0021.5622-1.3524.3503-.3422.8229-.5622,1.3524-.5622h3.4951c.7495,0,1.3605-.6029,1.3605-1.3524s-.611-1.3605-1.3605-1.3605H6.4145c-1.0591,0-1.9145-.8554-1.9145-1.9145,0-.5296.2118-1.0021.5621-1.3443.3422-.3503.8229-.5621,1.3524-.5621h12.6117c.7414,0,1.3524-.611,1.3524-1.3605s-.611-1.3524-1.3524-1.3524h-.9858c-1.0591,0-1.9145-.8636-1.9145-1.9145,0-.5296.2118-1.0102.5621-1.3524.3422-.3503.8228-.5622,1.3524-.5622h3.6499c.7496,0,1.3606-.611,1.3606-1.3605s-.611-1.3524-1.3606-1.3524h-7.2183c-1.051,0-1.9145-.8554-1.9145-1.9146,0-.5295.2118-1.0102.5622-1.3524.3503-.3503.8228-.5622,1.3524-.5622h18.7219c3.9921,0,6.5258,1.3035,8.0738,3.0226,1.6946,1.8657,2.2323,4.2364,2.2323,5.9636Z"/><line class="c" x1="28.7864" y1="19.8328" x2="26.7822" y2="31.2631"/></svg>
Copied!