treeb logo
treeb from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- treeb
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the treeb logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.355 10.435c.561-1.127.863-2.565.223-4.032c-1.375-3.167-4.546-3.112-6.681-2.754L3 5.16l2.748 15.36l6.312-1.102l-.891-4.59l.277-.076l2.645 4.28L21 17.722l-3.999-5.399a4.1 4.1 0 0 1-1.172.62l-4.535.896c-1.646.402-4.617-.76-4.617-3.656c0-2.9 2.015-4.03 3.025-4.236l4.107-.706c1.097-.185 3.704-.055 4.464 2.379c.347 1.107.326 2.045.082 2.815m-.114-1.278c0 2.085-1.706 3.78-3.802 3.78a3.79 3.79 0 0 1-3.802-3.78c0-2.086 1.7-3.775 3.802-3.775a3.79 3.79 0 0 1 3.802 3.775" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenTreeb(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M18.355 10.435c.561-1.127.863-2.565.223-4.032c-1.375-3.167-4.546-3.112-6.681-2.754L3 5.16l2.748 15.36l6.312-1.102l-.891-4.59l.277-.076l2.645 4.28L21 17.722l-3.999-5.399a4.1 4.1 0 0 1-1.172.62l-4.535.896c-1.646.402-4.617-.76-4.617-3.656c0-2.9 2.015-4.03 3.025-4.236l4.107-.706c1.097-.185 3.704-.055 4.464 2.379c.347 1.107.326 2.045.082 2.815m-.114-1.278c0 2.085-1.706 3.78-3.802 3.78a3.79 3.79 0 0 1-3.802-3.78c0-2.086 1.7-3.775 3.802-3.775a3.79 3.79 0 0 1 3.802 3.775" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.355 10.435c.561-1.127.863-2.565.223-4.032c-1.375-3.167-4.546-3.112-6.681-2.754L3 5.16l2.748 15.36l6.312-1.102l-.891-4.59l.277-.076l2.645 4.28L21 17.722l-3.999-5.399a4.1 4.1 0 0 1-1.172.62l-4.535.896c-1.646.402-4.617-.76-4.617-3.656c0-2.9 2.015-4.03 3.025-4.236l4.107-.706c1.097-.185 3.704-.055 4.464 2.379c.347 1.107.326 2.045.082 2.815m-.114-1.278c0 2.085-1.706 3.78-3.802 3.78a3.79 3.79 0 0 1-3.802-3.78c0-2.086 1.7-3.775 3.802-3.775a3.79 3.79 0 0 1 3.802 3.775" clip-rule="evenodd"/></svg> </template>
CSS
.icon-treeb {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.355%2010.435c.561-1.127.863-2.565.223-4.032c-1.375-3.167-4.546-3.112-6.681-2.754L3%205.16l2.748%2015.36l6.312-1.102l-.891-4.59l.277-.076l2.645%204.28L21%2017.722l-3.999-5.399a4.1%204.1%200%200%201-1.172.62l-4.535.896c-1.646.402-4.617-.76-4.617-3.656c0-2.9%202.015-4.03%203.025-4.236l4.107-.706c1.097-.185%203.704-.055%204.464%202.379c.347%201.107.326%202.045.082%202.815m-.114-1.278c0%202.085-1.706%203.78-3.802%203.78a3.79%203.79%200%200%201-3.802-3.78c0-2.086%201.7-3.775%203.802-3.775a3.79%203.79%200%200%201%203.802%203.775%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.355%2010.435c.561-1.127.863-2.565.223-4.032c-1.375-3.167-4.546-3.112-6.681-2.754L3%205.16l2.748%2015.36l6.312-1.102l-.891-4.59l.277-.076l2.645%204.28L21%2017.722l-3.999-5.399a4.1%204.1%200%200%201-1.172.62l-4.535.896c-1.646.402-4.617-.76-4.617-3.656c0-2.9%202.015-4.03%203.025-4.236l4.107-.706c1.097-.185%203.704-.055%204.464%202.379c.347%201.107.326%202.045.082%202.815m-.114-1.278c0%202.085-1.706%203.78-3.802%203.78a3.79%203.79%200%200%201-3.802-3.78c0-2.086%201.7-3.775%203.802-3.775a3.79%203.79%200%200%201%203.802%203.775%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/treeb.svg?color=%231a73e8&size=48