Funktrainer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Funktrainer 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/326320.svg" alt="Funktrainer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326320.svg" alt="Funktrainer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326320.svg" alt="Funktrainer icon" :width="24" :height="24" />
CSS background
.icon-funktrainer {
background-image: url('https://proicons.com/icon/326320.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><path class="a" d="M16.0925,31.8922a15.8149,15.8149,0,0,1,0-27.3922"/><path class="a" d="M17.674,29.153a12.652,12.652,0,0,1,0-21.9138"/><path class="a" d="M19.2555,26.4138a9.4891,9.4891,0,0,1,0-16.4354"/><circle class="a" cx="24" cy="18.1961" r="2.1087"/><path class="a" d="M24,43.5V20.3048"/><path class="a" d="M31.9075,4.5a15.8149,15.8149,0,0,1,0,27.3922"/><path class="a" d="M30.326,7.2392a12.652,12.652,0,0,1,0,21.9138"/><path class="a" d="M28.7445,9.9784a9.4891,9.4891,0,0,1,0,16.4354"/></svg>
Copied!