Fitatu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fitatu 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/325906.svg" alt="Fitatu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325906.svg" alt="Fitatu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325906.svg" alt="Fitatu icon" :width="24" :height="24" />
CSS background
.icon-fitatu {
background-image: url('https://proicons.com/icon/325906.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m29.6194,21.5321h6.9987v21.7508h-6.9987v-21.7508Z"/><path class="c" d="m33.1136,10.605c2.1296,0,3.856,1.7057,3.856,3.825s-1.7264,3.825-3.856,3.825c-2.1193,0-3.8457-1.7057-3.8457-3.825s1.7264-3.825,3.8457-3.825Z"/><path class="c" d="m11.4248,43.4276l-.2791-14.8968v-6.6472h5.0345l-.1034,6.6472h1.8195l-.0827,14.8865-6.3371.0827-.3308-14.9692h14.7934v-6.6472h-9.7589,5.0449v6.6472"/><path class="c" d="m17.8963,21.8836c-1.0648-13.3978,4.8278-11.5784,7.2882-9.5418l3.2151-5.1379C19.509,1.4147,9.8638,4.3093,11.1457,21.8836"/></svg>
Copied!