Fitbook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fitbook 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/340468.svg" alt="Fitbook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340468.svg" alt="Fitbook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340468.svg" alt="Fitbook icon" :width="24" :height="24" />
CSS background
.icon-fitbook {
background-image: url('https://proicons.com/icon/340468.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="24" cy="29.5654" r="13.9346"/><path class="d" d="M20.4126,16.0985c-3.808-.4425-7.0609-4.407-6.5526-11.4718,5.6417-.8132,10.9283,2.222,10.8263,11.0221"/><path class="d" d="M30.6326,7.7271c-3.2529,2.6938-4.5235,7.9036-4.5235,7.9036"/></svg>
Copied!