Fitindex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fitindex 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/325914.svg" alt="Fitindex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325914.svg" alt="Fitindex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325914.svg" alt="Fitindex icon" :width="24" :height="24" />
CSS background
.icon-fitindex {
background-image: url('https://proicons.com/icon/325914.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="f" x1="23.857" y1="9.2555" x2="4.5" y2="28.6125"/><polygon class="f" points="43.5 36.5423 23.857 16.6463 23.857 9.2555 43.5 29.1514 43.5 36.5423"/><polygon class="f" points="24.0414 38.7445 13.0266 27.4768 13.0266 20.0859 24.0414 31.3537 24.0414 38.7445"/></svg>
Copied!