Activitywatch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Activitywatch 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/335903.svg" alt="Activitywatch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335903.svg" alt="Activitywatch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335903.svg" alt="Activitywatch icon" :width="24" :height="24" />
CSS background
.icon-activitywatch {
background-image: url('https://proicons.com/icon/335903.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><path class="a" d="M24.7254,22.6882l5.5639-9.6369"/><path class="a" d="M22.7468,24.8232,9.9128,33.9173"/><path class="a" d="M23.3971,22.6267,17.4676,9.8873,11.0061,23.9"/><path class="a" d="M13.1869,19.17h8.5993"/><polyline class="a" points="38.01 23.929 34.509 37.929 31.009 23.929 27.509 37.929 24.389 25.448"/><circle class="a" cx="24" cy="24" r="21.5"/><circle class="a" cx="24" cy="24" r="1.5"/></svg>
Copied!