Treep Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Treep 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/334248.svg" alt="Treep icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334248.svg" alt="Treep icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334248.svg" alt="Treep icon" :width="24" :height="24" />
CSS background
.icon-treep {
background-image: url('https://proicons.com/icon/334248.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M16.3402,43.5c-.4322-12.3785,2.2219-25.5635,10.7449-25.3898,5.2495.107,7.862,5.9201,6.0873,10.3134-1.3778,3.3752-9.3489,8.8913-15.521.7409-2.4524-3.2384-8.3842-10.942,5.497-20.229"/><path id="d" class="g" d="M17.9969,8.2303l5.1515.7052"/><path id="e" class="g" d="M23.1484,8.9355l-.7052,5.1515"/><circle id="f" class="g" cx="30.714" cy="6.4575" r="1.9575"/></svg>
Copied!