Gym Alt 3 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Gym Alt 3 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/305795.svg" alt="Gym Alt 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305795.svg" alt="Gym Alt 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305795.svg" alt="Gym Alt 3 icon" :width="24" :height="24" />
CSS background
.icon-gym-alt-3 {
background-image: url('https://proicons.com/icon/305795.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="M518 185c47 0 86-38 86-86 0-47-39-86-86-86-48 0-86 39-86 86 0 48 38 86 86 86zM0 657l3 315 95-1-3-315zm786-20l1 130-166 2V344l210-216c15-15 15-38 1-52s-37-14-52 0L644 213H381L245 76c-14-14-37-14-51 0s-14 37 0 51c0 1 210 216 210 216l-1 428-190 2-1-118-95 1 2 315 95-1-1-143 190-2v113c0 27 22 49 49 49s49-22 49-49V824h22v114c1 27 23 49 49 49 27 0 49-22 49-49V823l166-1 1 130 95-1-3-315-94 1zM621 321c1 0 0 3 0 3v-3zM501 770V540h22v230h-22zm496-135l-95 1 3 315 95-1z"/></svg>
Copied!