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

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

The same logo in other sets

Use the rdd logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.54 20.3q.895.326 1.837.473l-.712-1.477zm9.137-11.04h.094C19.551 9.26 21 7.885 21 6.21a3.153 3.153 0 0 0-3.229-3.067a3.16 3.16 0 0 0-3.238 2.954c.624.42 1.207.9 1.742 1.43c.587.587 1.07 1.24 1.402 1.732M10.773 20.82a8 8 0 0 0 .805.038h.01a8.7 8.7 0 0 0 2.575-.398l-.511-4.696l-3.712 3.295zm3.182-5.321l.521 4.848v.009a8.58 8.58 0 0 0 5.435-10.131z"/><path fill="currentColor" d="M14.135 5.046q.17-.425.426-.804h.01a9 9 0 0 0-1.894-.473l1.23 11.323l5.919-5.226l-.17-.52q-.407.207-.844.34q.095.154.162.322a.23.23 0 0 1-.086.284l-.568.398a.3.3 0 0 1-.143.047h-.056a.26.26 0 0 1-.161-.123c-.284-.473-1.014-1.676-2.083-2.746c-1.06-1.08-2.197-1.78-2.623-2.036a.225.225 0 0 1-.095-.284l.209-.587a.26.26 0 0 1 .123-.142a.21.21 0 0 1 .19 0c.072.025.16.072.264.128q.087.048.19.1m-4.356 13.7l3.825-3.39h.01l-.758-6.893l-6.94 2.197zm-6.751-7.158L3 12.28a8.59 8.59 0 0 0 5.189 7.888l1.325-1.184l-3.93-8.209zm1.179-3.685a8.3 8.3 0 0 0-1.131 3.334l2.367-.758zm8.129-4.174a10 10 0 0 0-.748-.029A8.56 8.56 0 0 0 4.42 7.555l1.354 2.812l7.036-2.244z"/></svg>

React

import type { SVGProps } from "react";

export function TokenRdd(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="M8.54 20.3q.895.326 1.837.473l-.712-1.477zm9.137-11.04h.094C19.551 9.26 21 7.885 21 6.21a3.153 3.153 0 0 0-3.229-3.067a3.16 3.16 0 0 0-3.238 2.954c.624.42 1.207.9 1.742 1.43c.587.587 1.07 1.24 1.402 1.732M10.773 20.82a8 8 0 0 0 .805.038h.01a8.7 8.7 0 0 0 2.575-.398l-.511-4.696l-3.712 3.295zm3.182-5.321l.521 4.848v.009a8.58 8.58 0 0 0 5.435-10.131z"/><path fill="currentColor" d="M14.135 5.046q.17-.425.426-.804h.01a9 9 0 0 0-1.894-.473l1.23 11.323l5.919-5.226l-.17-.52q-.407.207-.844.34q.095.154.162.322a.23.23 0 0 1-.086.284l-.568.398a.3.3 0 0 1-.143.047h-.056a.26.26 0 0 1-.161-.123c-.284-.473-1.014-1.676-2.083-2.746c-1.06-1.08-2.197-1.78-2.623-2.036a.225.225 0 0 1-.095-.284l.209-.587a.26.26 0 0 1 .123-.142a.21.21 0 0 1 .19 0c.072.025.16.072.264.128q.087.048.19.1m-4.356 13.7l3.825-3.39h.01l-.758-6.893l-6.94 2.197zm-6.751-7.158L3 12.28a8.59 8.59 0 0 0 5.189 7.888l1.325-1.184l-3.93-8.209zm1.179-3.685a8.3 8.3 0 0 0-1.131 3.334l2.367-.758zm8.129-4.174a10 10 0 0 0-.748-.029A8.56 8.56 0 0 0 4.42 7.555l1.354 2.812l7.036-2.244z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.54 20.3q.895.326 1.837.473l-.712-1.477zm9.137-11.04h.094C19.551 9.26 21 7.885 21 6.21a3.153 3.153 0 0 0-3.229-3.067a3.16 3.16 0 0 0-3.238 2.954c.624.42 1.207.9 1.742 1.43c.587.587 1.07 1.24 1.402 1.732M10.773 20.82a8 8 0 0 0 .805.038h.01a8.7 8.7 0 0 0 2.575-.398l-.511-4.696l-3.712 3.295zm3.182-5.321l.521 4.848v.009a8.58 8.58 0 0 0 5.435-10.131z"/><path fill="currentColor" d="M14.135 5.046q.17-.425.426-.804h.01a9 9 0 0 0-1.894-.473l1.23 11.323l5.919-5.226l-.17-.52q-.407.207-.844.34q.095.154.162.322a.23.23 0 0 1-.086.284l-.568.398a.3.3 0 0 1-.143.047h-.056a.26.26 0 0 1-.161-.123c-.284-.473-1.014-1.676-2.083-2.746c-1.06-1.08-2.197-1.78-2.623-2.036a.225.225 0 0 1-.095-.284l.209-.587a.26.26 0 0 1 .123-.142a.21.21 0 0 1 .19 0c.072.025.16.072.264.128q.087.048.19.1m-4.356 13.7l3.825-3.39h.01l-.758-6.893l-6.94 2.197zm-6.751-7.158L3 12.28a8.59 8.59 0 0 0 5.189 7.888l1.325-1.184l-3.93-8.209zm1.179-3.685a8.3 8.3 0 0 0-1.131 3.334l2.367-.758zm8.129-4.174a10 10 0 0 0-.748-.029A8.56 8.56 0 0 0 4.42 7.555l1.354 2.812l7.036-2.244z"/></svg>
</template>

CSS

.icon-rdd {
  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%22M8.54%2020.3q.895.326%201.837.473l-.712-1.477zm9.137-11.04h.094C19.551%209.26%2021%207.885%2021%206.21a3.153%203.153%200%200%200-3.229-3.067a3.16%203.16%200%200%200-3.238%202.954c.624.42%201.207.9%201.742%201.43c.587.587%201.07%201.24%201.402%201.732M10.773%2020.82a8%208%200%200%200%20.805.038h.01a8.7%208.7%200%200%200%202.575-.398l-.511-4.696l-3.712%203.295zm3.182-5.321l.521%204.848v.009a8.58%208.58%200%200%200%205.435-10.131z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.135%205.046q.17-.425.426-.804h.01a9%209%200%200%200-1.894-.473l1.23%2011.323l5.919-5.226l-.17-.52q-.407.207-.844.34q.095.154.162.322a.23.23%200%200%201-.086.284l-.568.398a.3.3%200%200%201-.143.047h-.056a.26.26%200%200%201-.161-.123c-.284-.473-1.014-1.676-2.083-2.746c-1.06-1.08-2.197-1.78-2.623-2.036a.225.225%200%200%201-.095-.284l.209-.587a.26.26%200%200%201%20.123-.142a.21.21%200%200%201%20.19%200c.072.025.16.072.264.128q.087.048.19.1m-4.356%2013.7l3.825-3.39h.01l-.758-6.893l-6.94%202.197zm-6.751-7.158L3%2012.28a8.59%208.59%200%200%200%205.189%207.888l1.325-1.184l-3.93-8.209zm1.179-3.685a8.3%208.3%200%200%200-1.131%203.334l2.367-.758zm8.129-4.174a10%2010%200%200%200-.748-.029A8.56%208.56%200%200%200%204.42%207.555l1.354%202.812l7.036-2.244z%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%22M8.54%2020.3q.895.326%201.837.473l-.712-1.477zm9.137-11.04h.094C19.551%209.26%2021%207.885%2021%206.21a3.153%203.153%200%200%200-3.229-3.067a3.16%203.16%200%200%200-3.238%202.954c.624.42%201.207.9%201.742%201.43c.587.587%201.07%201.24%201.402%201.732M10.773%2020.82a8%208%200%200%200%20.805.038h.01a8.7%208.7%200%200%200%202.575-.398l-.511-4.696l-3.712%203.295zm3.182-5.321l.521%204.848v.009a8.58%208.58%200%200%200%205.435-10.131z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.135%205.046q.17-.425.426-.804h.01a9%209%200%200%200-1.894-.473l1.23%2011.323l5.919-5.226l-.17-.52q-.407.207-.844.34q.095.154.162.322a.23.23%200%200%201-.086.284l-.568.398a.3.3%200%200%201-.143.047h-.056a.26.26%200%200%201-.161-.123c-.284-.473-1.014-1.676-2.083-2.746c-1.06-1.08-2.197-1.78-2.623-2.036a.225.225%200%200%201-.095-.284l.209-.587a.26.26%200%200%201%20.123-.142a.21.21%200%200%201%20.19%200c.072.025.16.072.264.128q.087.048.19.1m-4.356%2013.7l3.825-3.39h.01l-.758-6.893l-6.94%202.197zm-6.751-7.158L3%2012.28a8.59%208.59%200%200%200%205.189%207.888l1.325-1.184l-3.93-8.209zm1.179-3.685a8.3%208.3%200%200%200-1.131%203.334l2.367-.758zm8.129-4.174a10%2010%200%200%200-.748-.029A8.56%208.56%200%200%200%204.42%207.555l1.354%202.812l7.036-2.244z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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