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

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

The same logo in other sets

Use the rlc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.056 9.456c.05-.05.14-.05.229-.05a2.537 2.537 0 0 1 2.488 2.57c0 1.308-.966 2.34-2.21 2.568h-.278c-.458 0-.916-.139-1.333-.368a.77.77 0 0 0-.459-.139a.9.9 0 0 0-.507.14c-.32.187-.458.515-.458.883v.425a2.52 2.52 0 0 1-2.209 2.291h-.27c-.466 0-.925-.139-1.334-.376c-.188-.09-.327-.14-.507-.14a.94.94 0 0 0-.507.14c-.328.188-.459.516-.459.892v.417A2.52 2.52 0 0 1 6.984 21h-.229a2.536 2.536 0 0 1-2.479-2.57a2.56 2.56 0 0 1 2.209-2.527h.27c.459 0 .925.139 1.334.376a.77.77 0 0 0 .458.14c.188 0 .368-.05.508-.14c.327-.188.457-.516.457-.892a2.53 2.53 0 0 1 2.21-2.708H12c.458 0 .916.14 1.333.376c.189.09.328.14.507.14c.18 0 .369-.05.508-.14c.32-.188.458-.515.458-.891a2.56 2.56 0 0 1 2.25-2.708M11.77 6.224c.09-.041.14-.041.279-.041a2.537 2.537 0 0 1 2.48 2.569a2.55 2.55 0 0 1-2.21 2.52h-.27c-.466 0-.925-.14-1.334-.369a.77.77 0 0 0-.466-.139c-.18 0-.36.041-.499.14c-.327.188-.467.515-.467.883v.426a2.52 2.52 0 0 1-2.25 2.291h-.229a2.54 2.54 0 0 1-2.495-2.586c0-1.26.925-2.29 2.168-2.47h.27c.458 0 .924.138 1.334.367a.77.77 0 0 0 .458.14a.9.9 0 0 0 .507-.14c.327-.188.458-.515.458-.883a2.56 2.56 0 0 1 2.259-2.717zM6.715 3c1.367 0 2.48 1.13 2.48 2.528s-1.113 2.52-2.48 2.52a2.497 2.497 0 0 1-2.487-2.512C4.227 4.146 5.34 3 6.714 3"/></svg>

React

import type { SVGProps } from "react";

export function TokenRlc(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="M17.056 9.456c.05-.05.14-.05.229-.05a2.537 2.537 0 0 1 2.488 2.57c0 1.308-.966 2.34-2.21 2.568h-.278c-.458 0-.916-.139-1.333-.368a.77.77 0 0 0-.459-.139a.9.9 0 0 0-.507.14c-.32.187-.458.515-.458.883v.425a2.52 2.52 0 0 1-2.209 2.291h-.27c-.466 0-.925-.139-1.334-.376c-.188-.09-.327-.14-.507-.14a.94.94 0 0 0-.507.14c-.328.188-.459.516-.459.892v.417A2.52 2.52 0 0 1 6.984 21h-.229a2.536 2.536 0 0 1-2.479-2.57a2.56 2.56 0 0 1 2.209-2.527h.27c.459 0 .925.139 1.334.376a.77.77 0 0 0 .458.14c.188 0 .368-.05.508-.14c.327-.188.457-.516.457-.892a2.53 2.53 0 0 1 2.21-2.708H12c.458 0 .916.14 1.333.376c.189.09.328.14.507.14c.18 0 .369-.05.508-.14c.32-.188.458-.515.458-.891a2.56 2.56 0 0 1 2.25-2.708M11.77 6.224c.09-.041.14-.041.279-.041a2.537 2.537 0 0 1 2.48 2.569a2.55 2.55 0 0 1-2.21 2.52h-.27c-.466 0-.925-.14-1.334-.369a.77.77 0 0 0-.466-.139c-.18 0-.36.041-.499.14c-.327.188-.467.515-.467.883v.426a2.52 2.52 0 0 1-2.25 2.291h-.229a2.54 2.54 0 0 1-2.495-2.586c0-1.26.925-2.29 2.168-2.47h.27c.458 0 .924.138 1.334.367a.77.77 0 0 0 .458.14a.9.9 0 0 0 .507-.14c.327-.188.458-.515.458-.883a2.56 2.56 0 0 1 2.259-2.717zM6.715 3c1.367 0 2.48 1.13 2.48 2.528s-1.113 2.52-2.48 2.52a2.497 2.497 0 0 1-2.487-2.512C4.227 4.146 5.34 3 6.714 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.056 9.456c.05-.05.14-.05.229-.05a2.537 2.537 0 0 1 2.488 2.57c0 1.308-.966 2.34-2.21 2.568h-.278c-.458 0-.916-.139-1.333-.368a.77.77 0 0 0-.459-.139a.9.9 0 0 0-.507.14c-.32.187-.458.515-.458.883v.425a2.52 2.52 0 0 1-2.209 2.291h-.27c-.466 0-.925-.139-1.334-.376c-.188-.09-.327-.14-.507-.14a.94.94 0 0 0-.507.14c-.328.188-.459.516-.459.892v.417A2.52 2.52 0 0 1 6.984 21h-.229a2.536 2.536 0 0 1-2.479-2.57a2.56 2.56 0 0 1 2.209-2.527h.27c.459 0 .925.139 1.334.376a.77.77 0 0 0 .458.14c.188 0 .368-.05.508-.14c.327-.188.457-.516.457-.892a2.53 2.53 0 0 1 2.21-2.708H12c.458 0 .916.14 1.333.376c.189.09.328.14.507.14c.18 0 .369-.05.508-.14c.32-.188.458-.515.458-.891a2.56 2.56 0 0 1 2.25-2.708M11.77 6.224c.09-.041.14-.041.279-.041a2.537 2.537 0 0 1 2.48 2.569a2.55 2.55 0 0 1-2.21 2.52h-.27c-.466 0-.925-.14-1.334-.369a.77.77 0 0 0-.466-.139c-.18 0-.36.041-.499.14c-.327.188-.467.515-.467.883v.426a2.52 2.52 0 0 1-2.25 2.291h-.229a2.54 2.54 0 0 1-2.495-2.586c0-1.26.925-2.29 2.168-2.47h.27c.458 0 .924.138 1.334.367a.77.77 0 0 0 .458.14a.9.9 0 0 0 .507-.14c.327-.188.458-.515.458-.883a2.56 2.56 0 0 1 2.259-2.717zM6.715 3c1.367 0 2.48 1.13 2.48 2.528s-1.113 2.52-2.48 2.52a2.497 2.497 0 0 1-2.487-2.512C4.227 4.146 5.34 3 6.714 3"/></svg>
</template>

CSS

.icon-rlc {
  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%22M17.056%209.456c.05-.05.14-.05.229-.05a2.537%202.537%200%200%201%202.488%202.57c0%201.308-.966%202.34-2.21%202.568h-.278c-.458%200-.916-.139-1.333-.368a.77.77%200%200%200-.459-.139a.9.9%200%200%200-.507.14c-.32.187-.458.515-.458.883v.425a2.52%202.52%200%200%201-2.209%202.291h-.27c-.466%200-.925-.139-1.334-.376c-.188-.09-.327-.14-.507-.14a.94.94%200%200%200-.507.14c-.328.188-.459.516-.459.892v.417A2.52%202.52%200%200%201%206.984%2021h-.229a2.536%202.536%200%200%201-2.479-2.57a2.56%202.56%200%200%201%202.209-2.527h.27c.459%200%20.925.139%201.334.376a.77.77%200%200%200%20.458.14c.188%200%20.368-.05.508-.14c.327-.188.457-.516.457-.892a2.53%202.53%200%200%201%202.21-2.708H12c.458%200%20.916.14%201.333.376c.189.09.328.14.507.14c.18%200%20.369-.05.508-.14c.32-.188.458-.515.458-.891a2.56%202.56%200%200%201%202.25-2.708M11.77%206.224c.09-.041.14-.041.279-.041a2.537%202.537%200%200%201%202.48%202.569a2.55%202.55%200%200%201-2.21%202.52h-.27c-.466%200-.925-.14-1.334-.369a.77.77%200%200%200-.466-.139c-.18%200-.36.041-.499.14c-.327.188-.467.515-.467.883v.426a2.52%202.52%200%200%201-2.25%202.291h-.229a2.54%202.54%200%200%201-2.495-2.586c0-1.26.925-2.29%202.168-2.47h.27c.458%200%20.924.138%201.334.367a.77.77%200%200%200%20.458.14a.9.9%200%200%200%20.507-.14c.327-.188.458-.515.458-.883a2.56%202.56%200%200%201%202.259-2.717zM6.715%203c1.367%200%202.48%201.13%202.48%202.528s-1.113%202.52-2.48%202.52a2.497%202.497%200%200%201-2.487-2.512C4.227%204.146%205.34%203%206.714%203%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%22M17.056%209.456c.05-.05.14-.05.229-.05a2.537%202.537%200%200%201%202.488%202.57c0%201.308-.966%202.34-2.21%202.568h-.278c-.458%200-.916-.139-1.333-.368a.77.77%200%200%200-.459-.139a.9.9%200%200%200-.507.14c-.32.187-.458.515-.458.883v.425a2.52%202.52%200%200%201-2.209%202.291h-.27c-.466%200-.925-.139-1.334-.376c-.188-.09-.327-.14-.507-.14a.94.94%200%200%200-.507.14c-.328.188-.459.516-.459.892v.417A2.52%202.52%200%200%201%206.984%2021h-.229a2.536%202.536%200%200%201-2.479-2.57a2.56%202.56%200%200%201%202.209-2.527h.27c.459%200%20.925.139%201.334.376a.77.77%200%200%200%20.458.14c.188%200%20.368-.05.508-.14c.327-.188.457-.516.457-.892a2.53%202.53%200%200%201%202.21-2.708H12c.458%200%20.916.14%201.333.376c.189.09.328.14.507.14c.18%200%20.369-.05.508-.14c.32-.188.458-.515.458-.891a2.56%202.56%200%200%201%202.25-2.708M11.77%206.224c.09-.041.14-.041.279-.041a2.537%202.537%200%200%201%202.48%202.569a2.55%202.55%200%200%201-2.21%202.52h-.27c-.466%200-.925-.14-1.334-.369a.77.77%200%200%200-.466-.139c-.18%200-.36.041-.499.14c-.327.188-.467.515-.467.883v.426a2.52%202.52%200%200%201-2.25%202.291h-.229a2.54%202.54%200%200%201-2.495-2.586c0-1.26.925-2.29%202.168-2.47h.27c.458%200%20.924.138%201.334.367a.77.77%200%200%200%20.458.14a.9.9%200%200%200%20.507-.14c.327-.188.458-.515.458-.883a2.56%202.56%200%200%201%202.259-2.717zM6.715%203c1.367%200%202.48%201.13%202.48%202.528s-1.113%202.52-2.48%202.52a2.497%202.497%200%200%201-2.487-2.512C4.227%204.146%205.34%203%206.714%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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