Workout Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Workout 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/349820.svg" alt="Workout icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349820.svg" alt="Workout icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349820.svg" alt="Workout icon" :width="24" :height="24" />
CSS background
.icon-workout {
background-image: url('https://proicons.com/icon/349820.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="k" d="M13.3553,14.8866h2.3655c.7835,0,1.4195.6361,1.4195,1.4195v15.3728c0,.7917-.6427,1.4344-1.4344,1.4344h-2.3655c-.7835,0-1.4195-.6361-1.4195-1.4195v-15.3728c0-.7917.6427-1.4344,1.4344-1.4344Z"/><path id="d" class="k" d="M11.9008,30.8889h-2.8567c-.7864,0-1.4195-.6398-1.4195-1.4344v-11.0165c0-.7947.6331-1.4344,1.4195-1.4344h2.8567"/><path id="e" class="k" d="M7.6246,21.614h-3.1246v5.0769h3.1246"/><path id="f" class="k" d="M32.2942,14.8866h2.3655c.7835,0,1.4195.6361,1.4195,1.4195v15.3728c0,.7917-.6427,1.4344-1.4344,1.4344h-2.3655c-.7835,0-1.4195-.6361-1.4195-1.4195v-15.3728c0-.7917.6427-1.4344,1.4344-1.4344Z"/><path id="g" class="k" d="M36.0992,17.1111h2.8567c.7864,0,1.4195.6398,1.4195,1.4344v11.0165c0,.7947-.6331,1.4344-1.4195,1.4344h-2.8567"/><path id="h" class="k" d="M40.3754,26.691h3.1246v-5.0769h-3.1246"/><path id="i" class="k" d="M17.1403,21.614h13.7195"/><path id="j" class="k" d="M17.1403,26.691h13.7195"/></svg>
Copied!