Gym Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Gym Alt 1 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/305793.svg" alt="Gym Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305793.svg" alt="Gym Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305793.svg" alt="Gym Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-gym-alt-1 {
background-image: url('https://proicons.com/icon/305793.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M508 177c48 0 88-40 88-89S556 0 508 0c-49 0-89 39-89 88s40 89 89 89zm142 355l64 71 21-20-64-70-21 19zm174-162l26 29-36 33-154-212c-6-8-14-13-22-14 0-1-271-1-271-1-7 4-13 8-18 15L193 435l-40-35 23-27-21-19-63 71 21 19 29-32 43 38c-4 14 1 30 13 38 11 8 24 9 35 4l39 35-26 29 22 19 62-71-21-19-26 29-37-32 2-1 135-187 7 45v611c0 28 23 50 50 50 28 0 51-22 51-50V541h22v409c1 28 23 50 51 50 27 0 50-22 50-50V339l9-50 138 191-40 35-23-26-22 19 64 71 22-19-29-32 40-37c12 6 26 6 38-3 13-9 18-27 11-42l39-35 27 29 21-19-64-71-21 20zm-210-51v-3 3zm257 8l-21 19 64 70 21-19-64-70zm-743 4l-62 71 21 19 63-71-22-19zm145 249l21 19 63-72-21-19-63 72z"/></svg>
Copied!