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

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

The same logo in other sets

Use the vtc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.264 11.264h4.234l2.18 2.952L8.59 17.2zm.157 1.63H3l.76-1.058l.646 1.058zm4.617 4.91l3.019-4.32l6.777-9.646c.85.77 1.581 1.663 2.166 2.65l-.007.127L11.631 19.9a.64.64 0 0 1-.8.2a.65.65 0 0 1-.23-.186z"/></svg>

React

import type { SVGProps } from "react";

export function TokenVtc(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.264 11.264h4.234l2.18 2.952L8.59 17.2zm.157 1.63H3l.76-1.058l.646 1.058zm4.617 4.91l3.019-4.32l6.777-9.646c.85.77 1.581 1.663 2.166 2.65l-.007.127L11.631 19.9a.64.64 0 0 1-.8.2a.65.65 0 0 1-.23-.186z"/></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.264 11.264h4.234l2.18 2.952L8.59 17.2zm.157 1.63H3l.76-1.058l.646 1.058zm4.617 4.91l3.019-4.32l6.777-9.646c.85.77 1.581 1.663 2.166 2.65l-.007.127L11.631 19.9a.64.64 0 0 1-.8.2a.65.65 0 0 1-.23-.186z"/></svg>
</template>

CSS

.icon-vtc {
  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.264%2011.264h4.234l2.18%202.952L8.59%2017.2zm.157%201.63H3l.76-1.058l.646%201.058zm4.617%204.91l3.019-4.32l6.777-9.646c.85.77%201.581%201.663%202.166%202.65l-.007.127L11.631%2019.9a.64.64%200%200%201-.8.2a.65.65%200%200%201-.23-.186z%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.264%2011.264h4.234l2.18%202.952L8.59%2017.2zm.157%201.63H3l.76-1.058l.646%201.058zm4.617%204.91l3.019-4.32l6.777-9.646c.85.77%201.581%201.663%202.166%202.65l-.007.127L11.631%2019.9a.64.64%200%200%201-.8.2a.65.65%200%200%201-.23-.186z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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