Fitbod Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fitbod 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/325908.svg" alt="Fitbod icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325908.svg" alt="Fitbod icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325908.svg" alt="Fitbod icon" :width="24" :height="24" />
CSS background
.icon-fitbod {
background-image: url('https://proicons.com/icon/325908.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="h" d="M44.5,24.0605l-10.3026,17.6499-20.5-.0605L3.5,23.9395,13.8026,6.2896l20.5,.0605,10.1974,17.7104Z"/><path id="d" class="h" d="M3.5,23.9395l6.6644,.0197"/><path id="e" class="h" d="M16.0656,13.8691l1.0521-1.799,13.8356,.0407,6.8823,11.9299-6.9533,11.8892-13.8356-.0407-6.8823-11.9299,3.087-5.2783"/><path id="f" class="h" d="M30.9533,12.1108l3.3493-5.7607"/><path id="g" class="h" d="M13.2514,18.6809h10.0567l2.7705-4.8119h-10.0131"/></g></svg>
Copied!