Home Workouts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Home Workouts icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/327094.svg" alt="Home Workouts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327094.svg" alt="Home Workouts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327094.svg" alt="Home Workouts icon" :width="24" :height="24" />
CSS background
.icon-home-workouts {
background-image: url('https://proicons.com/icon/327094.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m14.0771,12.2695s-.6112-.3209-1.0084-2.1391,3.0864-5.1796,3.0864-5.1796c0,0,1.0695-.5195,5.5005-.4431s5.4852.7945,6.402,1.8946c3.9971,4.7965,11.5052,14.3471,13.2874,21.8779.4055,1.1217.9664.5091.9664,2.321,0,1.2981-.7107,1.6556-.8999,1.8673-4.6143,5.1643-15.9208,6.8756-20.963,6.8756s-5.0116-1.1612-6.4172-1.1612-2.9642,4.6449-6.4402,5.3171c-2.5898-5.1949-2.4829-15.7069,0-21.2609,5.8443,0,6.7763,2.246,9.1904,2.246,2.0628,0,1.7418-1.2834,4.9963-1.2834s7.7465,3.7128,7.7465,3.7128c-2.544-3.1628.2921-10.8689-5.2025-15.9972-1.0313-.9626-1.5126,2.2002-4.7213,2.2002-.4732.2791-2.1756.5029-2.1756.5029"/><path class="b" d="m30.884,28.2244c.8938,1.0199,2.7313,2.4029,4.4387,2.38"/><path class="b" d="m12.4728,29.5349c-1.971,2.3683-2.2308,4.9352-4.217,6.0047"/><path class="b" d="m15.5134,30.6047c2.9642,3.0097,8.3271,2.8111,11.4593-.3975"/><path class="b" d="m27.1064,8.74c-.1375.573-.8709,1.4553-1.4095,1.6043"/><path class="b" d="m18.7296,6.4481c-.4011.4813-2.3492,2.9565-2.3033,3.3576s-.2406,2.4065.3667,2.6242,2.67-.149,2.6471-1.0199-.1948-1.3178-.149-1.7418,1.421-2.5211,1.421-2.5211"/><path class="b" d="m16.7471,6.0814c-.5042.6073-2.1658,2.9565-2.1429,3.942s.1261,1.7074.3552,1.9252,1.4678-.2942,1.4678-.2942"/><path class="b" d="m16.8708,12.4516s.4952.5399.5525,1.1243-.7563,1.1459-1.5012,1.3522-1.7877-1.1918-1.7877-1.7189.8251-1.2605.8251-1.2605"/><path class="b" d="m21.5777,9.6691c.0259.742.2071,1.5445-.4314,1.7774s-1.7455.1766-1.7455.1766"/></svg>
Copied!