ttk from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
ttk
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the ttk logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.593 17.108a8.95 8.95 0 0 1-1.577-5.491a4.8 4.8 0 0 0 1.577.65zm4.762 3.493a9 9 0 0 1-2.46-1.19h1.931v.529h.53zm1.058.259v-.921h.265v-.53h.264v-7.406h-.264v-.529h-.265v-1.058h3.174v1.058h-.264v.53h-.265v7.406h.265v.529h.264v.92a9 9 0 0 1-3.174 0m6.693-1.449a9 9 0 0 1-2.46 1.191v-.661h.529v-.53zm.714-6.877h-3.174v1.058h.264v.529h.265v4.761h2.116V14.12h.264v-.53h.265zm-8.465 0H6.18v1.058h.264v.529h.265v4.761h2.116V14.12h.264v-.53h.265zm9.522 5.264a8.96 8.96 0 0 0 2.09-6.455h-.01a.265.265 0 0 1-.27.127c-.53.244-1.228.535-1.81.535zm2.064-6.746a.264.264 0 0 0-.476.122c-1.47-.148-2.486-.704-2.814-1.302a.265.265 0 0 0-.096-.513c-.264 0-.264.265-.264.265v.264h-2.645v-.793c1.27 0 2.29-.53 2.645-.794c-1.513.053-2.222-.54-2.497-1.08a.53.53 0 1 0-.677-.507H9.884a.53.53 0 1 0-.677.508a1.6 1.6 0 0 1-.413.545L4.334 7.3q.184-.301.392-.587h3.042l-2.693-.45a8.978 8.978 0 0 1 14.03.228l-3.401.487l3.915.243q.165.271.317.55h-3.174l3.418.487c.406.885.665 1.83.767 2.799z"/><path fill="currentColor" d="M3.271 10.945a.26.26 0 0 0-.211.105c.105-1.079.412-2.1.878-3.036l4.856-.249c-.608.519-1.544.593-2.084.534c.212.635 1.497.794 2.116.794v.794H6.71v-.265a.265.265 0 1 0-.265.265c-.613 1.073-1.862 1.285-2.91 1.322a.265.265 0 0 0-.264-.264"/></svg>

React

import type { SVGProps } from "react";

export function TokenTtk(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" d="M4.593 17.108a8.95 8.95 0 0 1-1.577-5.491a4.8 4.8 0 0 0 1.577.65zm4.762 3.493a9 9 0 0 1-2.46-1.19h1.931v.529h.53zm1.058.259v-.921h.265v-.53h.264v-7.406h-.264v-.529h-.265v-1.058h3.174v1.058h-.264v.53h-.265v7.406h.265v.529h.264v.92a9 9 0 0 1-3.174 0m6.693-1.449a9 9 0 0 1-2.46 1.191v-.661h.529v-.53zm.714-6.877h-3.174v1.058h.264v.529h.265v4.761h2.116V14.12h.264v-.53h.265zm-8.465 0H6.18v1.058h.264v.529h.265v4.761h2.116V14.12h.264v-.53h.265zm9.522 5.264a8.96 8.96 0 0 0 2.09-6.455h-.01a.265.265 0 0 1-.27.127c-.53.244-1.228.535-1.81.535zm2.064-6.746a.264.264 0 0 0-.476.122c-1.47-.148-2.486-.704-2.814-1.302a.265.265 0 0 0-.096-.513c-.264 0-.264.265-.264.265v.264h-2.645v-.793c1.27 0 2.29-.53 2.645-.794c-1.513.053-2.222-.54-2.497-1.08a.53.53 0 1 0-.677-.507H9.884a.53.53 0 1 0-.677.508a1.6 1.6 0 0 1-.413.545L4.334 7.3q.184-.301.392-.587h3.042l-2.693-.45a8.978 8.978 0 0 1 14.03.228l-3.401.487l3.915.243q.165.271.317.55h-3.174l3.418.487c.406.885.665 1.83.767 2.799z"/><path fill="currentColor" d="M3.271 10.945a.26.26 0 0 0-.211.105c.105-1.079.412-2.1.878-3.036l4.856-.249c-.608.519-1.544.593-2.084.534c.212.635 1.497.794 2.116.794v.794H6.71v-.265a.265.265 0 1 0-.265.265c-.613 1.073-1.862 1.285-2.91 1.322a.265.265 0 0 0-.264-.264"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.593 17.108a8.95 8.95 0 0 1-1.577-5.491a4.8 4.8 0 0 0 1.577.65zm4.762 3.493a9 9 0 0 1-2.46-1.19h1.931v.529h.53zm1.058.259v-.921h.265v-.53h.264v-7.406h-.264v-.529h-.265v-1.058h3.174v1.058h-.264v.53h-.265v7.406h.265v.529h.264v.92a9 9 0 0 1-3.174 0m6.693-1.449a9 9 0 0 1-2.46 1.191v-.661h.529v-.53zm.714-6.877h-3.174v1.058h.264v.529h.265v4.761h2.116V14.12h.264v-.53h.265zm-8.465 0H6.18v1.058h.264v.529h.265v4.761h2.116V14.12h.264v-.53h.265zm9.522 5.264a8.96 8.96 0 0 0 2.09-6.455h-.01a.265.265 0 0 1-.27.127c-.53.244-1.228.535-1.81.535zm2.064-6.746a.264.264 0 0 0-.476.122c-1.47-.148-2.486-.704-2.814-1.302a.265.265 0 0 0-.096-.513c-.264 0-.264.265-.264.265v.264h-2.645v-.793c1.27 0 2.29-.53 2.645-.794c-1.513.053-2.222-.54-2.497-1.08a.53.53 0 1 0-.677-.507H9.884a.53.53 0 1 0-.677.508a1.6 1.6 0 0 1-.413.545L4.334 7.3q.184-.301.392-.587h3.042l-2.693-.45a8.978 8.978 0 0 1 14.03.228l-3.401.487l3.915.243q.165.271.317.55h-3.174l3.418.487c.406.885.665 1.83.767 2.799z"/><path fill="currentColor" d="M3.271 10.945a.26.26 0 0 0-.211.105c.105-1.079.412-2.1.878-3.036l4.856-.249c-.608.519-1.544.593-2.084.534c.212.635 1.497.794 2.116.794v.794H6.71v-.265a.265.265 0 1 0-.265.265c-.613 1.073-1.862 1.285-2.91 1.322a.265.265 0 0 0-.264-.264"/></svg>
</template>

CSS

.icon-ttk {
  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%20d%3D%22M4.593%2017.108a8.95%208.95%200%200%201-1.577-5.491a4.8%204.8%200%200%200%201.577.65zm4.762%203.493a9%209%200%200%201-2.46-1.19h1.931v.529h.53zm1.058.259v-.921h.265v-.53h.264v-7.406h-.264v-.529h-.265v-1.058h3.174v1.058h-.264v.53h-.265v7.406h.265v.529h.264v.92a9%209%200%200%201-3.174%200m6.693-1.449a9%209%200%200%201-2.46%201.191v-.661h.529v-.53zm.714-6.877h-3.174v1.058h.264v.529h.265v4.761h2.116V14.12h.264v-.53h.265zm-8.465%200H6.18v1.058h.264v.529h.265v4.761h2.116V14.12h.264v-.53h.265zm9.522%205.264a8.96%208.96%200%200%200%202.09-6.455h-.01a.265.265%200%200%201-.27.127c-.53.244-1.228.535-1.81.535zm2.064-6.746a.264.264%200%200%200-.476.122c-1.47-.148-2.486-.704-2.814-1.302a.265.265%200%200%200-.096-.513c-.264%200-.264.265-.264.265v.264h-2.645v-.793c1.27%200%202.29-.53%202.645-.794c-1.513.053-2.222-.54-2.497-1.08a.53.53%200%201%200-.677-.507H9.884a.53.53%200%201%200-.677.508a1.6%201.6%200%200%201-.413.545L4.334%207.3q.184-.301.392-.587h3.042l-2.693-.45a8.978%208.978%200%200%201%2014.03.228l-3.401.487l3.915.243q.165.271.317.55h-3.174l3.418.487c.406.885.665%201.83.767%202.799z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.271%2010.945a.26.26%200%200%200-.211.105c.105-1.079.412-2.1.878-3.036l4.856-.249c-.608.519-1.544.593-2.084.534c.212.635%201.497.794%202.116.794v.794H6.71v-.265a.265.265%200%201%200-.265.265c-.613%201.073-1.862%201.285-2.91%201.322a.265.265%200%200%200-.264-.264%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%20d%3D%22M4.593%2017.108a8.95%208.95%200%200%201-1.577-5.491a4.8%204.8%200%200%200%201.577.65zm4.762%203.493a9%209%200%200%201-2.46-1.19h1.931v.529h.53zm1.058.259v-.921h.265v-.53h.264v-7.406h-.264v-.529h-.265v-1.058h3.174v1.058h-.264v.53h-.265v7.406h.265v.529h.264v.92a9%209%200%200%201-3.174%200m6.693-1.449a9%209%200%200%201-2.46%201.191v-.661h.529v-.53zm.714-6.877h-3.174v1.058h.264v.529h.265v4.761h2.116V14.12h.264v-.53h.265zm-8.465%200H6.18v1.058h.264v.529h.265v4.761h2.116V14.12h.264v-.53h.265zm9.522%205.264a8.96%208.96%200%200%200%202.09-6.455h-.01a.265.265%200%200%201-.27.127c-.53.244-1.228.535-1.81.535zm2.064-6.746a.264.264%200%200%200-.476.122c-1.47-.148-2.486-.704-2.814-1.302a.265.265%200%200%200-.096-.513c-.264%200-.264.265-.264.265v.264h-2.645v-.793c1.27%200%202.29-.53%202.645-.794c-1.513.053-2.222-.54-2.497-1.08a.53.53%200%201%200-.677-.507H9.884a.53.53%200%201%200-.677.508a1.6%201.6%200%200%201-.413.545L4.334%207.3q.184-.301.392-.587h3.042l-2.693-.45a8.978%208.978%200%200%201%2014.03.228l-3.401.487l3.915.243q.165.271.317.55h-3.174l3.418.487c.406.885.665%201.83.767%202.799z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.271%2010.945a.26.26%200%200%200-.211.105c.105-1.079.412-2.1.878-3.036l4.856-.249c-.608.519-1.544.593-2.084.534c.212.635%201.497.794%202.116.794v.794H6.71v-.265a.265.265%200%201%200-.265.265c-.613%201.073-1.862%201.285-2.91%201.322a.265.265%200%200%200-.264-.264%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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