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

Name
taki
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 taki logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGTdUw8cPb)" d="M4.535 3.799A1.38 1.38 0 0 1 5.78 3h13.83c1.03 0 1.705 1.125 1.238 2.081L18.756 9.43c-.226.462-.63.855-1.131.883h-2.436l-2.672 9.647A1.394 1.394 0 0 1 11.184 21h-3.78c-.911 0-1.575-.9-1.339-1.811a177 177 0 0 1 2.205-7.774c.585-1.817 2.453-2.227 4.236-2.227h1.226c-.326-.406-.888-.563-1.676-.563H4.39c-1.03 0-1.704-.99-1.237-1.946zM15.19 9.188h2.053a.56.56 0 0 0 .523-.36l1.542-3.938a.563.563 0 0 0-.523-.765H6.155a.56.56 0 0 0-.517.349l-.928 2.25a.562.562 0 0 0 .517.776h6.83c1.743 0 2.744.883 3.132 1.688m-1.502 1.124h-1.406c-1.164 0-2.306.338-2.694 1.553c-.675 2.11-1.508 5.383-2.003 7.29a.58.58 0 0 0 .551.72h2.61a.58.58 0 0 0 .546-.433z"/><defs><linearGradient id="SVGTdUw8cPb" x1="6.116" x2="12.422" y1="4.44" y2="21.563" gradientUnits="userSpaceOnUse"><stop stop-color="#fdc85b"/><stop offset="1" stop-color="#a811aa"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedTaki(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="url(#SVGTdUw8cPb)" d="M4.535 3.799A1.38 1.38 0 0 1 5.78 3h13.83c1.03 0 1.705 1.125 1.238 2.081L18.756 9.43c-.226.462-.63.855-1.131.883h-2.436l-2.672 9.647A1.394 1.394 0 0 1 11.184 21h-3.78c-.911 0-1.575-.9-1.339-1.811a177 177 0 0 1 2.205-7.774c.585-1.817 2.453-2.227 4.236-2.227h1.226c-.326-.406-.888-.563-1.676-.563H4.39c-1.03 0-1.704-.99-1.237-1.946zM15.19 9.188h2.053a.56.56 0 0 0 .523-.36l1.542-3.938a.563.563 0 0 0-.523-.765H6.155a.56.56 0 0 0-.517.349l-.928 2.25a.562.562 0 0 0 .517.776h6.83c1.743 0 2.744.883 3.132 1.688m-1.502 1.124h-1.406c-1.164 0-2.306.338-2.694 1.553c-.675 2.11-1.508 5.383-2.003 7.29a.58.58 0 0 0 .551.72h2.61a.58.58 0 0 0 .546-.433z"/><defs><linearGradient id="SVGTdUw8cPb" x1="6.116" x2="12.422" y1="4.44" y2="21.563" gradientUnits="userSpaceOnUse"><stop stopColor="#fdc85b"/><stop offset="1" stopColor="#a811aa"/></linearGradient></defs></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="url(#SVGTdUw8cPb)" d="M4.535 3.799A1.38 1.38 0 0 1 5.78 3h13.83c1.03 0 1.705 1.125 1.238 2.081L18.756 9.43c-.226.462-.63.855-1.131.883h-2.436l-2.672 9.647A1.394 1.394 0 0 1 11.184 21h-3.78c-.911 0-1.575-.9-1.339-1.811a177 177 0 0 1 2.205-7.774c.585-1.817 2.453-2.227 4.236-2.227h1.226c-.326-.406-.888-.563-1.676-.563H4.39c-1.03 0-1.704-.99-1.237-1.946zM15.19 9.188h2.053a.56.56 0 0 0 .523-.36l1.542-3.938a.563.563 0 0 0-.523-.765H6.155a.56.56 0 0 0-.517.349l-.928 2.25a.562.562 0 0 0 .517.776h6.83c1.743 0 2.744.883 3.132 1.688m-1.502 1.124h-1.406c-1.164 0-2.306.338-2.694 1.553c-.675 2.11-1.508 5.383-2.003 7.29a.58.58 0 0 0 .551.72h2.61a.58.58 0 0 0 .546-.433z"/><defs><linearGradient id="SVGTdUw8cPb" x1="6.116" x2="12.422" y1="4.44" y2="21.563" gradientUnits="userSpaceOnUse"><stop stop-color="#fdc85b"/><stop offset="1" stop-color="#a811aa"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-taki {
  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%22url(%23SVGTdUw8cPb)%22%20d%3D%22M4.535%203.799A1.38%201.38%200%200%201%205.78%203h13.83c1.03%200%201.705%201.125%201.238%202.081L18.756%209.43c-.226.462-.63.855-1.131.883h-2.436l-2.672%209.647A1.394%201.394%200%200%201%2011.184%2021h-3.78c-.911%200-1.575-.9-1.339-1.811a177%20177%200%200%201%202.205-7.774c.585-1.817%202.453-2.227%204.236-2.227h1.226c-.326-.406-.888-.563-1.676-.563H4.39c-1.03%200-1.704-.99-1.237-1.946zM15.19%209.188h2.053a.56.56%200%200%200%20.523-.36l1.542-3.938a.563.563%200%200%200-.523-.765H6.155a.56.56%200%200%200-.517.349l-.928%202.25a.562.562%200%200%200%20.517.776h6.83c1.743%200%202.744.883%203.132%201.688m-1.502%201.124h-1.406c-1.164%200-2.306.338-2.694%201.553c-.675%202.11-1.508%205.383-2.003%207.29a.58.58%200%200%200%20.551.72h2.61a.58.58%200%200%200%20.546-.433z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGTdUw8cPb%22%20x1%3D%226.116%22%20x2%3D%2212.422%22%20y1%3D%224.44%22%20y2%3D%2221.563%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdc85b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23a811aa%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%22url(%23SVGTdUw8cPb)%22%20d%3D%22M4.535%203.799A1.38%201.38%200%200%201%205.78%203h13.83c1.03%200%201.705%201.125%201.238%202.081L18.756%209.43c-.226.462-.63.855-1.131.883h-2.436l-2.672%209.647A1.394%201.394%200%200%201%2011.184%2021h-3.78c-.911%200-1.575-.9-1.339-1.811a177%20177%200%200%201%202.205-7.774c.585-1.817%202.453-2.227%204.236-2.227h1.226c-.326-.406-.888-.563-1.676-.563H4.39c-1.03%200-1.704-.99-1.237-1.946zM15.19%209.188h2.053a.56.56%200%200%200%20.523-.36l1.542-3.938a.563.563%200%200%200-.523-.765H6.155a.56.56%200%200%200-.517.349l-.928%202.25a.562.562%200%200%200%20.517.776h6.83c1.743%200%202.744.883%203.132%201.688m-1.502%201.124h-1.406c-1.164%200-2.306.338-2.694%201.553c-.675%202.11-1.508%205.383-2.003%207.29a.58.58%200%200%200%20.551.72h2.61a.58.58%200%200%200%20.546-.433z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGTdUw8cPb%22%20x1%3D%226.116%22%20x2%3D%2212.422%22%20y1%3D%224.44%22%20y2%3D%2221.563%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdc85b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23a811aa%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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