Opentodolist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opentodolist 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/330728.svg" alt="Opentodolist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330728.svg" alt="Opentodolist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330728.svg" alt="Opentodolist icon" :width="24" :height="24" />
CSS background
.icon-opentodolist {
background-image: url('https://proicons.com/icon/330728.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M30.87,37.75a16.77,16.77,0,1,1,0-27.5.36.36,0,0,1,.13.49.35.35,0,0,1-.48.13,14.15,14.15,0,1,0,0,26.26.35.35,0,0,1,.45.25A.37.37,0,0,1,30.87,37.75Zm-2.06-7.38c-1.48,2.19-2.18,4.82-6.1,4.82-4.14,0-5.44-9.25-5.38-10.56s4.29-2.41,4.8-2.29,1.63,3.89,2.29,3.88,3.55-4.58,5.42-7,7.09-6.79,8.51-7.27a9.4,9.4,0,0,1,5.07.29C44.62,12.68,34.22,22.36,28.81,30.37Z"/></svg>
Copied!