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

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

The same logo in other sets

Use the dck logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.714 8.176l-.018.005l-8.66 8.836a1.246 1.246 0 0 1-1.787.01L3.44 13.17c-.932-.935-.28-2.52 1.02-2.52h2.192c.382 0 .751.15 1.03.42l2.025 1.947l-1.035 1.125l-2.025-1.917H4.59l3.55 3.528l8.494-8.693a1.5 1.5 0 0 1 1.08-.459h1.647c1.462 0 2.191 1.818 1.147 2.875l-7.45 7.528a1.32 1.32 0 0 1-1.899-.018l-.509-.527l1.08-1.084l.387.405l7.334-7.38c.081-.08.023-.225-.09-.225H17.71z"/></svg>

React

import type { SVGProps } from "react";

export function TokenDck(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="m17.714 8.176l-.018.005l-8.66 8.836a1.246 1.246 0 0 1-1.787.01L3.44 13.17c-.932-.935-.28-2.52 1.02-2.52h2.192c.382 0 .751.15 1.03.42l2.025 1.947l-1.035 1.125l-2.025-1.917H4.59l3.55 3.528l8.494-8.693a1.5 1.5 0 0 1 1.08-.459h1.647c1.462 0 2.191 1.818 1.147 2.875l-7.45 7.528a1.32 1.32 0 0 1-1.899-.018l-.509-.527l1.08-1.084l.387.405l7.334-7.38c.081-.08.023-.225-.09-.225H17.71z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.714 8.176l-.018.005l-8.66 8.836a1.246 1.246 0 0 1-1.787.01L3.44 13.17c-.932-.935-.28-2.52 1.02-2.52h2.192c.382 0 .751.15 1.03.42l2.025 1.947l-1.035 1.125l-2.025-1.917H4.59l3.55 3.528l8.494-8.693a1.5 1.5 0 0 1 1.08-.459h1.647c1.462 0 2.191 1.818 1.147 2.875l-7.45 7.528a1.32 1.32 0 0 1-1.899-.018l-.509-.527l1.08-1.084l.387.405l7.334-7.38c.081-.08.023-.225-.09-.225H17.71z"/></svg>
</template>

CSS

.icon-dck {
  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%22m17.714%208.176l-.018.005l-8.66%208.836a1.246%201.246%200%200%201-1.787.01L3.44%2013.17c-.932-.935-.28-2.52%201.02-2.52h2.192c.382%200%20.751.15%201.03.42l2.025%201.947l-1.035%201.125l-2.025-1.917H4.59l3.55%203.528l8.494-8.693a1.5%201.5%200%200%201%201.08-.459h1.647c1.462%200%202.191%201.818%201.147%202.875l-7.45%207.528a1.32%201.32%200%200%201-1.899-.018l-.509-.527l1.08-1.084l.387.405l7.334-7.38c.081-.08.023-.225-.09-.225H17.71z%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%22m17.714%208.176l-.018.005l-8.66%208.836a1.246%201.246%200%200%201-1.787.01L3.44%2013.17c-.932-.935-.28-2.52%201.02-2.52h2.192c.382%200%20.751.15%201.03.42l2.025%201.947l-1.035%201.125l-2.025-1.917H4.59l3.55%203.528l8.494-8.693a1.5%201.5%200%200%201%201.08-.459h1.647c1.462%200%202.191%201.818%201.147%202.875l-7.45%207.528a1.32%201.32%200%200%201-1.899-.018l-.509-.527l1.08-1.084l.387.405l7.334-7.38c.081-.08.023-.225-.09-.225H17.71z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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