dc logo
dc from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- dc
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the dc logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.28 14.695l-2.16-2.672V6.848l2.313 3.923l1.517-1.138l1.4 2.605zm3.173-2.268L21 17.175H3l3.852-5.508l3.726 3.451l2.43-2.893l2.236 2.772l3.209-2.565zm-11.475-.94l3.582 3.326l2.34-2.795V6.825l-2.155 3.096l-1.472-1.719z"/></svg>
React
import type { SVGProps } from "react";
export function TokenDc(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="m15.28 14.695l-2.16-2.672V6.848l2.313 3.923l1.517-1.138l1.4 2.605zm3.173-2.268L21 17.175H3l3.852-5.508l3.726 3.451l2.43-2.893l2.236 2.772l3.209-2.565zm-11.475-.94l3.582 3.326l2.34-2.795V6.825l-2.155 3.096l-1.472-1.719z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.28 14.695l-2.16-2.672V6.848l2.313 3.923l1.517-1.138l1.4 2.605zm3.173-2.268L21 17.175H3l3.852-5.508l3.726 3.451l2.43-2.893l2.236 2.772l3.209-2.565zm-11.475-.94l3.582 3.326l2.34-2.795V6.825l-2.155 3.096l-1.472-1.719z"/></svg> </template>
CSS
.icon-dc {
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%22m15.28%2014.695l-2.16-2.672V6.848l2.313%203.923l1.517-1.138l1.4%202.605zm3.173-2.268L21%2017.175H3l3.852-5.508l3.726%203.451l2.43-2.893l2.236%202.772l3.209-2.565zm-11.475-.94l3.582%203.326l2.34-2.795V6.825l-2.155%203.096l-1.472-1.719z%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%22m15.28%2014.695l-2.16-2.672V6.848l2.313%203.923l1.517-1.138l1.4%202.605zm3.173-2.268L21%2017.175H3l3.852-5.508l3.726%203.451l2.43-2.893l2.236%202.772l3.209-2.565zm-11.475-.94l3.582%203.326l2.34-2.795V6.825l-2.155%203.096l-1.472-1.719z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/dc.svg?color=%231a73e8&size=48