Opentasks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opentasks 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/330726.svg" alt="Opentasks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330726.svg" alt="Opentasks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330726.svg" alt="Opentasks icon" :width="24" :height="24" />
CSS background
.icon-opentasks {
background-image: url('https://proicons.com/icon/330726.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37.67,6.09,42.5,11,21.59,31.89,11,21.31l4.82-4.82,5.75,5.74ZM28.48,25H38.82A1.24,1.24,0,0,1,40,26.14v4.6a1.24,1.24,0,0,1-1.15,1.15H6.65A1.15,1.15,0,0,1,5.5,30.74v-4.6A1.24,1.24,0,0,1,6.65,25h8m-8,10H38.82A1.23,1.23,0,0,1,40,36.17v4.59a1.23,1.23,0,0,1-1.15,1.15H6.65A1.15,1.15,0,0,1,5.5,40.76V36.17A1.23,1.23,0,0,1,6.65,35Z"/></svg>
Copied!