dxgm from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
dxgm
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the dxgm logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#2e3092" d="M10.291 7.003H8.002l3.514 5.118l-3.514 5.377h2.185l2.449-3.748l2.574 3.748h2.288z"/><path fill="#ee008e" d="M17 7.003h-2.09L13.5 9.322L14.566 11z"/><path fill="url(#SVGiNmZecxc)" fill-rule="evenodd" d="M10.021 3.774c.8-.24 1.65-.315 2.524-.315c2.24 0 4.283.794 5.833 2.194a.2.2 0 0 0 .265-.3a9.07 9.07 0 0 0-8.737-1.96a.2.2 0 0 0 .115.38m9.136 2.604c.12 0 .22-.1.22-.225s-.1-.225-.22-.225c-.124 0-.224.1-.224.225s.1.225.224.225m0 .224c.245 0 .45-.2.45-.45s-.205-.45-.45-.45c-.25 0-.45.2-.45.45s.2.45.45.45M4.838 7.717c.1.05.135.17.08.265a8.6 8.6 0 0 0-.97 4.088c0 1.96.6 3.769 1.7 5.223a.2.2 0 0 1-.315.235a9.02 9.02 0 0 1-1.83-5.458c0-1.55.386-2.999 1.07-4.273a.2.2 0 0 1 .265-.08m15.564 8.357c.09.05.12.174.07.27a8.88 8.88 0 0 1-5.098 4.198a.2.2 0 0 1-.146-.019a.2.2 0 0 1-.089-.116a.2.2 0 0 1 .125-.245a8.5 8.5 0 0 0 4.873-4.013a.19.19 0 0 1 .265-.075M8.392 4.394a.15.15 0 1 0-.14-.26q-.361.195-.7.42a.15.15 0 1 0 .16.25c.22-.15.45-.286.68-.41m-1.32.869a.15.15 0 1 0-.184-.23q-.316.254-.61.545a.15.15 0 0 0 .205.21c.19-.185.39-.36.59-.525m-1.134 1.1a.15.15 0 0 0-.225-.19q-.346.402-.645.844a.15.15 0 1 0 .25.165q.285-.428.62-.82m.8 12.14a.15.15 0 0 0-.197.022a.15.15 0 0 0-.003.198q.386.343.81.64a.14.14 0 0 0 .204-.036a.15.15 0 0 0-.035-.2a9 9 0 0 1-.78-.63zm1.569 1.114a.15.15 0 0 0-.23.17a.15.15 0 0 0 .085.09c.285.155.575.3.87.42a.15.15 0 0 0 .166-.089a.15.15 0 0 0-.051-.181a8 8 0 0 1-.84-.41m1.72.725a.15.15 0 0 0-.168.105a.15.15 0 0 0 .082.18a10 10 0 0 0 1 .234a.15.15 0 0 0 .136-.121a.15.15 0 0 0-.146-.178c-.3-.055-.605-.13-.905-.22m1.829.34a.15.15 0 0 0-.131.018a.15.15 0 0 0-.066.114a.15.15 0 0 0 .176.158c.16.015.32.02.48.025a.15.15 0 0 0 .166-.079a.15.15 0 0 0-.09-.212a.2.2 0 0 0-.066-.004c-.155 0-.315-.01-.47-.02" clip-rule="evenodd"/><defs><linearGradient id="SVGiNmZecxc" x1="7.752" x2="17.223" y1="4.128" y2="20.272" gradientUnits="userSpaceOnUse"><stop stop-color="#2b3e9b"/><stop offset="1" stop-color="#d4078f"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedDxgm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#2e3092" d="M10.291 7.003H8.002l3.514 5.118l-3.514 5.377h2.185l2.449-3.748l2.574 3.748h2.288z"/><path fill="#ee008e" d="M17 7.003h-2.09L13.5 9.322L14.566 11z"/><path fill="url(#SVGiNmZecxc)" fillRule="evenodd" d="M10.021 3.774c.8-.24 1.65-.315 2.524-.315c2.24 0 4.283.794 5.833 2.194a.2.2 0 0 0 .265-.3a9.07 9.07 0 0 0-8.737-1.96a.2.2 0 0 0 .115.38m9.136 2.604c.12 0 .22-.1.22-.225s-.1-.225-.22-.225c-.124 0-.224.1-.224.225s.1.225.224.225m0 .224c.245 0 .45-.2.45-.45s-.205-.45-.45-.45c-.25 0-.45.2-.45.45s.2.45.45.45M4.838 7.717c.1.05.135.17.08.265a8.6 8.6 0 0 0-.97 4.088c0 1.96.6 3.769 1.7 5.223a.2.2 0 0 1-.315.235a9.02 9.02 0 0 1-1.83-5.458c0-1.55.386-2.999 1.07-4.273a.2.2 0 0 1 .265-.08m15.564 8.357c.09.05.12.174.07.27a8.88 8.88 0 0 1-5.098 4.198a.2.2 0 0 1-.146-.019a.2.2 0 0 1-.089-.116a.2.2 0 0 1 .125-.245a8.5 8.5 0 0 0 4.873-4.013a.19.19 0 0 1 .265-.075M8.392 4.394a.15.15 0 1 0-.14-.26q-.361.195-.7.42a.15.15 0 1 0 .16.25c.22-.15.45-.286.68-.41m-1.32.869a.15.15 0 1 0-.184-.23q-.316.254-.61.545a.15.15 0 0 0 .205.21c.19-.185.39-.36.59-.525m-1.134 1.1a.15.15 0 0 0-.225-.19q-.346.402-.645.844a.15.15 0 1 0 .25.165q.285-.428.62-.82m.8 12.14a.15.15 0 0 0-.197.022a.15.15 0 0 0-.003.198q.386.343.81.64a.14.14 0 0 0 .204-.036a.15.15 0 0 0-.035-.2a9 9 0 0 1-.78-.63zm1.569 1.114a.15.15 0 0 0-.23.17a.15.15 0 0 0 .085.09c.285.155.575.3.87.42a.15.15 0 0 0 .166-.089a.15.15 0 0 0-.051-.181a8 8 0 0 1-.84-.41m1.72.725a.15.15 0 0 0-.168.105a.15.15 0 0 0 .082.18a10 10 0 0 0 1 .234a.15.15 0 0 0 .136-.121a.15.15 0 0 0-.146-.178c-.3-.055-.605-.13-.905-.22m1.829.34a.15.15 0 0 0-.131.018a.15.15 0 0 0-.066.114a.15.15 0 0 0 .176.158c.16.015.32.02.48.025a.15.15 0 0 0 .166-.079a.15.15 0 0 0-.09-.212a.2.2 0 0 0-.066-.004c-.155 0-.315-.01-.47-.02" clipRule="evenodd"/><defs><linearGradient id="SVGiNmZecxc" x1="7.752" x2="17.223" y1="4.128" y2="20.272" gradientUnits="userSpaceOnUse"><stop stopColor="#2b3e9b"/><stop offset="1" stopColor="#d4078f"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#2e3092" d="M10.291 7.003H8.002l3.514 5.118l-3.514 5.377h2.185l2.449-3.748l2.574 3.748h2.288z"/><path fill="#ee008e" d="M17 7.003h-2.09L13.5 9.322L14.566 11z"/><path fill="url(#SVGiNmZecxc)" fill-rule="evenodd" d="M10.021 3.774c.8-.24 1.65-.315 2.524-.315c2.24 0 4.283.794 5.833 2.194a.2.2 0 0 0 .265-.3a9.07 9.07 0 0 0-8.737-1.96a.2.2 0 0 0 .115.38m9.136 2.604c.12 0 .22-.1.22-.225s-.1-.225-.22-.225c-.124 0-.224.1-.224.225s.1.225.224.225m0 .224c.245 0 .45-.2.45-.45s-.205-.45-.45-.45c-.25 0-.45.2-.45.45s.2.45.45.45M4.838 7.717c.1.05.135.17.08.265a8.6 8.6 0 0 0-.97 4.088c0 1.96.6 3.769 1.7 5.223a.2.2 0 0 1-.315.235a9.02 9.02 0 0 1-1.83-5.458c0-1.55.386-2.999 1.07-4.273a.2.2 0 0 1 .265-.08m15.564 8.357c.09.05.12.174.07.27a8.88 8.88 0 0 1-5.098 4.198a.2.2 0 0 1-.146-.019a.2.2 0 0 1-.089-.116a.2.2 0 0 1 .125-.245a8.5 8.5 0 0 0 4.873-4.013a.19.19 0 0 1 .265-.075M8.392 4.394a.15.15 0 1 0-.14-.26q-.361.195-.7.42a.15.15 0 1 0 .16.25c.22-.15.45-.286.68-.41m-1.32.869a.15.15 0 1 0-.184-.23q-.316.254-.61.545a.15.15 0 0 0 .205.21c.19-.185.39-.36.59-.525m-1.134 1.1a.15.15 0 0 0-.225-.19q-.346.402-.645.844a.15.15 0 1 0 .25.165q.285-.428.62-.82m.8 12.14a.15.15 0 0 0-.197.022a.15.15 0 0 0-.003.198q.386.343.81.64a.14.14 0 0 0 .204-.036a.15.15 0 0 0-.035-.2a9 9 0 0 1-.78-.63zm1.569 1.114a.15.15 0 0 0-.23.17a.15.15 0 0 0 .085.09c.285.155.575.3.87.42a.15.15 0 0 0 .166-.089a.15.15 0 0 0-.051-.181a8 8 0 0 1-.84-.41m1.72.725a.15.15 0 0 0-.168.105a.15.15 0 0 0 .082.18a10 10 0 0 0 1 .234a.15.15 0 0 0 .136-.121a.15.15 0 0 0-.146-.178c-.3-.055-.605-.13-.905-.22m1.829.34a.15.15 0 0 0-.131.018a.15.15 0 0 0-.066.114a.15.15 0 0 0 .176.158c.16.015.32.02.48.025a.15.15 0 0 0 .166-.079a.15.15 0 0 0-.09-.212a.2.2 0 0 0-.066-.004c-.155 0-.315-.01-.47-.02" clip-rule="evenodd"/><defs><linearGradient id="SVGiNmZecxc" x1="7.752" x2="17.223" y1="4.128" y2="20.272" gradientUnits="userSpaceOnUse"><stop stop-color="#2b3e9b"/><stop offset="1" stop-color="#d4078f"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-dxgm {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232e3092%22%20d%3D%22M10.291%207.003H8.002l3.514%205.118l-3.514%205.377h2.185l2.449-3.748l2.574%203.748h2.288z%22%2F%3E%3Cpath%20fill%3D%22%23ee008e%22%20d%3D%22M17%207.003h-2.09L13.5%209.322L14.566%2011z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGiNmZecxc)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.021%203.774c.8-.24%201.65-.315%202.524-.315c2.24%200%204.283.794%205.833%202.194a.2.2%200%200%200%20.265-.3a9.07%209.07%200%200%200-8.737-1.96a.2.2%200%200%200%20.115.38m9.136%202.604c.12%200%20.22-.1.22-.225s-.1-.225-.22-.225c-.124%200-.224.1-.224.225s.1.225.224.225m0%20.224c.245%200%20.45-.2.45-.45s-.205-.45-.45-.45c-.25%200-.45.2-.45.45s.2.45.45.45M4.838%207.717c.1.05.135.17.08.265a8.6%208.6%200%200%200-.97%204.088c0%201.96.6%203.769%201.7%205.223a.2.2%200%200%201-.315.235a9.02%209.02%200%200%201-1.83-5.458c0-1.55.386-2.999%201.07-4.273a.2.2%200%200%201%20.265-.08m15.564%208.357c.09.05.12.174.07.27a8.88%208.88%200%200%201-5.098%204.198a.2.2%200%200%201-.146-.019a.2.2%200%200%201-.089-.116a.2.2%200%200%201%20.125-.245a8.5%208.5%200%200%200%204.873-4.013a.19.19%200%200%201%20.265-.075M8.392%204.394a.15.15%200%201%200-.14-.26q-.361.195-.7.42a.15.15%200%201%200%20.16.25c.22-.15.45-.286.68-.41m-1.32.869a.15.15%200%201%200-.184-.23q-.316.254-.61.545a.15.15%200%200%200%20.205.21c.19-.185.39-.36.59-.525m-1.134%201.1a.15.15%200%200%200-.225-.19q-.346.402-.645.844a.15.15%200%201%200%20.25.165q.285-.428.62-.82m.8%2012.14a.15.15%200%200%200-.197.022a.15.15%200%200%200-.003.198q.386.343.81.64a.14.14%200%200%200%20.204-.036a.15.15%200%200%200-.035-.2a9%209%200%200%201-.78-.63zm1.569%201.114a.15.15%200%200%200-.23.17a.15.15%200%200%200%20.085.09c.285.155.575.3.87.42a.15.15%200%200%200%20.166-.089a.15.15%200%200%200-.051-.181a8%208%200%200%201-.84-.41m1.72.725a.15.15%200%200%200-.168.105a.15.15%200%200%200%20.082.18a10%2010%200%200%200%201%20.234a.15.15%200%200%200%20.136-.121a.15.15%200%200%200-.146-.178c-.3-.055-.605-.13-.905-.22m1.829.34a.15.15%200%200%200-.131.018a.15.15%200%200%200-.066.114a.15.15%200%200%200%20.176.158c.16.015.32.02.48.025a.15.15%200%200%200%20.166-.079a.15.15%200%200%200-.09-.212a.2.2%200%200%200-.066-.004c-.155%200-.315-.01-.47-.02%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGiNmZecxc%22%20x1%3D%227.752%22%20x2%3D%2217.223%22%20y1%3D%224.128%22%20y2%3D%2220.272%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232b3e9b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d4078f%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232e3092%22%20d%3D%22M10.291%207.003H8.002l3.514%205.118l-3.514%205.377h2.185l2.449-3.748l2.574%203.748h2.288z%22%2F%3E%3Cpath%20fill%3D%22%23ee008e%22%20d%3D%22M17%207.003h-2.09L13.5%209.322L14.566%2011z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGiNmZecxc)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.021%203.774c.8-.24%201.65-.315%202.524-.315c2.24%200%204.283.794%205.833%202.194a.2.2%200%200%200%20.265-.3a9.07%209.07%200%200%200-8.737-1.96a.2.2%200%200%200%20.115.38m9.136%202.604c.12%200%20.22-.1.22-.225s-.1-.225-.22-.225c-.124%200-.224.1-.224.225s.1.225.224.225m0%20.224c.245%200%20.45-.2.45-.45s-.205-.45-.45-.45c-.25%200-.45.2-.45.45s.2.45.45.45M4.838%207.717c.1.05.135.17.08.265a8.6%208.6%200%200%200-.97%204.088c0%201.96.6%203.769%201.7%205.223a.2.2%200%200%201-.315.235a9.02%209.02%200%200%201-1.83-5.458c0-1.55.386-2.999%201.07-4.273a.2.2%200%200%201%20.265-.08m15.564%208.357c.09.05.12.174.07.27a8.88%208.88%200%200%201-5.098%204.198a.2.2%200%200%201-.146-.019a.2.2%200%200%201-.089-.116a.2.2%200%200%201%20.125-.245a8.5%208.5%200%200%200%204.873-4.013a.19.19%200%200%201%20.265-.075M8.392%204.394a.15.15%200%201%200-.14-.26q-.361.195-.7.42a.15.15%200%201%200%20.16.25c.22-.15.45-.286.68-.41m-1.32.869a.15.15%200%201%200-.184-.23q-.316.254-.61.545a.15.15%200%200%200%20.205.21c.19-.185.39-.36.59-.525m-1.134%201.1a.15.15%200%200%200-.225-.19q-.346.402-.645.844a.15.15%200%201%200%20.25.165q.285-.428.62-.82m.8%2012.14a.15.15%200%200%200-.197.022a.15.15%200%200%200-.003.198q.386.343.81.64a.14.14%200%200%200%20.204-.036a.15.15%200%200%200-.035-.2a9%209%200%200%201-.78-.63zm1.569%201.114a.15.15%200%200%200-.23.17a.15.15%200%200%200%20.085.09c.285.155.575.3.87.42a.15.15%200%200%200%20.166-.089a.15.15%200%200%200-.051-.181a8%208%200%200%201-.84-.41m1.72.725a.15.15%200%200%200-.168.105a.15.15%200%200%200%20.082.18a10%2010%200%200%200%201%20.234a.15.15%200%200%200%20.136-.121a.15.15%200%200%200-.146-.178c-.3-.055-.605-.13-.905-.22m1.829.34a.15.15%200%200%200-.131.018a.15.15%200%200%200-.066.114a.15.15%200%200%200%20.176.158c.16.015.32.02.48.025a.15.15%200%200%200%20.166-.079a.15.15%200%200%200-.09-.212a.2.2%200%200%200-.066-.004c-.155%200-.315-.01-.47-.02%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGiNmZecxc%22%20x1%3D%227.752%22%20x2%3D%2217.223%22%20y1%3D%224.128%22%20y2%3D%2220.272%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232b3e9b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d4078f%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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