Timetree Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Timetree 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/334009.svg" alt="Timetree icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334009.svg" alt="Timetree icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334009.svg" alt="Timetree icon" :width="24" :height="24" />
CSS background
.icon-timetree {
background-image: url('https://proicons.com/icon/334009.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="m9.9289,4.5c10.1112,3.2892,15.7556,8.2432,14.2531,18.4356-12.1415-.6497-14.8622-8.5275-14.2531-18.4356Z"/><path class="c" d="m38.3044,7.3744c-.466,8.8196-3.2277,14.413-11.7284,15.3981-2.0882-9.8813,3.6478-13.7573,11.7284-15.3981Z"/><path class="c" d="m4.9197,32.1412c5.1371-7.1842,10.4741-10.4138,18.17-6.6715-3.5551,9.4532-10.4755,9.6351-18.17,6.6715Z"/><path class="c" d="m43.0803,31.1802c-7.3285,1.744-12.5707.8321-15.425-5.8859,7.5818-4.0896,12.1354-.3304,15.425,5.8859Z"/><path class="c" d="m25.1913,43.5c-4.0698-6.3392-4.9432-11.5879.4526-16.5037,6.3672,5.8024,4.3257,11.3431-.4526,16.5037Z"/></svg>
Copied!