Gymrun Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gymrun 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/326841.svg" alt="Gymrun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326841.svg" alt="Gymrun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326841.svg" alt="Gymrun icon" :width="24" :height="24" />
CSS background
.icon-gymrun {
background-image: url('https://proicons.com/icon/326841.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>.l{stroke-width:1px;}.l,.m,.n{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.n{stroke-width:1px;}</style></defs><path id="b" class="m" d="M16.597,20.8725c4.0629,2.3794,6.2235,11.6792,2.2036,15.6477"/><ellipse id="c" class="l" cx="14.4366" cy="29.2691" rx="3.7454" ry="7.2991" transform="translate(-3.8525 2.2394) rotate(-7.8293)"/><ellipse id="d" class="l" cx="30.977" cy="25.7771" rx="3.7454" ry="7.2991" transform="translate(-3.2227 4.46) rotate(-7.8293)"/><path id="e" class="m" d="M32.6904,17.6786c4.5107,2.411,5.6291,11.6245,2.5749,15.5982"/><path id="f" class="m" d="M20.705,27.9619l9.5444-2.1038"/><path id="g" class="m" d="M36.7383,24.4278l2.538-.5595"/><path id="h" class="m" d="M8.7237,30.6028l5.3325-1.1754"/><ellipse id="i" class="n" cx="14.1508" cy="29.2691" rx="1.1547" ry="2.4346" transform="translate(-5.7396 3.5534) rotate(-11.9184)"/><path id="j" class="m" d="M31.5186,25.6538c.3126,1.2973.0812,2.5206-.5186,2.7409s-1.3436-.6448-1.6667-1.9383c-.3231-1.2935-.1046-2.5319.4895-2.7747s1.3418.6007,1.6753,1.89"/><path id="k" class="m" d="M37.1231,5.5l.0663,6.8965-2.2156-1.4363-1.6956,1.37-.0673-6.8302"/><rect class="m" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!