ydf logo
ydf from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- ydf
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the ydf logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 8.63a1.687 1.687 0 1 0 0-3.372a1.687 1.687 0 0 0 0 3.373"/><path fill="currentColor" d="M11.998 8.067a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25m-8.524-.232l-.034.045a2.075 2.075 0 0 0 .517 3.014l4.347 2.946a2.41 2.41 0 0 0 3.221-.483l.034-.045a2.08 2.08 0 0 0 .09-2.414a2.1 2.1 0 0 0-.607-.6L6.696 7.352a2.41 2.41 0 0 0-3.222.483M15.27 21c-.253 0-.495-.067-.703-.185a1.3 1.3 0 0 1-.489-.506l-2.024-3.88a1.94 1.94 0 0 1 .017-1.844l4.605-8.422c-2.294 4.194-2.474 6.325-.9 9.339l1.389 2.653c.692 1.31-.337 2.845-1.895 2.845"/><path fill="currentColor" d="M20.994 8.393a.23.23 0 0 1-.124.202a.26.26 0 0 1-.253-.005l-.776-.523l-4.06 7.427c-1.574-3.013-1.405-5.144.895-9.339l.078-.135l-.663-.438a.22.22 0 0 1 .025-.254a.2.2 0 0 1 .07-.055l4.352-2.244a.25.25 0 0 1 .236 0c.08.045.22.113.22.197z"/></svg>
React
import type { SVGProps } from "react";
export function TokenYdf(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="M11.998 8.63a1.687 1.687 0 1 0 0-3.372a1.687 1.687 0 0 0 0 3.373"/><path fill="currentColor" d="M11.998 8.067a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25m-8.524-.232l-.034.045a2.075 2.075 0 0 0 .517 3.014l4.347 2.946a2.41 2.41 0 0 0 3.221-.483l.034-.045a2.08 2.08 0 0 0 .09-2.414a2.1 2.1 0 0 0-.607-.6L6.696 7.352a2.41 2.41 0 0 0-3.222.483M15.27 21c-.253 0-.495-.067-.703-.185a1.3 1.3 0 0 1-.489-.506l-2.024-3.88a1.94 1.94 0 0 1 .017-1.844l4.605-8.422c-2.294 4.194-2.474 6.325-.9 9.339l1.389 2.653c.692 1.31-.337 2.845-1.895 2.845"/><path fill="currentColor" d="M20.994 8.393a.23.23 0 0 1-.124.202a.26.26 0 0 1-.253-.005l-.776-.523l-4.06 7.427c-1.574-3.013-1.405-5.144.895-9.339l.078-.135l-.663-.438a.22.22 0 0 1 .025-.254a.2.2 0 0 1 .07-.055l4.352-2.244a.25.25 0 0 1 .236 0c.08.045.22.113.22.197z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 8.63a1.687 1.687 0 1 0 0-3.372a1.687 1.687 0 0 0 0 3.373"/><path fill="currentColor" d="M11.998 8.067a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25m-8.524-.232l-.034.045a2.075 2.075 0 0 0 .517 3.014l4.347 2.946a2.41 2.41 0 0 0 3.221-.483l.034-.045a2.08 2.08 0 0 0 .09-2.414a2.1 2.1 0 0 0-.607-.6L6.696 7.352a2.41 2.41 0 0 0-3.222.483M15.27 21c-.253 0-.495-.067-.703-.185a1.3 1.3 0 0 1-.489-.506l-2.024-3.88a1.94 1.94 0 0 1 .017-1.844l4.605-8.422c-2.294 4.194-2.474 6.325-.9 9.339l1.389 2.653c.692 1.31-.337 2.845-1.895 2.845"/><path fill="currentColor" d="M20.994 8.393a.23.23 0 0 1-.124.202a.26.26 0 0 1-.253-.005l-.776-.523l-4.06 7.427c-1.574-3.013-1.405-5.144.895-9.339l.078-.135l-.663-.438a.22.22 0 0 1 .025-.254a.2.2 0 0 1 .07-.055l4.352-2.244a.25.25 0 0 1 .236 0c.08.045.22.113.22.197z"/></svg> </template>
CSS
.icon-ydf {
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%22M11.998%208.63a1.687%201.687%200%201%200%200-3.372a1.687%201.687%200%200%200%200%203.373%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.998%208.067a1.125%201.125%200%201%200%200-2.25a1.125%201.125%200%200%200%200%202.25m-8.524-.232l-.034.045a2.075%202.075%200%200%200%20.517%203.014l4.347%202.946a2.41%202.41%200%200%200%203.221-.483l.034-.045a2.08%202.08%200%200%200%20.09-2.414a2.1%202.1%200%200%200-.607-.6L6.696%207.352a2.41%202.41%200%200%200-3.222.483M15.27%2021c-.253%200-.495-.067-.703-.185a1.3%201.3%200%200%201-.489-.506l-2.024-3.88a1.94%201.94%200%200%201%20.017-1.844l4.605-8.422c-2.294%204.194-2.474%206.325-.9%209.339l1.389%202.653c.692%201.31-.337%202.845-1.895%202.845%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.994%208.393a.23.23%200%200%201-.124.202a.26.26%200%200%201-.253-.005l-.776-.523l-4.06%207.427c-1.574-3.013-1.405-5.144.895-9.339l.078-.135l-.663-.438a.22.22%200%200%201%20.025-.254a.2.2%200%200%201%20.07-.055l4.352-2.244a.25.25%200%200%201%20.236%200c.08.045.22.113.22.197z%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%22M11.998%208.63a1.687%201.687%200%201%200%200-3.372a1.687%201.687%200%200%200%200%203.373%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.998%208.067a1.125%201.125%200%201%200%200-2.25a1.125%201.125%200%200%200%200%202.25m-8.524-.232l-.034.045a2.075%202.075%200%200%200%20.517%203.014l4.347%202.946a2.41%202.41%200%200%200%203.221-.483l.034-.045a2.08%202.08%200%200%200%20.09-2.414a2.1%202.1%200%200%200-.607-.6L6.696%207.352a2.41%202.41%200%200%200-3.222.483M15.27%2021c-.253%200-.495-.067-.703-.185a1.3%201.3%200%200%201-.489-.506l-2.024-3.88a1.94%201.94%200%200%201%20.017-1.844l4.605-8.422c-2.294%204.194-2.474%206.325-.9%209.339l1.389%202.653c.692%201.31-.337%202.845-1.895%202.845%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.994%208.393a.23.23%200%200%201-.124.202a.26.26%200%200%201-.253-.005l-.776-.523l-4.06%207.427c-1.574-3.013-1.405-5.144.895-9.339l.078-.135l-.663-.438a.22.22%200%200%201%20.025-.254a.2.2%200%200%201%20.07-.055l4.352-2.244a.25.25%200%200%201%20.236%200c.08.045.22.113.22.197z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/ydf.svg?color=%231a73e8&size=48