Gym Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Gym 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/305796.svg" alt="Gym icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305796.svg" alt="Gym icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305796.svg" alt="Gym icon" :width="24" :height="24" />
CSS background
.icon-gym {
background-image: url('https://proicons.com/icon/305796.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="M493 222c46 0 84-38 84-84s-38-83-84-83-83 37-83 83 37 84 83 84zM76 206l64 63 19-20-64-63-19 20zM337 63L273 0l-19 19 64 63 19-19zm318 9l63-65 20 19-63 65-20-19zm226 90l-26 27-47-46c1-10-2-20-10-28-7-7-18-10-28-9l-32-32 24-24-20-19-63 64 20 19 28-29 27 26c-2 1-4 3-5 4S617 249 617 249H360L231 118l37-38 27 26 19-19-65-63-19 19 27 26-39 40c-13-6-29-4-39 7-11 10-13 27-7 40l-30 30-24-23-19 19 64 63 19-19-29-29 28-29 202 207-1 577c0 27 22 48 48 48s47-21 47-48V566h22v387c0 26 21 47 47 47 27 0 48-21 48-47V376l204-210c2-3 4-5 5-7l41 41-26 26 19 19 63-64-19-19zM594 356v-3 3zm248-106l63-64 19 19-63 64-19-19z"/></svg>
Copied!