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

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

The same logo in other sets

Use the rbd logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21v-4.2h5.682L11.4 21zm0-10.8v3.6h7.578c.48 0 1.422-.3 1.422-1.8s-.948-1.8-1.422-1.8z"/><path fill="currentColor" d="M3 3h13.83C18.72 3 21 4.014 21 6.204v3.138c0 1.056-.588 1.986-1.44 2.574c1.128.54 1.44 1.818 1.44 2.502v3.378c0 2.142-2.88 3.203-4.65 3.203h-1.128l-3.276-4.913l.51-.042c1.92-.156 2.622-2.412 2.622-4.044c0-2.106-1.152-4.8-3.564-4.8H3zm.606.606V6.6h7.914c2.754 0 4.17 2.958 4.17 5.406c0 1.782-.744 4.092-2.688 4.572l2.55 3.822h.804c1.416 0 4.044-.829 4.044-2.599v-3.377c0-1.008-.624-1.98-1.668-2.118l-.072-.582c.972-.366 1.74-1.32 1.74-2.376V6.21c0-1.842-2.022-2.598-3.564-2.598H3.606z"/></svg>

React

import type { SVGProps } from "react";

export function TokenRbd(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="M3 21v-4.2h5.682L11.4 21zm0-10.8v3.6h7.578c.48 0 1.422-.3 1.422-1.8s-.948-1.8-1.422-1.8z"/><path fill="currentColor" d="M3 3h13.83C18.72 3 21 4.014 21 6.204v3.138c0 1.056-.588 1.986-1.44 2.574c1.128.54 1.44 1.818 1.44 2.502v3.378c0 2.142-2.88 3.203-4.65 3.203h-1.128l-3.276-4.913l.51-.042c1.92-.156 2.622-2.412 2.622-4.044c0-2.106-1.152-4.8-3.564-4.8H3zm.606.606V6.6h7.914c2.754 0 4.17 2.958 4.17 5.406c0 1.782-.744 4.092-2.688 4.572l2.55 3.822h.804c1.416 0 4.044-.829 4.044-2.599v-3.377c0-1.008-.624-1.98-1.668-2.118l-.072-.582c.972-.366 1.74-1.32 1.74-2.376V6.21c0-1.842-2.022-2.598-3.564-2.598H3.606z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21v-4.2h5.682L11.4 21zm0-10.8v3.6h7.578c.48 0 1.422-.3 1.422-1.8s-.948-1.8-1.422-1.8z"/><path fill="currentColor" d="M3 3h13.83C18.72 3 21 4.014 21 6.204v3.138c0 1.056-.588 1.986-1.44 2.574c1.128.54 1.44 1.818 1.44 2.502v3.378c0 2.142-2.88 3.203-4.65 3.203h-1.128l-3.276-4.913l.51-.042c1.92-.156 2.622-2.412 2.622-4.044c0-2.106-1.152-4.8-3.564-4.8H3zm.606.606V6.6h7.914c2.754 0 4.17 2.958 4.17 5.406c0 1.782-.744 4.092-2.688 4.572l2.55 3.822h.804c1.416 0 4.044-.829 4.044-2.599v-3.377c0-1.008-.624-1.98-1.668-2.118l-.072-.582c.972-.366 1.74-1.32 1.74-2.376V6.21c0-1.842-2.022-2.598-3.564-2.598H3.606z"/></svg>
</template>

CSS

.icon-rbd {
  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%22M3%2021v-4.2h5.682L11.4%2021zm0-10.8v3.6h7.578c.48%200%201.422-.3%201.422-1.8s-.948-1.8-1.422-1.8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203h13.83C18.72%203%2021%204.014%2021%206.204v3.138c0%201.056-.588%201.986-1.44%202.574c1.128.54%201.44%201.818%201.44%202.502v3.378c0%202.142-2.88%203.203-4.65%203.203h-1.128l-3.276-4.913l.51-.042c1.92-.156%202.622-2.412%202.622-4.044c0-2.106-1.152-4.8-3.564-4.8H3zm.606.606V6.6h7.914c2.754%200%204.17%202.958%204.17%205.406c0%201.782-.744%204.092-2.688%204.572l2.55%203.822h.804c1.416%200%204.044-.829%204.044-2.599v-3.377c0-1.008-.624-1.98-1.668-2.118l-.072-.582c.972-.366%201.74-1.32%201.74-2.376V6.21c0-1.842-2.022-2.598-3.564-2.598H3.606z%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%22M3%2021v-4.2h5.682L11.4%2021zm0-10.8v3.6h7.578c.48%200%201.422-.3%201.422-1.8s-.948-1.8-1.422-1.8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203h13.83C18.72%203%2021%204.014%2021%206.204v3.138c0%201.056-.588%201.986-1.44%202.574c1.128.54%201.44%201.818%201.44%202.502v3.378c0%202.142-2.88%203.203-4.65%203.203h-1.128l-3.276-4.913l.51-.042c1.92-.156%202.622-2.412%202.622-4.044c0-2.106-1.152-4.8-3.564-4.8H3zm.606.606V6.6h7.914c2.754%200%204.17%202.958%204.17%205.406c0%201.782-.744%204.092-2.688%204.572l2.55%203.822h.804c1.416%200%204.044-.829%204.044-2.599v-3.377c0-1.008-.624-1.98-1.668-2.118l-.072-.582c.972-.366%201.74-1.32%201.74-2.376V6.21c0-1.842-2.022-2.598-3.564-2.598H3.606z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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