Hiit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hiit 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/327031.svg" alt="Hiit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327031.svg" alt="Hiit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327031.svg" alt="Hiit icon" :width="24" :height="24" />
CSS background
.icon-hiit {
background-image: url('https://proicons.com/icon/327031.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M28.0535,45.1067a19.1629,19.1629,0,0,1-6.1422-30.19"/><path class="a" d="M24.3542,12.6384A19.1633,19.1633,0,0,1,39.15,8.812"/><path class="a" d="M21.9113,14.9166,19.988,13.0079,18.5812,14.33,16.658,12.361l5.4038-4.9485,1.8163,1.93-1.4749,1.3393,1.951,1.9566"/><path class="a" d="M34.3783,11.9906l4.33,16.1056L29.7737,38.3186"/><path class="a" d="M38.7088,28.0962l5.7454,2.5573"/></svg>
Copied!