Workouttime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Workouttime 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/335262.svg" alt="Workouttime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335262.svg" alt="Workouttime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335262.svg" alt="Workouttime icon" :width="24" :height="24" />
CSS background
.icon-workouttime {
background-image: url('https://proicons.com/icon/335262.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35,42.46A21.51,21.51,0,0,1,8.72,8.87"/><path class="a" d="M24,2.5A21.52,21.52,0,0,1,44.57,30.28"/><line class="a" x1="24" y1="2.5" x2="24" y2="18.22"/><line class="a" x1="22.23" y1="22.23" x2="13.95" y2="13.95"/><circle class="a" cx="24" cy="24" r="2.5"/><path class="a" d="M28,31c-2.75,5.73,7.77,12.2,8.52,12.2S47.79,36.74,45,31c-1.21-2.21-4.71-5.2-8.51,0C34.05,27.15,30,27.26,28,31Z"/></svg>
Copied!