Gym Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Gym Alt 2 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/305794.svg" alt="Gym Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305794.svg" alt="Gym Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305794.svg" alt="Gym Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-gym-alt-2 {
background-image: url('https://proicons.com/icon/305794.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="M500 249c41 0 75-34 75-75s-34-75-75-75-75 34-75 75 34 75 75 75zM0 512h73v241H0V512zm843 75h-7c-39-62-198-314-198-314H353S212 489 165 560l-3-72H89v288h73V644h123v214c0 24 19 43 43 43 23 0 43-19 43-43V644h249v214c0 24 19 43 42 43 24 0 43-19 43-43V644h133v123h73V479h-73l5 108zm-291 0H443l57-24 52 24zm-316 0c43-66 164-250 164-250v174l-115 29v47h-49zm354-76V337s132 186 177 250h-62v-47l-115-29zm338-8h72v240h-72V503z"/></svg>
Copied!