Fitx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fitx 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/340479.svg" alt="Fitx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340479.svg" alt="Fitx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340479.svg" alt="Fitx icon" :width="24" :height="24" />
CSS background
.icon-fitx {
background-image: url('https://proicons.com/icon/340479.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="m33.1104,24.0619l10.3071,10.5651c-3.1468,2.7547-7.4905,4.8286-12.4945,5.8294l-6.9127-7.0778-6.923,7.0881c-5.0039-1.0008-9.3579-3.0643-12.5048-5.8293l10.3278-10.5754L4.5,13.404c3.1262-2.7651,7.4596-4.8595,12.4635-5.8706l7.0468,7.2119,7.0365-7.2119c4.9936,1.0214,9.327,3.1159,12.4531,5.881l-10.3896,10.6476Z"/></svg>
Copied!