Simple Fitness Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simple Fitness 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/332759.svg" alt="Simple Fitness icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332759.svg" alt="Simple Fitness icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332759.svg" alt="Simple Fitness icon" :width="24" :height="24" />
CSS background
.icon-simple-fitness {
background-image: url('https://proicons.com/icon/332759.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>.n{fill:#000;}.o{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="o" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="b" class="o" d="M10.3162,25.8154c.4311.5635.9717.7735,1.7238.7735h1.0408c.9686,0,1.7538-.7884,1.7538-1.761v-.0076c0-.9726-.7852-1.761-1.7538-1.761h-1.1481c-.9696,0-1.7557-.7893-1.7557-1.7629h0c0-.9757.7877-1.7667,1.7595-1.7667h1.0351c.7521,0,1.2927.2099,1.7238.7735"/><g id="c"><line id="d" class="o" x1="16.3948" y1="21.9121" x2="16.3948" y2="26.5888"/></g><g id="e"><path id="f" class="o" d="M18.2633,23.6769c0-.9747.7869-1.7648,1.7576-1.7648h0c.9707,0,1.7576.7901,1.7576,1.7648v2.9119"/><line id="g" class="o" x1="18.2633" y1="21.9121" x2="18.2633" y2="26.5888"/><path id="h" class="o" d="M21.7785,23.6769c0-.9747.7869-1.7648,1.7576-1.7648h0c.9707,0,1.7576.7901,1.7576,1.7648v2.9119"/></g><g id="i"><path id="j" class="o" d="M26.952,24.7202c0,.9747.7869,1.7648,1.7576,1.7648h0c.9707,0,1.7576-.7901,1.7576-1.7648v-1.1471c0-.9747-.7869-1.7648-1.7576-1.7648h0c-.9707,0-1.7576.7901-1.7576,1.7648"/><line id="k" class="o" x1="26.952" y1="21.8083" x2="26.952" y2="28.8674"/></g><path id="l" class="o" d="M31.9797,19.5297v6.1768c0,.4873.3934.8824.8788.8824h.2636"/><path id="m" class="o" d="M37.3714,25.6982c-.3027.532-.8732.8906-1.5271.8906h0c-.9707,0-1.7576-.7901-1.7576-1.7648v-1.1471c0-.9747.7869-1.7648,1.7576-1.7648h0c.9707,0,1.7576.7901,1.7576,1.7648v.5736h-3.5152"/><circle class="n" cx="16.3948" cy="19.7503" r=".75"/><circle class="n" cx="39.073" cy="26.3272" r=".75"/></svg>
Copied!