3c Task Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 3c Task Manager 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/321202.svg" alt="3c Task Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321202.svg" alt="3c Task Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321202.svg" alt="3c Task Manager icon" :width="24" :height="24" />
CSS background
.icon-3c-task-manager {
background-image: url('https://proicons.com/icon/321202.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m42.5,28.8255v.12c0,5.3615-4.3464,9.7079-9.7079,9.7079h0c-5.3615,0-9.7079-4.3464-9.7079-9.7079v-9.8911c0-5.3615,4.3464-9.7079,9.7079-9.7079h0c5.3615,0,9.7079,4.3464,9.7079,9.7079v.1201"/><path class="c" d="m5.5033,36.1814c2.0231,1.6952,4.2075,2.472,9.113,2.472h1.1429c4.0455,0,7.325-3.2795,7.325-7.325h0c0-4.0455-3.2795-7.325-7.325-7.325"/><path class="c" d="m5.5,11.7944c2.0277-1.6898,4.2141-2.4608,9.1196-2.4477l1.1396.0066c4.0455,0,7.325,3.2795,7.325,7.325h0c0,4.0455-3.2795,7.325-7.325,7.325"/><line class="c" x1="10.1285" y1="24.0034" x2="15.7591" y2="24.0034"/><path class="c" d="m37.9542,24.7c.1-.5.1-.9,0-1.4l1.5-1.2c.1-.1.2-.3.1-.4l-1.4-2.4c-.1-.1-.3-.2-.4-.2l-1.7.7c-.4-.3-.8-.5-1.2-.7l-.3-1.9c0-.2-.2-.3-.3-.3h-2.8c-.2,0-.3.1-.3.3l-.3,1.9c-.4.2-.8.4-1.2.7l-1.7-.7c-.2-.1-.3,0-.4.2l-1.5,2.4c-.1.1-.1.3.1.4l1.5,1.2c-.1.5-.1.9,0,1.4l-1.5,1.2c-.1.1-.2.3-.1.4l1.4,2.4c.1.1.3.2.4.2l1.7-.7c.4.3.8.5,1.2.7l.3,1.9c0,.2.2.3.3.3h2.8c.2,0,.3-.1.3-.3l.3-1.9c.4-.2.8-.4,1.2-.7l1.7.7c.2.1.3,0,.4-.2l1.4-2.4c.1-.1.1-.3-.1-.4l-1.4-1.2Zm-5.2,1.3c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.8,2-2,2c.1,0,0,0,0,0Z"/></svg>
Copied!