Clickup Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Clickup 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/313872.svg" alt="Clickup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313872.svg" alt="Clickup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313872.svg" alt="Clickup icon" :width="24" :height="24" />
CSS background
.icon-clickup {
background-image: url('https://proicons.com/icon/313872.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>ClickUp</title><path d="M2 18.439l3.69-2.828c1.961 2.56 4.044 3.739 6.363 3.739 2.307 0 4.33-1.166 6.203-3.704L22 18.405C19.298 22.065 15.941 24 12.053 24 8.178 24 4.788 22.078 2 18.439zM12.04 6.15l-6.568 5.66-3.036-3.52L12.055 0l9.543 8.296-3.05 3.509z"/></svg>
Copied!