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

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

The same logo in other sets

Use the dtx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.966 9.301l-3.66 2.692a4.1 4.1 0 0 0-.867-2.52c-1.431-1.853-4.131-2.223-6.03-.827L3 13.36l1.034 1.338l3.66-2.691c0 .913.306 1.8.867 2.52c1.431 1.853 4.131 2.223 6.03.827L21 10.64zm-6.35 4.79a2.74 2.74 0 0 1-2.979.165a2.64 2.64 0 0 1-1.056-1.119a2.56 2.56 0 0 1-.24-1.501a2.6 2.6 0 0 1 .656-1.38c.356-.388.82-.663 1.33-.792a2.75 2.75 0 0 1 1.558.064c.499.168.937.48 1.26.896a2.57 2.57 0 0 1 .514 1.94a2.6 2.6 0 0 1-1.043 1.727"/></svg>

React

import type { SVGProps } from "react";

export function TokenDtx(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="m19.966 9.301l-3.66 2.692a4.1 4.1 0 0 0-.867-2.52c-1.431-1.853-4.131-2.223-6.03-.827L3 13.36l1.034 1.338l3.66-2.691c0 .913.306 1.8.867 2.52c1.431 1.853 4.131 2.223 6.03.827L21 10.64zm-6.35 4.79a2.74 2.74 0 0 1-2.979.165a2.64 2.64 0 0 1-1.056-1.119a2.56 2.56 0 0 1-.24-1.501a2.6 2.6 0 0 1 .656-1.38c.356-.388.82-.663 1.33-.792a2.75 2.75 0 0 1 1.558.064c.499.168.937.48 1.26.896a2.57 2.57 0 0 1 .514 1.94a2.6 2.6 0 0 1-1.043 1.727"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.966 9.301l-3.66 2.692a4.1 4.1 0 0 0-.867-2.52c-1.431-1.853-4.131-2.223-6.03-.827L3 13.36l1.034 1.338l3.66-2.691c0 .913.306 1.8.867 2.52c1.431 1.853 4.131 2.223 6.03.827L21 10.64zm-6.35 4.79a2.74 2.74 0 0 1-2.979.165a2.64 2.64 0 0 1-1.056-1.119a2.56 2.56 0 0 1-.24-1.501a2.6 2.6 0 0 1 .656-1.38c.356-.388.82-.663 1.33-.792a2.75 2.75 0 0 1 1.558.064c.499.168.937.48 1.26.896a2.57 2.57 0 0 1 .514 1.94a2.6 2.6 0 0 1-1.043 1.727"/></svg>
</template>

CSS

.icon-dtx {
  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%22m19.966%209.301l-3.66%202.692a4.1%204.1%200%200%200-.867-2.52c-1.431-1.853-4.131-2.223-6.03-.827L3%2013.36l1.034%201.338l3.66-2.691c0%20.913.306%201.8.867%202.52c1.431%201.853%204.131%202.223%206.03.827L21%2010.64zm-6.35%204.79a2.74%202.74%200%200%201-2.979.165a2.64%202.64%200%200%201-1.056-1.119a2.56%202.56%200%200%201-.24-1.501a2.6%202.6%200%200%201%20.656-1.38c.356-.388.82-.663%201.33-.792a2.75%202.75%200%200%201%201.558.064c.499.168.937.48%201.26.896a2.57%202.57%200%200%201%20.514%201.94a2.6%202.6%200%200%201-1.043%201.727%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%22m19.966%209.301l-3.66%202.692a4.1%204.1%200%200%200-.867-2.52c-1.431-1.853-4.131-2.223-6.03-.827L3%2013.36l1.034%201.338l3.66-2.691c0%20.913.306%201.8.867%202.52c1.431%201.853%204.131%202.223%206.03.827L21%2010.64zm-6.35%204.79a2.74%202.74%200%200%201-2.979.165a2.64%202.64%200%200%201-1.056-1.119a2.56%202.56%200%200%201-.24-1.501a2.6%202.6%200%200%201%20.656-1.38c.356-.388.82-.663%201.33-.792a2.75%202.75%200%200%201%201.558.064c.499.168.937.48%201.26.896a2.57%202.57%200%200%201%20.514%201.94a2.6%202.6%200%200%201-1.043%201.727%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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