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

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

The same logo in other sets

Use the dgx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 10.875l5.063 5.063L12 21zm0 0V21l-5.062-5.062zM12 3v6.598l-5.726 5.777L3 12.073z"/><path fill="currentColor" d="m12 3l9 9.073l-3.274 3.302L12 9.598z"/></svg>

React

import type { SVGProps } from "react";

export function TokenDgx(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="m12 10.875l5.063 5.063L12 21zm0 0V21l-5.062-5.062zM12 3v6.598l-5.726 5.777L3 12.073z"/><path fill="currentColor" d="m12 3l9 9.073l-3.274 3.302L12 9.598z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 10.875l5.063 5.063L12 21zm0 0V21l-5.062-5.062zM12 3v6.598l-5.726 5.777L3 12.073z"/><path fill="currentColor" d="m12 3l9 9.073l-3.274 3.302L12 9.598z"/></svg>
</template>

CSS

.icon-dgx {
  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%22m12%2010.875l5.063%205.063L12%2021zm0%200V21l-5.062-5.062zM12%203v6.598l-5.726%205.777L3%2012.073z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%203l9%209.073l-3.274%203.302L12%209.598z%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%22m12%2010.875l5.063%205.063L12%2021zm0%200V21l-5.062-5.062zM12%203v6.598l-5.726%205.777L3%2012.073z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%203l9%209.073l-3.274%203.302L12%209.598z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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