Gymroutines Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gymroutines 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/341399.svg" alt="Gymroutines icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341399.svg" alt="Gymroutines icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341399.svg" alt="Gymroutines icon" :width="24" :height="24" />
CSS background
.icon-gymroutines {
background-image: url('https://proicons.com/icon/341399.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="11.0654" y1="34.4735" x2="36.9346" y2="34.4735"/><line class="a" x1="36.9346" y1="42.5" x2="36.9346" y2="26.4471"/><line class="a" x1="11.0654" y1="42.5" x2="11.0654" y2="26.4471"/><line class="a" x1="41.3067" y1="38.5463" x2="41.3067" y2="30.4002"/><line class="a" x1="6.693" y1="38.5463" x2="6.693" y2="30.4002"/><polyline class="a" points="17.293 16.675 23.606 22.989 41.095 5.5"/><path class="a" d="M41.4885,22.9885A17.41,17.41,0,0,0,39.3216,14.55"/><path class="a" d="M32.4277,7.6609A17.4939,17.4939,0,0,0,6.5115,22.9885"/></svg>
Copied!