Puregym Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Puregym 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/346283.svg" alt="Puregym icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346283.svg" alt="Puregym icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346283.svg" alt="Puregym icon" :width="24" :height="24" />
CSS background
.icon-puregym {
background-image: url('https://proicons.com/icon/346283.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M20.1775,4.5h7.6451c5.54,0,10,4.46,10,10v6.3988c0,5.8925-3.1082,5.5436-6.7876,6.5701s-6.7908,3.2833-8.0897,7.1892c-1.2756,3.8359-2.1331,8.842-6.8156,8.842s-5.9523-3.6973-5.9523-8.3235V14.5005c0-5.54,4.46-10,10-10v-.0006Z"/><circle class="b" cx="31.6085" cy="37.0999" r="5.5"/></svg>
Copied!