Todotree Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Todotree 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/348625.svg" alt="Todotree icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348625.svg" alt="Todotree icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348625.svg" alt="Todotree icon" :width="24" :height="24" />
CSS background
.icon-todotree {
background-image: url('https://proicons.com/icon/348625.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><rect class="c" x="17.0109" y="12.7634" width="7.6744" height="7.6744"/><path class="c" d="m5.5,5.6371v10.9629l11.5112.0002"/><path class="c" d="m20.848,20.4376l-.0002,7.126h13.705"/><rect class="c" x="34.553" y="34.6885" width="7.6744" height="7.6744"/><g><path class="c" d="m20.848,27.5636v10.9629h13.705"/><path class="c" d="m36.4704,26.1932l1.6445,2.866,4.3851-9.4437"/><path class="c" d="m38.4766,23.7265h-3.9246v7.6744h7.6744v-7.6744"/></g></svg>
Copied!