Hamtrainer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hamtrainer 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/341439.svg" alt="Hamtrainer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341439.svg" alt="Hamtrainer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341439.svg" alt="Hamtrainer icon" :width="24" :height="24" />
CSS background
.icon-hamtrainer {
background-image: url('https://proicons.com/icon/341439.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><line class="d" x1="11.7544" y1="33.4458" x2="11.7544" y2="43.5"/><line class="d" x1="18.4875" y1="33.4458" x2="18.4875" y2="43.5"/><line class="d" x1="11.7544" y1="38.4522" x2="18.4875" y2="38.4522"/></g><polyline class="d" points="29.5342 43.4257 29.5342 33.4458 34.5077 43.4339 39.4728 33.454 39.4728 43.4339"/><g><g><line class="d" x1="20.6405" y1="43.4741" x2="24.1357" y2="33.0315"/><line class="d" x1="27.4756" y1="43.5" x2="24.1357" y2="33.0315"/><line class="d" x1="26.3537" y1="40.0048" x2="21.8055" y2="40.0048"/></g><g id="b"><line class="d" x1="24.0926" y1="33.4458" x2="24.0235" y2="20.1293"/><circle class="d" cx="24.0235" cy="17.5144" r="2.4596"/></g><g id="c"><path class="d" d="M31.877,4.5c9.1394,5.0746,10.4426,20.0825-.3797,26.4516"/><path class="d" d="M15.8334,30.9516c-9.148-5.0746-10.4512-20.0825,.3797-26.4516"/><path class="d" d="M28.7529,9.7817c5.6873,4.177,6.0325,11.3746,0,15.8969"/><path class="d" d="M19.0611,25.6268c-5.6873-4.177-6.0325-11.3746,0-15.8969"/><path class="d" d="M30.3322,7.1063c7.1976,4.108,8.5008,15.7588-.2762,21.1095"/><path class="d" d="M17.43,28.1296c-7.1976-4.108-8.5008-15.7588,.2762-21.1095"/></g></g></svg>
Copied!