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

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

The same logo in other sets

Use the req logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.211 3A2.37 2.37 0 0 0 3.84 5.371V18.9a2.1 2.1 0 1 0 4.2 0V6.6h8.4l3.6-3.6z"/><path fill="currentColor" d="M20.04 8.304v-5.29l-9.095 8.977a1.653 1.653 0 0 0-.013 2.337l5.958 6.031a1.91 1.91 0 1 0 2.72-2.68l-4.101-4.177a.493.493 0 0 1 .003-.695z"/></svg>

React

import type { SVGProps } from "react";

export function TokenReq(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="M6.211 3A2.37 2.37 0 0 0 3.84 5.371V18.9a2.1 2.1 0 1 0 4.2 0V6.6h8.4l3.6-3.6z"/><path fill="currentColor" d="M20.04 8.304v-5.29l-9.095 8.977a1.653 1.653 0 0 0-.013 2.337l5.958 6.031a1.91 1.91 0 1 0 2.72-2.68l-4.101-4.177a.493.493 0 0 1 .003-.695z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.211 3A2.37 2.37 0 0 0 3.84 5.371V18.9a2.1 2.1 0 1 0 4.2 0V6.6h8.4l3.6-3.6z"/><path fill="currentColor" d="M20.04 8.304v-5.29l-9.095 8.977a1.653 1.653 0 0 0-.013 2.337l5.958 6.031a1.91 1.91 0 1 0 2.72-2.68l-4.101-4.177a.493.493 0 0 1 .003-.695z"/></svg>
</template>

CSS

.icon-req {
  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%22M6.211%203A2.37%202.37%200%200%200%203.84%205.371V18.9a2.1%202.1%200%201%200%204.2%200V6.6h8.4l3.6-3.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.04%208.304v-5.29l-9.095%208.977a1.653%201.653%200%200%200-.013%202.337l5.958%206.031a1.91%201.91%200%201%200%202.72-2.68l-4.101-4.177a.493.493%200%200%201%20.003-.695z%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%22M6.211%203A2.37%202.37%200%200%200%203.84%205.371V18.9a2.1%202.1%200%201%200%204.2%200V6.6h8.4l3.6-3.6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.04%208.304v-5.29l-9.095%208.977a1.653%201.653%200%200%200-.013%202.337l5.958%206.031a1.91%201.91%200%201%200%202.72-2.68l-4.101-4.177a.493.493%200%200%201%20.003-.695z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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