treeb from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
treeb
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

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"><g fill="none"><path fill="#98e5b7" d="M5.859 20.29L3.18 5.32l8.672-1.472c2.08-.35 5.172-.402 6.512 2.684c1.08 2.473-.588 4.86-1.557 5.744l3.918 5.29l-6.734 1.275l-2.578-4.172l-.27.074l.868 4.474l-6.157 1.075z"/><path fill="#000" d="M15.425 3.751a4.55 4.55 0 0 1 3.087 2.722a4.57 4.57 0 0 1-.01 3.584a6.7 6.7 0 0 1-1.483 2.24L21 17.663l-7.084 1.345l-2.572-4.166l-.022.005l.874 4.49l-6.47 1.132L3 5.191l.159-.026l8.666-1.472c1.048-.175 2.367-.28 3.6.058m-.08.302c-1.17-.317-2.434-.227-3.467-.053L3.365 5.446L5.981 20.11l5.844-1.021l-.868-4.458l.53-.143l2.583 4.182l6.385-1.217l-3.86-5.2l.106-.095c.466-.423 1.112-1.228 1.504-2.218c.397-.99.534-2.16.02-3.346a4.24 4.24 0 0 0-2.88-2.54"/><path fill="#000" d="m9.714 6.088l4.003-.688c1.07-.18 3.61-.053 4.352 2.319c.926 2.959-.842 4.674-2.383 5.188l-4.42.874c-1.605.391-4.5-.742-4.5-3.563c0-2.828 1.964-3.929 2.948-4.13m4.617 6.814c2.044 0 3.706-1.652 3.706-3.685a3.695 3.695 0 0 0-3.706-3.68c-2.049 0-3.706 1.647-3.706 3.68a3.695 3.695 0 0 0 3.706 3.685"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedTreeb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#98e5b7" d="M5.859 20.29L3.18 5.32l8.672-1.472c2.08-.35 5.172-.402 6.512 2.684c1.08 2.473-.588 4.86-1.557 5.744l3.918 5.29l-6.734 1.275l-2.578-4.172l-.27.074l.868 4.474l-6.157 1.075z"/><path fill="#000" d="M15.425 3.751a4.55 4.55 0 0 1 3.087 2.722a4.57 4.57 0 0 1-.01 3.584a6.7 6.7 0 0 1-1.483 2.24L21 17.663l-7.084 1.345l-2.572-4.166l-.022.005l.874 4.49l-6.47 1.132L3 5.191l.159-.026l8.666-1.472c1.048-.175 2.367-.28 3.6.058m-.08.302c-1.17-.317-2.434-.227-3.467-.053L3.365 5.446L5.981 20.11l5.844-1.021l-.868-4.458l.53-.143l2.583 4.182l6.385-1.217l-3.86-5.2l.106-.095c.466-.423 1.112-1.228 1.504-2.218c.397-.99.534-2.16.02-3.346a4.24 4.24 0 0 0-2.88-2.54"/><path fill="#000" d="m9.714 6.088l4.003-.688c1.07-.18 3.61-.053 4.352 2.319c.926 2.959-.842 4.674-2.383 5.188l-4.42.874c-1.605.391-4.5-.742-4.5-3.563c0-2.828 1.964-3.929 2.948-4.13m4.617 6.814c2.044 0 3.706-1.652 3.706-3.685a3.695 3.695 0 0 0-3.706-3.68c-2.049 0-3.706 1.647-3.706 3.68a3.695 3.695 0 0 0 3.706 3.685"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#98e5b7" d="M5.859 20.29L3.18 5.32l8.672-1.472c2.08-.35 5.172-.402 6.512 2.684c1.08 2.473-.588 4.86-1.557 5.744l3.918 5.29l-6.734 1.275l-2.578-4.172l-.27.074l.868 4.474l-6.157 1.075z"/><path fill="#000" d="M15.425 3.751a4.55 4.55 0 0 1 3.087 2.722a4.57 4.57 0 0 1-.01 3.584a6.7 6.7 0 0 1-1.483 2.24L21 17.663l-7.084 1.345l-2.572-4.166l-.022.005l.874 4.49l-6.47 1.132L3 5.191l.159-.026l8.666-1.472c1.048-.175 2.367-.28 3.6.058m-.08.302c-1.17-.317-2.434-.227-3.467-.053L3.365 5.446L5.981 20.11l5.844-1.021l-.868-4.458l.53-.143l2.583 4.182l6.385-1.217l-3.86-5.2l.106-.095c.466-.423 1.112-1.228 1.504-2.218c.397-.99.534-2.16.02-3.346a4.24 4.24 0 0 0-2.88-2.54"/><path fill="#000" d="m9.714 6.088l4.003-.688c1.07-.18 3.61-.053 4.352 2.319c.926 2.959-.842 4.674-2.383 5.188l-4.42.874c-1.605.391-4.5-.742-4.5-3.563c0-2.828 1.964-3.929 2.948-4.13m4.617 6.814c2.044 0 3.706-1.652 3.706-3.685a3.695 3.695 0 0 0-3.706-3.68c-2.049 0-3.706 1.647-3.706 3.68a3.695 3.695 0 0 0 3.706 3.685"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2398e5b7%22%20d%3D%22M5.859%2020.29L3.18%205.32l8.672-1.472c2.08-.35%205.172-.402%206.512%202.684c1.08%202.473-.588%204.86-1.557%205.744l3.918%205.29l-6.734%201.275l-2.578-4.172l-.27.074l.868%204.474l-6.157%201.075z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M15.425%203.751a4.55%204.55%200%200%201%203.087%202.722a4.57%204.57%200%200%201-.01%203.584a6.7%206.7%200%200%201-1.483%202.24L21%2017.663l-7.084%201.345l-2.572-4.166l-.022.005l.874%204.49l-6.47%201.132L3%205.191l.159-.026l8.666-1.472c1.048-.175%202.367-.28%203.6.058m-.08.302c-1.17-.317-2.434-.227-3.467-.053L3.365%205.446L5.981%2020.11l5.844-1.021l-.868-4.458l.53-.143l2.583%204.182l6.385-1.217l-3.86-5.2l.106-.095c.466-.423%201.112-1.228%201.504-2.218c.397-.99.534-2.16.02-3.346a4.24%204.24%200%200%200-2.88-2.54%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22m9.714%206.088l4.003-.688c1.07-.18%203.61-.053%204.352%202.319c.926%202.959-.842%204.674-2.383%205.188l-4.42.874c-1.605.391-4.5-.742-4.5-3.563c0-2.828%201.964-3.929%202.948-4.13m4.617%206.814c2.044%200%203.706-1.652%203.706-3.685a3.695%203.695%200%200%200-3.706-3.68c-2.049%200-3.706%201.647-3.706%203.68a3.695%203.695%200%200%200%203.706%203.685%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2398e5b7%22%20d%3D%22M5.859%2020.29L3.18%205.32l8.672-1.472c2.08-.35%205.172-.402%206.512%202.684c1.08%202.473-.588%204.86-1.557%205.744l3.918%205.29l-6.734%201.275l-2.578-4.172l-.27.074l.868%204.474l-6.157%201.075z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M15.425%203.751a4.55%204.55%200%200%201%203.087%202.722a4.57%204.57%200%200%201-.01%203.584a6.7%206.7%200%200%201-1.483%202.24L21%2017.663l-7.084%201.345l-2.572-4.166l-.022.005l.874%204.49l-6.47%201.132L3%205.191l.159-.026l8.666-1.472c1.048-.175%202.367-.28%203.6.058m-.08.302c-1.17-.317-2.434-.227-3.467-.053L3.365%205.446L5.981%2020.11l5.844-1.021l-.868-4.458l.53-.143l2.583%204.182l6.385-1.217l-3.86-5.2l.106-.095c.466-.423%201.112-1.228%201.504-2.218c.397-.99.534-2.16.02-3.346a4.24%204.24%200%200%200-2.88-2.54%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22m9.714%206.088l4.003-.688c1.07-.18%203.61-.053%204.352%202.319c.926%202.959-.842%204.674-2.383%205.188l-4.42.874c-1.605.391-4.5-.742-4.5-3.563c0-2.828%201.964-3.929%202.948-4.13m4.617%206.814c2.044%200%203.706-1.652%203.706-3.685a3.695%203.695%200%200%200-3.706-3.68c-2.049%200-3.706%201.647-3.706%203.68a3.695%203.695%200%200%200%203.706%203.685%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/treeb.svg?color=%231a73e8&size=48