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

Name
dia
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 dia logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGI91mcOMA)" d="M10.935 8.294V6.177h2.647l3.971 3.176l.794 3.176c0 6.354-6.353 8.471-8.735 8.471c-2.383 0-3.97-1.323-3.97-1.588l3.97-.53c1.764-1.147 5.347-4.023 5.559-6.353c0-2.382-2.736-3.794-4.236-4.235"/><path fill="url(#SVGnxUu6cXU)" d="M10.936 16.765H8.289V3h2.382c3.671 0 7.941 3.176 7.676 10.059c-.529-4.765-5.382-6.883-7.411-6.883z"/><path fill="url(#SVGFewXTbyV)" d="M8.288 3L5.641 4.853v14.559h2.382c3.672 0 7.677-2.912 7.148-6.883c-1.06 3.706-4.853 4.236-6.883 4.236z"/><defs><linearGradient id="SVGI91mcOMA" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#5a3b90"/><stop offset=".292" stop-color="#614397"/><stop offset=".615" stop-color="#8071b3"/><stop offset=".857" stop-color="#aebade"/><stop offset="1" stop-color="#c2dcf1"/></linearGradient><linearGradient id="SVGnxUu6cXU" x1="18.344" x2="5.641" y1="11.3" y2="11.3" gradientUnits="userSpaceOnUse"><stop stop-color="#6c5df4"/><stop offset=".437" stop-color="#8093d6"/><stop offset="1" stop-color="#9de2ae"/></linearGradient><linearGradient id="SVGFewXTbyV" x1="5.641" x2="18.876" y1="12" y2="12" gradientUnits="userSpaceOnUse"><stop stop-color="#5b51ef"/><stop offset=".19" stop-color="#8367d3"/><stop offset=".45" stop-color="#b483aa"/><stop offset=".715" stop-color="#e7a081"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedDia(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="url(#SVGI91mcOMA)" d="M10.935 8.294V6.177h2.647l3.971 3.176l.794 3.176c0 6.354-6.353 8.471-8.735 8.471c-2.383 0-3.97-1.323-3.97-1.588l3.97-.53c1.764-1.147 5.347-4.023 5.559-6.353c0-2.382-2.736-3.794-4.236-4.235"/><path fill="url(#SVGnxUu6cXU)" d="M10.936 16.765H8.289V3h2.382c3.671 0 7.941 3.176 7.676 10.059c-.529-4.765-5.382-6.883-7.411-6.883z"/><path fill="url(#SVGFewXTbyV)" d="M8.288 3L5.641 4.853v14.559h2.382c3.672 0 7.677-2.912 7.148-6.883c-1.06 3.706-4.853 4.236-6.883 4.236z"/><defs><linearGradient id="SVGI91mcOMA" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stopColor="#5a3b90"/><stop offset=".292" stopColor="#614397"/><stop offset=".615" stopColor="#8071b3"/><stop offset=".857" stopColor="#aebade"/><stop offset="1" stopColor="#c2dcf1"/></linearGradient><linearGradient id="SVGnxUu6cXU" x1="18.344" x2="5.641" y1="11.3" y2="11.3" gradientUnits="userSpaceOnUse"><stop stopColor="#6c5df4"/><stop offset=".437" stopColor="#8093d6"/><stop offset="1" stopColor="#9de2ae"/></linearGradient><linearGradient id="SVGFewXTbyV" x1="5.641" x2="18.876" y1="12" y2="12" gradientUnits="userSpaceOnUse"><stop stopColor="#5b51ef"/><stop offset=".19" stopColor="#8367d3"/><stop offset=".45" stopColor="#b483aa"/><stop offset=".715" stopColor="#e7a081"/></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="url(#SVGI91mcOMA)" d="M10.935 8.294V6.177h2.647l3.971 3.176l.794 3.176c0 6.354-6.353 8.471-8.735 8.471c-2.383 0-3.97-1.323-3.97-1.588l3.97-.53c1.764-1.147 5.347-4.023 5.559-6.353c0-2.382-2.736-3.794-4.236-4.235"/><path fill="url(#SVGnxUu6cXU)" d="M10.936 16.765H8.289V3h2.382c3.671 0 7.941 3.176 7.676 10.059c-.529-4.765-5.382-6.883-7.411-6.883z"/><path fill="url(#SVGFewXTbyV)" d="M8.288 3L5.641 4.853v14.559h2.382c3.672 0 7.677-2.912 7.148-6.883c-1.06 3.706-4.853 4.236-6.883 4.236z"/><defs><linearGradient id="SVGI91mcOMA" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#5a3b90"/><stop offset=".292" stop-color="#614397"/><stop offset=".615" stop-color="#8071b3"/><stop offset=".857" stop-color="#aebade"/><stop offset="1" stop-color="#c2dcf1"/></linearGradient><linearGradient id="SVGnxUu6cXU" x1="18.344" x2="5.641" y1="11.3" y2="11.3" gradientUnits="userSpaceOnUse"><stop stop-color="#6c5df4"/><stop offset=".437" stop-color="#8093d6"/><stop offset="1" stop-color="#9de2ae"/></linearGradient><linearGradient id="SVGFewXTbyV" x1="5.641" x2="18.876" y1="12" y2="12" gradientUnits="userSpaceOnUse"><stop stop-color="#5b51ef"/><stop offset=".19" stop-color="#8367d3"/><stop offset=".45" stop-color="#b483aa"/><stop offset=".715" stop-color="#e7a081"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-dia {
  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%22url(%23SVGI91mcOMA)%22%20d%3D%22M10.935%208.294V6.177h2.647l3.971%203.176l.794%203.176c0%206.354-6.353%208.471-8.735%208.471c-2.383%200-3.97-1.323-3.97-1.588l3.97-.53c1.764-1.147%205.347-4.023%205.559-6.353c0-2.382-2.736-3.794-4.236-4.235%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGnxUu6cXU)%22%20d%3D%22M10.936%2016.765H8.289V3h2.382c3.671%200%207.941%203.176%207.676%2010.059c-.529-4.765-5.382-6.883-7.411-6.883z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFewXTbyV)%22%20d%3D%22M8.288%203L5.641%204.853v14.559h2.382c3.672%200%207.677-2.912%207.148-6.883c-1.06%203.706-4.853%204.236-6.883%204.236z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGI91mcOMA%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235a3b90%22%2F%3E%3Cstop%20offset%3D%22.292%22%20stop-color%3D%22%23614397%22%2F%3E%3Cstop%20offset%3D%22.615%22%20stop-color%3D%22%238071b3%22%2F%3E%3Cstop%20offset%3D%22.857%22%20stop-color%3D%22%23aebade%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c2dcf1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGnxUu6cXU%22%20x1%3D%2218.344%22%20x2%3D%225.641%22%20y1%3D%2211.3%22%20y2%3D%2211.3%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236c5df4%22%2F%3E%3Cstop%20offset%3D%22.437%22%20stop-color%3D%22%238093d6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239de2ae%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFewXTbyV%22%20x1%3D%225.641%22%20x2%3D%2218.876%22%20y1%3D%2212%22%20y2%3D%2212%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235b51ef%22%2F%3E%3Cstop%20offset%3D%22.19%22%20stop-color%3D%22%238367d3%22%2F%3E%3Cstop%20offset%3D%22.45%22%20stop-color%3D%22%23b483aa%22%2F%3E%3Cstop%20offset%3D%22.715%22%20stop-color%3D%22%23e7a081%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%22url(%23SVGI91mcOMA)%22%20d%3D%22M10.935%208.294V6.177h2.647l3.971%203.176l.794%203.176c0%206.354-6.353%208.471-8.735%208.471c-2.383%200-3.97-1.323-3.97-1.588l3.97-.53c1.764-1.147%205.347-4.023%205.559-6.353c0-2.382-2.736-3.794-4.236-4.235%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGnxUu6cXU)%22%20d%3D%22M10.936%2016.765H8.289V3h2.382c3.671%200%207.941%203.176%207.676%2010.059c-.529-4.765-5.382-6.883-7.411-6.883z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFewXTbyV)%22%20d%3D%22M8.288%203L5.641%204.853v14.559h2.382c3.672%200%207.677-2.912%207.148-6.883c-1.06%203.706-4.853%204.236-6.883%204.236z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGI91mcOMA%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235a3b90%22%2F%3E%3Cstop%20offset%3D%22.292%22%20stop-color%3D%22%23614397%22%2F%3E%3Cstop%20offset%3D%22.615%22%20stop-color%3D%22%238071b3%22%2F%3E%3Cstop%20offset%3D%22.857%22%20stop-color%3D%22%23aebade%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c2dcf1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGnxUu6cXU%22%20x1%3D%2218.344%22%20x2%3D%225.641%22%20y1%3D%2211.3%22%20y2%3D%2211.3%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236c5df4%22%2F%3E%3Cstop%20offset%3D%22.437%22%20stop-color%3D%22%238093d6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239de2ae%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFewXTbyV%22%20x1%3D%225.641%22%20x2%3D%2218.876%22%20y1%3D%2212%22%20y2%3D%2212%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235b51ef%22%2F%3E%3Cstop%20offset%3D%22.19%22%20stop-color%3D%22%238367d3%22%2F%3E%3Cstop%20offset%3D%22.45%22%20stop-color%3D%22%23b483aa%22%2F%3E%3Cstop%20offset%3D%22.715%22%20stop-color%3D%22%23e7a081%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/dia.svg?color=%231a73e8&size=48