dgb logo
dgb from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- dgb
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the dgb logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.891 21l.517-1.401l-.837.079l-.368.938c-.08.182-.16.374-.394.374L4.89 21l.4-1.125H3.168c.01-.138 4.068-10.381 4.225-10.687h3.454c.315.03.493.273.394.588l-.482 1.24l-2.086 5.58c2.892 0 5.628-1.696 6.87-4.32c.936-1.769 1.192-4.775-1.566-4.775H3.142l1.427-2.38a.75.75 0 0 1 .689-.414h5.768L11.676 3h1.89c.118.02.197.118.178.246l-.05.158l-.424 1.126l-.06.167h.788l.06-.128l.552-1.431C14.66 3 14.66 3 14.787 3h1.673c.226 0 .315.128.226.354l-.453 1.225l-.07.167l.148.03c.768.099 1.526.266 2.234.59c.542.247 1.034.562 1.437 1.015c.552.61.827 1.328.867 2.145c.049.788-.099 1.555-.364 2.293a12.9 12.9 0 0 1-2.786 4.676c-1.837 1.898-4.273 3.026-6.811 3.651c-.118.03-.177.079-.217.197l-.496 1.332c-.099.246-.197.325-.443.325z"/></svg>
React
import type { SVGProps } from "react";
export function TokenDgb(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="m7.891 21l.517-1.401l-.837.079l-.368.938c-.08.182-.16.374-.394.374L4.89 21l.4-1.125H3.168c.01-.138 4.068-10.381 4.225-10.687h3.454c.315.03.493.273.394.588l-.482 1.24l-2.086 5.58c2.892 0 5.628-1.696 6.87-4.32c.936-1.769 1.192-4.775-1.566-4.775H3.142l1.427-2.38a.75.75 0 0 1 .689-.414h5.768L11.676 3h1.89c.118.02.197.118.178.246l-.05.158l-.424 1.126l-.06.167h.788l.06-.128l.552-1.431C14.66 3 14.66 3 14.787 3h1.673c.226 0 .315.128.226.354l-.453 1.225l-.07.167l.148.03c.768.099 1.526.266 2.234.59c.542.247 1.034.562 1.437 1.015c.552.61.827 1.328.867 2.145c.049.788-.099 1.555-.364 2.293a12.9 12.9 0 0 1-2.786 4.676c-1.837 1.898-4.273 3.026-6.811 3.651c-.118.03-.177.079-.217.197l-.496 1.332c-.099.246-.197.325-.443.325z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.891 21l.517-1.401l-.837.079l-.368.938c-.08.182-.16.374-.394.374L4.89 21l.4-1.125H3.168c.01-.138 4.068-10.381 4.225-10.687h3.454c.315.03.493.273.394.588l-.482 1.24l-2.086 5.58c2.892 0 5.628-1.696 6.87-4.32c.936-1.769 1.192-4.775-1.566-4.775H3.142l1.427-2.38a.75.75 0 0 1 .689-.414h5.768L11.676 3h1.89c.118.02.197.118.178.246l-.05.158l-.424 1.126l-.06.167h.788l.06-.128l.552-1.431C14.66 3 14.66 3 14.787 3h1.673c.226 0 .315.128.226.354l-.453 1.225l-.07.167l.148.03c.768.099 1.526.266 2.234.59c.542.247 1.034.562 1.437 1.015c.552.61.827 1.328.867 2.145c.049.788-.099 1.555-.364 2.293a12.9 12.9 0 0 1-2.786 4.676c-1.837 1.898-4.273 3.026-6.811 3.651c-.118.03-.177.079-.217.197l-.496 1.332c-.099.246-.197.325-.443.325z"/></svg> </template>
CSS
.icon-dgb {
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%22m7.891%2021l.517-1.401l-.837.079l-.368.938c-.08.182-.16.374-.394.374L4.89%2021l.4-1.125H3.168c.01-.138%204.068-10.381%204.225-10.687h3.454c.315.03.493.273.394.588l-.482%201.24l-2.086%205.58c2.892%200%205.628-1.696%206.87-4.32c.936-1.769%201.192-4.775-1.566-4.775H3.142l1.427-2.38a.75.75%200%200%201%20.689-.414h5.768L11.676%203h1.89c.118.02.197.118.178.246l-.05.158l-.424%201.126l-.06.167h.788l.06-.128l.552-1.431C14.66%203%2014.66%203%2014.787%203h1.673c.226%200%20.315.128.226.354l-.453%201.225l-.07.167l.148.03c.768.099%201.526.266%202.234.59c.542.247%201.034.562%201.437%201.015c.552.61.827%201.328.867%202.145c.049.788-.099%201.555-.364%202.293a12.9%2012.9%200%200%201-2.786%204.676c-1.837%201.898-4.273%203.026-6.811%203.651c-.118.03-.177.079-.217.197l-.496%201.332c-.099.246-.197.325-.443.325z%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%22m7.891%2021l.517-1.401l-.837.079l-.368.938c-.08.182-.16.374-.394.374L4.89%2021l.4-1.125H3.168c.01-.138%204.068-10.381%204.225-10.687h3.454c.315.03.493.273.394.588l-.482%201.24l-2.086%205.58c2.892%200%205.628-1.696%206.87-4.32c.936-1.769%201.192-4.775-1.566-4.775H3.142l1.427-2.38a.75.75%200%200%201%20.689-.414h5.768L11.676%203h1.89c.118.02.197.118.178.246l-.05.158l-.424%201.126l-.06.167h.788l.06-.128l.552-1.431C14.66%203%2014.66%203%2014.787%203h1.673c.226%200%20.315.128.226.354l-.453%201.225l-.07.167l.148.03c.768.099%201.526.266%202.234.59c.542.247%201.034.562%201.437%201.015c.552.61.827%201.328.867%202.145c.049.788-.099%201.555-.364%202.293a12.9%2012.9%200%200%201-2.786%204.676c-1.837%201.898-4.273%203.026-6.811%203.651c-.118.03-.177.079-.217.197l-.496%201.332c-.099.246-.197.325-.443.325z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/dgb.svg?color=%231a73e8&size=48