Gymtrainer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gymtrainer 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/326842.svg" alt="Gymtrainer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326842.svg" alt="Gymtrainer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326842.svg" alt="Gymtrainer icon" :width="24" :height="24" />
CSS background
.icon-gymtrainer {
background-image: url('https://proicons.com/icon/326842.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="b" 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="M31.6252,26.4059c.4437,4.3385,2.0805,7.543,4.0229,7.543,2.2876,0,4.1511-4.4568,4.1511-9.9489s-1.8636-9.9489-4.1511-9.9489c-1.9424,0-3.5792,3.2045-4.0229,7.543"/><path class="c" d="M35.6487,14.0477h3.7045c2.2902,0,4.1468,4.4558,4.1468,9.9523s-1.8566,9.9523-4.1468,9.9523h-3.7045"/><ellipse class="c" cx="8.6468" cy="24" rx="4.1468" ry="9.9523"/><path class="c" d="M8.6468,14.0477h3.7045c2.2902,0,4.1468,4.4558,4.1468,9.9523s-1.8566,9.9523-4.1468,9.9523h-3.7045"/><ellipse class="c" cx="7.5832" cy="24" rx="1.0021" ry="2.4051"/><path class="c" d="M7.5832,21.5949h1.8439c.5535,0,1.0021,1.0768,1.0021,2.4051s-.4487,2.4051-1.0021,2.4051h-1.8439"/><path class="c" d="M16.5595,21.5949h19.0035c.5535,0,1.0021,1.0768,1.0021,2.4051s-.4487,2.4051-1.0021,2.4051h-19.0035"/></svg>
Copied!