Current Activity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Current Activity 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/338752.svg" alt="Current Activity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338752.svg" alt="Current Activity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338752.svg" alt="Current Activity icon" :width="24" :height="24" />
CSS background
.icon-current-activity {
background-image: url('https://proicons.com/icon/338752.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="38.2323" cy="9.7366" r="4.2366"/><path class="b" d="M13.8568,30.1282l5.5782-8.6476,7.0011,5.9823,5.9563-8.4701"/><path class="b" d="M41.2376,17.8577v15.6597c0,4.9766-3.4945,8.9825-7.8364,8.9825H13.3665c-4.3408,0-7.8354-4.0059-7.8354-8.9825V15.7761c0-4.9766,3.4945-8.9825,7.8364-8.9825h16.6805"/></svg>
Copied!