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

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

The same logo in other sets

Use the tvk logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.633 20.25c-.204.342-.408.75-.882.75c-.408 0-.744-.408-.948-.75L3.78 5.52c-.198-.408-.402-.816-.474-1.29C3.24 3.48 3.649 3 4.393 3H9.9c.744 0 1.29.342 1.698 1.092c.882 1.77 1.494 3.27 2.646 4.908c2.718 3.066 5.37 0 6.456-1.23z"/></svg>

React

import type { SVGProps } from "react";

export function TokenTvk(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="M13.633 20.25c-.204.342-.408.75-.882.75c-.408 0-.744-.408-.948-.75L3.78 5.52c-.198-.408-.402-.816-.474-1.29C3.24 3.48 3.649 3 4.393 3H9.9c.744 0 1.29.342 1.698 1.092c.882 1.77 1.494 3.27 2.646 4.908c2.718 3.066 5.37 0 6.456-1.23z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.633 20.25c-.204.342-.408.75-.882.75c-.408 0-.744-.408-.948-.75L3.78 5.52c-.198-.408-.402-.816-.474-1.29C3.24 3.48 3.649 3 4.393 3H9.9c.744 0 1.29.342 1.698 1.092c.882 1.77 1.494 3.27 2.646 4.908c2.718 3.066 5.37 0 6.456-1.23z"/></svg>
</template>

CSS

.icon-tvk {
  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%22M13.633%2020.25c-.204.342-.408.75-.882.75c-.408%200-.744-.408-.948-.75L3.78%205.52c-.198-.408-.402-.816-.474-1.29C3.24%203.48%203.649%203%204.393%203H9.9c.744%200%201.29.342%201.698%201.092c.882%201.77%201.494%203.27%202.646%204.908c2.718%203.066%205.37%200%206.456-1.23z%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%22M13.633%2020.25c-.204.342-.408.75-.882.75c-.408%200-.744-.408-.948-.75L3.78%205.52c-.198-.408-.402-.816-.474-1.29C3.24%203.48%203.649%203%204.393%203H9.9c.744%200%201.29.342%201.698%201.092c.882%201.77%201.494%203.27%202.646%204.908c2.718%203.066%205.37%200%206.456-1.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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