tkx logo
tkx from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- tkx
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the tkx logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.162 15.562a5.7 5.7 0 0 1-.9-2.442s1.907-.017 2.239 0v-2.25H3.09c-.034 0-.051 0-.057.034c-.033.46-.039.888-.028 1.282a9.07 9.07 0 0 0 7.653 8.705a8.986 8.986 0 0 0 9.84-5.97c.31-.883.48-1.863.502-2.932a5 5 0 0 0-.04-.726a9.06 9.06 0 0 0-10.342-8.158c-3.094.478-5.795 2.605-6.938 5.52h2.324a7.06 7.06 0 0 1 7.242-3.36c.996.16 1.941.554 2.757 1.148a.03.03 0 0 1 .011.017v.011l-.005.012l-4.007 3.983l-.013.009l-.015.003a.04.04 0 0 1-.028-.012l-1.688-1.693l-.003-.005l-.004-.002h-.005l-.005.001l-1.525 1.52l-.009.012l-.002.015c0 .006 0 .017.011.023l1.683 1.671l.011.034c0 .011 0 .022-.011.028L8.71 13.728q-.018.01 0 .028l1.48 1.491l.012.009q.007.003.016.002a.04.04 0 0 0 .034-.01l1.688-1.689a.03.03 0 0 1 .028 0h.005l3.91 3.9l.015.018a.06.06 0 0 1 0 .047l-.014.019a7.2 7.2 0 0 1-4.22 1.294a6.65 6.65 0 0 1-3.545-1.148a5.2 5.2 0 0 1-1.035-.895q-.504-.584-.923-1.232m11.4.417a6.67 6.67 0 0 0 1.266-4.715a6.5 6.5 0 0 0-1.272-3.258a.05.05 0 0 0-.034 0l-.017.005l-3.944 3.95a.045.045 0 0 0 0 .062l3.956 3.961q.007.006.016.006a.03.03 0 0 0 .017-.006h.012z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenTkx(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" fillRule="evenodd" d="M6.162 15.562a5.7 5.7 0 0 1-.9-2.442s1.907-.017 2.239 0v-2.25H3.09c-.034 0-.051 0-.057.034c-.033.46-.039.888-.028 1.282a9.07 9.07 0 0 0 7.653 8.705a8.986 8.986 0 0 0 9.84-5.97c.31-.883.48-1.863.502-2.932a5 5 0 0 0-.04-.726a9.06 9.06 0 0 0-10.342-8.158c-3.094.478-5.795 2.605-6.938 5.52h2.324a7.06 7.06 0 0 1 7.242-3.36c.996.16 1.941.554 2.757 1.148a.03.03 0 0 1 .011.017v.011l-.005.012l-4.007 3.983l-.013.009l-.015.003a.04.04 0 0 1-.028-.012l-1.688-1.693l-.003-.005l-.004-.002h-.005l-.005.001l-1.525 1.52l-.009.012l-.002.015c0 .006 0 .017.011.023l1.683 1.671l.011.034c0 .011 0 .022-.011.028L8.71 13.728q-.018.01 0 .028l1.48 1.491l.012.009q.007.003.016.002a.04.04 0 0 0 .034-.01l1.688-1.689a.03.03 0 0 1 .028 0h.005l3.91 3.9l.015.018a.06.06 0 0 1 0 .047l-.014.019a7.2 7.2 0 0 1-4.22 1.294a6.65 6.65 0 0 1-3.545-1.148a5.2 5.2 0 0 1-1.035-.895q-.504-.584-.923-1.232m11.4.417a6.67 6.67 0 0 0 1.266-4.715a6.5 6.5 0 0 0-1.272-3.258a.05.05 0 0 0-.034 0l-.017.005l-3.944 3.95a.045.045 0 0 0 0 .062l3.956 3.961q.007.006.016.006a.03.03 0 0 0 .017-.006h.012z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.162 15.562a5.7 5.7 0 0 1-.9-2.442s1.907-.017 2.239 0v-2.25H3.09c-.034 0-.051 0-.057.034c-.033.46-.039.888-.028 1.282a9.07 9.07 0 0 0 7.653 8.705a8.986 8.986 0 0 0 9.84-5.97c.31-.883.48-1.863.502-2.932a5 5 0 0 0-.04-.726a9.06 9.06 0 0 0-10.342-8.158c-3.094.478-5.795 2.605-6.938 5.52h2.324a7.06 7.06 0 0 1 7.242-3.36c.996.16 1.941.554 2.757 1.148a.03.03 0 0 1 .011.017v.011l-.005.012l-4.007 3.983l-.013.009l-.015.003a.04.04 0 0 1-.028-.012l-1.688-1.693l-.003-.005l-.004-.002h-.005l-.005.001l-1.525 1.52l-.009.012l-.002.015c0 .006 0 .017.011.023l1.683 1.671l.011.034c0 .011 0 .022-.011.028L8.71 13.728q-.018.01 0 .028l1.48 1.491l.012.009q.007.003.016.002a.04.04 0 0 0 .034-.01l1.688-1.689a.03.03 0 0 1 .028 0h.005l3.91 3.9l.015.018a.06.06 0 0 1 0 .047l-.014.019a7.2 7.2 0 0 1-4.22 1.294a6.65 6.65 0 0 1-3.545-1.148a5.2 5.2 0 0 1-1.035-.895q-.504-.584-.923-1.232m11.4.417a6.67 6.67 0 0 0 1.266-4.715a6.5 6.5 0 0 0-1.272-3.258a.05.05 0 0 0-.034 0l-.017.005l-3.944 3.95a.045.045 0 0 0 0 .062l3.956 3.961q.007.006.016.006a.03.03 0 0 0 .017-.006h.012z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-tkx {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M6.162%2015.562a5.7%205.7%200%200%201-.9-2.442s1.907-.017%202.239%200v-2.25H3.09c-.034%200-.051%200-.057.034c-.033.46-.039.888-.028%201.282a9.07%209.07%200%200%200%207.653%208.705a8.986%208.986%200%200%200%209.84-5.97c.31-.883.48-1.863.502-2.932a5%205%200%200%200-.04-.726a9.06%209.06%200%200%200-10.342-8.158c-3.094.478-5.795%202.605-6.938%205.52h2.324a7.06%207.06%200%200%201%207.242-3.36c.996.16%201.941.554%202.757%201.148a.03.03%200%200%201%20.011.017v.011l-.005.012l-4.007%203.983l-.013.009l-.015.003a.04.04%200%200%201-.028-.012l-1.688-1.693l-.003-.005l-.004-.002h-.005l-.005.001l-1.525%201.52l-.009.012l-.002.015c0%20.006%200%20.017.011.023l1.683%201.671l.011.034c0%20.011%200%20.022-.011.028L8.71%2013.728q-.018.01%200%20.028l1.48%201.491l.012.009q.007.003.016.002a.04.04%200%200%200%20.034-.01l1.688-1.689a.03.03%200%200%201%20.028%200h.005l3.91%203.9l.015.018a.06.06%200%200%201%200%20.047l-.014.019a7.2%207.2%200%200%201-4.22%201.294a6.65%206.65%200%200%201-3.545-1.148a5.2%205.2%200%200%201-1.035-.895q-.504-.584-.923-1.232m11.4.417a6.67%206.67%200%200%200%201.266-4.715a6.5%206.5%200%200%200-1.272-3.258a.05.05%200%200%200-.034%200l-.017.005l-3.944%203.95a.045.045%200%200%200%200%20.062l3.956%203.961q.007.006.016.006a.03.03%200%200%200%20.017-.006h.012z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M6.162%2015.562a5.7%205.7%200%200%201-.9-2.442s1.907-.017%202.239%200v-2.25H3.09c-.034%200-.051%200-.057.034c-.033.46-.039.888-.028%201.282a9.07%209.07%200%200%200%207.653%208.705a8.986%208.986%200%200%200%209.84-5.97c.31-.883.48-1.863.502-2.932a5%205%200%200%200-.04-.726a9.06%209.06%200%200%200-10.342-8.158c-3.094.478-5.795%202.605-6.938%205.52h2.324a7.06%207.06%200%200%201%207.242-3.36c.996.16%201.941.554%202.757%201.148a.03.03%200%200%201%20.011.017v.011l-.005.012l-4.007%203.983l-.013.009l-.015.003a.04.04%200%200%201-.028-.012l-1.688-1.693l-.003-.005l-.004-.002h-.005l-.005.001l-1.525%201.52l-.009.012l-.002.015c0%20.006%200%20.017.011.023l1.683%201.671l.011.034c0%20.011%200%20.022-.011.028L8.71%2013.728q-.018.01%200%20.028l1.48%201.491l.012.009q.007.003.016.002a.04.04%200%200%200%20.034-.01l1.688-1.689a.03.03%200%200%201%20.028%200h.005l3.91%203.9l.015.018a.06.06%200%200%201%200%20.047l-.014.019a7.2%207.2%200%200%201-4.22%201.294a6.65%206.65%200%200%201-3.545-1.148a5.2%205.2%200%200%201-1.035-.895q-.504-.584-.923-1.232m11.4.417a6.67%206.67%200%200%200%201.266-4.715a6.5%206.5%200%200%200-1.272-3.258a.05.05%200%200%200-.034%200l-.017.005l-3.944%203.95a.045.045%200%200%200%200%20.062l3.956%203.961q.007.006.016.006a.03.03%200%200%200%20.017-.006h.012z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/tkx.svg?color=%231a73e8&size=48