Activity Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The 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/316967.svg" alt="Activity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316967.svg" alt="Activity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316967.svg" alt="Activity icon" :width="24" :height="24" />
CSS background
.icon-activity {
background-image: url('https://proicons.com/icon/316967.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>activity</title><path d="M12,29a1,1,0,0,1-.92-.62L6.33,17H2V15H7a1,1,0,0,1,.92.62L12,25.28,20.06,3.65A1,1,0,0,1,21,3a1,1,0,0,1,.93.68L25.72,15H30v2H25a1,1,0,0,1-.95-.68L21,7,12.94,28.35A1,1,0,0,1,12,29Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Activity in other icon packs
Copied!