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

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

The same logo in other sets

Use the rdpx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.537 8.633L9.13 3L3.768 8.384c-.444.45-.238 1.218.376 1.371l2.843.72c-.572.9-1.122 1.96-1.16 3.05a2.2 2.2 0 0 0 .61 1.662c.677.678 1.53.942 2.244 1.514c1.8 1.44 2.605 4.077 5.215 4.288c1.615.133 3.584-.979 4.156-2.53a3.1 3.1 0 0 0-.005-2.012c-.376-1.239-1.155-2.319-1.536-3.558c-.354-1.175-.111-1.683.043-1.884c.37-.487 1.429-.625 1.9-.784l1.038-.35c.249-.084.56-.153.757-.349c.45-.45.127-.9-.201-1.244A1340 1340 0 0 0 14.87 3q.922 1.446 1.837 2.896l1.779 2.806l-.482.164c-.91.307-1.964.46-2.583 1.27c-.509.668-.72 1.695-.265 3.177c.381 1.239 1.154 2.313 1.53 3.552c.132.45.143.794.032 1.096c-.355.958-1.62 1.535-2.605 1.45c-2.15-.174-3.07-2.646-4.542-3.827c-.689-.545-1.488-.768-2.129-1.408c-.127-.127-.2-.312-.19-.609c.032-1.075.767-2.15 1.382-2.975a.82.82 0 0 0-.45-1.287zm5.998 5.84s-1.101 0-1.832-.673c-.73-.678 0-2.028 0-2.028s.212.133 1.022 1.08s.81 1.62.81 1.62"/></svg>

React

import type { SVGProps } from "react";

export function TokenRdpx(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="M5.537 8.633L9.13 3L3.768 8.384c-.444.45-.238 1.218.376 1.371l2.843.72c-.572.9-1.122 1.96-1.16 3.05a2.2 2.2 0 0 0 .61 1.662c.677.678 1.53.942 2.244 1.514c1.8 1.44 2.605 4.077 5.215 4.288c1.615.133 3.584-.979 4.156-2.53a3.1 3.1 0 0 0-.005-2.012c-.376-1.239-1.155-2.319-1.536-3.558c-.354-1.175-.111-1.683.043-1.884c.37-.487 1.429-.625 1.9-.784l1.038-.35c.249-.084.56-.153.757-.349c.45-.45.127-.9-.201-1.244A1340 1340 0 0 0 14.87 3q.922 1.446 1.837 2.896l1.779 2.806l-.482.164c-.91.307-1.964.46-2.583 1.27c-.509.668-.72 1.695-.265 3.177c.381 1.239 1.154 2.313 1.53 3.552c.132.45.143.794.032 1.096c-.355.958-1.62 1.535-2.605 1.45c-2.15-.174-3.07-2.646-4.542-3.827c-.689-.545-1.488-.768-2.129-1.408c-.127-.127-.2-.312-.19-.609c.032-1.075.767-2.15 1.382-2.975a.82.82 0 0 0-.45-1.287zm5.998 5.84s-1.101 0-1.832-.673c-.73-.678 0-2.028 0-2.028s.212.133 1.022 1.08s.81 1.62.81 1.62"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.537 8.633L9.13 3L3.768 8.384c-.444.45-.238 1.218.376 1.371l2.843.72c-.572.9-1.122 1.96-1.16 3.05a2.2 2.2 0 0 0 .61 1.662c.677.678 1.53.942 2.244 1.514c1.8 1.44 2.605 4.077 5.215 4.288c1.615.133 3.584-.979 4.156-2.53a3.1 3.1 0 0 0-.005-2.012c-.376-1.239-1.155-2.319-1.536-3.558c-.354-1.175-.111-1.683.043-1.884c.37-.487 1.429-.625 1.9-.784l1.038-.35c.249-.084.56-.153.757-.349c.45-.45.127-.9-.201-1.244A1340 1340 0 0 0 14.87 3q.922 1.446 1.837 2.896l1.779 2.806l-.482.164c-.91.307-1.964.46-2.583 1.27c-.509.668-.72 1.695-.265 3.177c.381 1.239 1.154 2.313 1.53 3.552c.132.45.143.794.032 1.096c-.355.958-1.62 1.535-2.605 1.45c-2.15-.174-3.07-2.646-4.542-3.827c-.689-.545-1.488-.768-2.129-1.408c-.127-.127-.2-.312-.19-.609c.032-1.075.767-2.15 1.382-2.975a.82.82 0 0 0-.45-1.287zm5.998 5.84s-1.101 0-1.832-.673c-.73-.678 0-2.028 0-2.028s.212.133 1.022 1.08s.81 1.62.81 1.62"/></svg>
</template>

CSS

.icon-rdpx {
  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%22M5.537%208.633L9.13%203L3.768%208.384c-.444.45-.238%201.218.376%201.371l2.843.72c-.572.9-1.122%201.96-1.16%203.05a2.2%202.2%200%200%200%20.61%201.662c.677.678%201.53.942%202.244%201.514c1.8%201.44%202.605%204.077%205.215%204.288c1.615.133%203.584-.979%204.156-2.53a3.1%203.1%200%200%200-.005-2.012c-.376-1.239-1.155-2.319-1.536-3.558c-.354-1.175-.111-1.683.043-1.884c.37-.487%201.429-.625%201.9-.784l1.038-.35c.249-.084.56-.153.757-.349c.45-.45.127-.9-.201-1.244A1340%201340%200%200%200%2014.87%203q.922%201.446%201.837%202.896l1.779%202.806l-.482.164c-.91.307-1.964.46-2.583%201.27c-.509.668-.72%201.695-.265%203.177c.381%201.239%201.154%202.313%201.53%203.552c.132.45.143.794.032%201.096c-.355.958-1.62%201.535-2.605%201.45c-2.15-.174-3.07-2.646-4.542-3.827c-.689-.545-1.488-.768-2.129-1.408c-.127-.127-.2-.312-.19-.609c.032-1.075.767-2.15%201.382-2.975a.82.82%200%200%200-.45-1.287zm5.998%205.84s-1.101%200-1.832-.673c-.73-.678%200-2.028%200-2.028s.212.133%201.022%201.08s.81%201.62.81%201.62%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%22M5.537%208.633L9.13%203L3.768%208.384c-.444.45-.238%201.218.376%201.371l2.843.72c-.572.9-1.122%201.96-1.16%203.05a2.2%202.2%200%200%200%20.61%201.662c.677.678%201.53.942%202.244%201.514c1.8%201.44%202.605%204.077%205.215%204.288c1.615.133%203.584-.979%204.156-2.53a3.1%203.1%200%200%200-.005-2.012c-.376-1.239-1.155-2.319-1.536-3.558c-.354-1.175-.111-1.683.043-1.884c.37-.487%201.429-.625%201.9-.784l1.038-.35c.249-.084.56-.153.757-.349c.45-.45.127-.9-.201-1.244A1340%201340%200%200%200%2014.87%203q.922%201.446%201.837%202.896l1.779%202.806l-.482.164c-.91.307-1.964.46-2.583%201.27c-.509.668-.72%201.695-.265%203.177c.381%201.239%201.154%202.313%201.53%203.552c.132.45.143.794.032%201.096c-.355.958-1.62%201.535-2.605%201.45c-2.15-.174-3.07-2.646-4.542-3.827c-.689-.545-1.488-.768-2.129-1.408c-.127-.127-.2-.312-.19-.609c.032-1.075.767-2.15%201.382-2.975a.82.82%200%200%200-.45-1.287zm5.998%205.84s-1.101%200-1.832-.673c-.73-.678%200-2.028%200-2.028s.212.133%201.022%201.08s.81%201.62.81%201.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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