Fitdays Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fitdays 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/325911.svg" alt="Fitdays icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325911.svg" alt="Fitdays icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325911.svg" alt="Fitdays icon" :width="24" :height="24" />
CSS background
.icon-fitdays {
background-image: url('https://proicons.com/icon/325911.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="g" d="M22.01138892,24.13996539l-6.32645235,15.13229959c-.24693933.58985585-.84179407.96076349-1.66459273.96076349h-7.66712397c-.63384476,0-1.04574417-.28293173-.76181371-.96076349l8.79084961-21.02585633c.34791446-.83379565.87278662-1.19270901,1.84055028-1.19270901h22.08959337c.68982987,0,.90977728.5718606.65084175,1.19270901l-2.01250814,4.81382287c-.28692855.68583304-.80880024,1.07973578-1.38266116,1.07973578l-13.55668293-.00000191Z"/><path id="f" class="g" d="M40.44987698,13.75350736c-.33991699.83679518-.87378678,1.19270805-1.84154853,1.19270805h-22.08959527c-.68983082,0-.90377918-.56986028-.6508408-1.19270805l1.94852367-4.79482746c.33991699-.83679518.87278567-1.19170837,1.83955012-1.19170837h22.09059829c.68982987,0,.90377823.56986076.65084175,1.19170837l-1.94752923,4.79482746Z"/></svg>
Copied!