To Do List 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The To Do List 1 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/348611.svg" alt="To Do List 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348611.svg" alt="To Do List 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348611.svg" alt="To Do List 1 icon" :width="24" :height="24" />
CSS background
.icon-to-do-list-1 {
background-image: url('https://proicons.com/icon/348611.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="11.4248" cy="13.0572" r="5.9248"/><circle class="c" cx="11.4248" cy="25.7533" r="2.902"/><circle class="c" cx="11.4248" cy="37.9657" r="2.902"/><line class="c" x1="18.9216" y1="37.9657" x2="42.5" y2="37.9657"/><line class="c" x1="18.9216" y1="25.7533" x2="42.5" y2="25.7533"/><line class="c" x1="21.8034" y1="13.0572" x2="42.5" y2="13.0572"/><polyline class="c" points="8.5943 13.2908 10.3256 15.0221 14.2553 11.0923"/></svg>
Copied!