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

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

The same logo in other sets

Use the rcn logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.967 8.374a.56.56 0 0 0-.515-.37a.55.55 0 0 0-.5.315c-.146.31-.3.61-.48.9a8 8 0 0 0-3.822-4.331A7.93 7.93 0 0 0 5.286 7.704a8.04 8.04 0 0 0-1.125 5.672a10 10 0 0 0-1.1 1.825a.55.55 0 1 0 .99.47q.216-.459.485-.895a8 8 0 0 0 3.816 4.337a7.93 7.93 0 0 0 10.364-2.816a8.03 8.03 0 0 0 1.13-5.672c.43-.57.8-1.18 1.1-1.826a.55.55 0 0 0 .02-.425M18.866 12c0 1.68-.615 3.311-1.726 4.572a6.852 6.852 0 0 1-11.804-2.916a10.2 10.2 0 0 1 5.227-3.166c1.12-.3 2.266-.48 3.426-.526l-1.645 1.651l.78.785L16.1 9.404l-3.391-3.406l-.775.78l2.065 2.081c-1.25.04-2.49.23-3.701.56c-1.42.375-2.761 1-3.966 1.84c-.42.301-.82.636-1.19 1.001l-.006-.265a6.852 6.852 0 0 1 13.52-1.66a10.15 10.15 0 0 1-5.222 3.17c-1.12.3-2.266.48-3.426.526l1.64-1.65l-.78-.786l-2.97 2.991l3.4 3.416l.776-.78l-2.066-2.08c1.25-.046 2.49-.23 3.701-.561c1.416-.375 2.761-1 3.962-1.84q.639-.452 1.195-1.001z"/></svg>

React

import type { SVGProps } from "react";

export function TokenRcn(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="M20.967 8.374a.56.56 0 0 0-.515-.37a.55.55 0 0 0-.5.315c-.146.31-.3.61-.48.9a8 8 0 0 0-3.822-4.331A7.93 7.93 0 0 0 5.286 7.704a8.04 8.04 0 0 0-1.125 5.672a10 10 0 0 0-1.1 1.825a.55.55 0 1 0 .99.47q.216-.459.485-.895a8 8 0 0 0 3.816 4.337a7.93 7.93 0 0 0 10.364-2.816a8.03 8.03 0 0 0 1.13-5.672c.43-.57.8-1.18 1.1-1.826a.55.55 0 0 0 .02-.425M18.866 12c0 1.68-.615 3.311-1.726 4.572a6.852 6.852 0 0 1-11.804-2.916a10.2 10.2 0 0 1 5.227-3.166c1.12-.3 2.266-.48 3.426-.526l-1.645 1.651l.78.785L16.1 9.404l-3.391-3.406l-.775.78l2.065 2.081c-1.25.04-2.49.23-3.701.56c-1.42.375-2.761 1-3.966 1.84c-.42.301-.82.636-1.19 1.001l-.006-.265a6.852 6.852 0 0 1 13.52-1.66a10.15 10.15 0 0 1-5.222 3.17c-1.12.3-2.266.48-3.426.526l1.64-1.65l-.78-.786l-2.97 2.991l3.4 3.416l.776-.78l-2.066-2.08c1.25-.046 2.49-.23 3.701-.561c1.416-.375 2.761-1 3.962-1.84q.639-.452 1.195-1.001z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.967 8.374a.56.56 0 0 0-.515-.37a.55.55 0 0 0-.5.315c-.146.31-.3.61-.48.9a8 8 0 0 0-3.822-4.331A7.93 7.93 0 0 0 5.286 7.704a8.04 8.04 0 0 0-1.125 5.672a10 10 0 0 0-1.1 1.825a.55.55 0 1 0 .99.47q.216-.459.485-.895a8 8 0 0 0 3.816 4.337a7.93 7.93 0 0 0 10.364-2.816a8.03 8.03 0 0 0 1.13-5.672c.43-.57.8-1.18 1.1-1.826a.55.55 0 0 0 .02-.425M18.866 12c0 1.68-.615 3.311-1.726 4.572a6.852 6.852 0 0 1-11.804-2.916a10.2 10.2 0 0 1 5.227-3.166c1.12-.3 2.266-.48 3.426-.526l-1.645 1.651l.78.785L16.1 9.404l-3.391-3.406l-.775.78l2.065 2.081c-1.25.04-2.49.23-3.701.56c-1.42.375-2.761 1-3.966 1.84c-.42.301-.82.636-1.19 1.001l-.006-.265a6.852 6.852 0 0 1 13.52-1.66a10.15 10.15 0 0 1-5.222 3.17c-1.12.3-2.266.48-3.426.526l1.64-1.65l-.78-.786l-2.97 2.991l3.4 3.416l.776-.78l-2.066-2.08c1.25-.046 2.49-.23 3.701-.561c1.416-.375 2.761-1 3.962-1.84q.639-.452 1.195-1.001z"/></svg>
</template>

CSS

.icon-rcn {
  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%22M20.967%208.374a.56.56%200%200%200-.515-.37a.55.55%200%200%200-.5.315c-.146.31-.3.61-.48.9a8%208%200%200%200-3.822-4.331A7.93%207.93%200%200%200%205.286%207.704a8.04%208.04%200%200%200-1.125%205.672a10%2010%200%200%200-1.1%201.825a.55.55%200%201%200%20.99.47q.216-.459.485-.895a8%208%200%200%200%203.816%204.337a7.93%207.93%200%200%200%2010.364-2.816a8.03%208.03%200%200%200%201.13-5.672c.43-.57.8-1.18%201.1-1.826a.55.55%200%200%200%20.02-.425M18.866%2012c0%201.68-.615%203.311-1.726%204.572a6.852%206.852%200%200%201-11.804-2.916a10.2%2010.2%200%200%201%205.227-3.166c1.12-.3%202.266-.48%203.426-.526l-1.645%201.651l.78.785L16.1%209.404l-3.391-3.406l-.775.78l2.065%202.081c-1.25.04-2.49.23-3.701.56c-1.42.375-2.761%201-3.966%201.84c-.42.301-.82.636-1.19%201.001l-.006-.265a6.852%206.852%200%200%201%2013.52-1.66a10.15%2010.15%200%200%201-5.222%203.17c-1.12.3-2.266.48-3.426.526l1.64-1.65l-.78-.786l-2.97%202.991l3.4%203.416l.776-.78l-2.066-2.08c1.25-.046%202.49-.23%203.701-.561c1.416-.375%202.761-1%203.962-1.84q.639-.452%201.195-1.001z%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%22M20.967%208.374a.56.56%200%200%200-.515-.37a.55.55%200%200%200-.5.315c-.146.31-.3.61-.48.9a8%208%200%200%200-3.822-4.331A7.93%207.93%200%200%200%205.286%207.704a8.04%208.04%200%200%200-1.125%205.672a10%2010%200%200%200-1.1%201.825a.55.55%200%201%200%20.99.47q.216-.459.485-.895a8%208%200%200%200%203.816%204.337a7.93%207.93%200%200%200%2010.364-2.816a8.03%208.03%200%200%200%201.13-5.672c.43-.57.8-1.18%201.1-1.826a.55.55%200%200%200%20.02-.425M18.866%2012c0%201.68-.615%203.311-1.726%204.572a6.852%206.852%200%200%201-11.804-2.916a10.2%2010.2%200%200%201%205.227-3.166c1.12-.3%202.266-.48%203.426-.526l-1.645%201.651l.78.785L16.1%209.404l-3.391-3.406l-.775.78l2.065%202.081c-1.25.04-2.49.23-3.701.56c-1.42.375-2.761%201-3.966%201.84c-.42.301-.82.636-1.19%201.001l-.006-.265a6.852%206.852%200%200%201%2013.52-1.66a10.15%2010.15%200%200%201-5.222%203.17c-1.12.3-2.266.48-3.426.526l1.64-1.65l-.78-.786l-2.97%202.991l3.4%203.416l.776-.78l-2.066-2.08c1.25-.046%202.49-.23%203.701-.561c1.416-.375%202.761-1%203.962-1.84q.639-.452%201.195-1.001z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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