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

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

The same logo in other sets

Use the rgen logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.441 8.9l5.65-5.594l1.155.98l-5.73 5.665l5.51 5.449l5.51-5.45l-.936-.924l-1.075 1.065l-1-1.105l1.02-1.01a1.57 1.57 0 0 1 2.17.035l.805.8a1.6 1.6 0 0 1 .353 1.757a1.6 1.6 0 0 1-.353.522l-5.34 5.28a1.645 1.645 0 0 1-2.31 0L5.442 11a1.474 1.474 0 0 1 0-2.1"/><path fill="currentColor" d="m14.614 8.885l.485-.48a2 2 0 0 0 .52 1.7l2.845 2.815l-.535 1.52l-3.315-3.275a1.6 1.6 0 0 1 0-2.28"/><path fill="currentColor" d="M11.83 4.271c-.42-.39-1.22-.235-1.59-.12l.62-.68a1.645 1.645 0 0 1 2.305 0l.855.85a1.6 1.6 0 0 1 0 2.275L6.45 14.08l5.58 5.52c1.61-1.585 4.96-4.89 5.47-5.405c.51-.52.35-1.575.2-2.035l.8.785a1.6 1.6 0 0 1 .353 1.758a1.6 1.6 0 0 1-.353.522l-5.405 5.34a1.52 1.52 0 0 1-2.13 0L5.561 15.22a1.6 1.6 0 0 1 0-2.28l7.57-7.484z"/></svg>

React

import type { SVGProps } from "react";

export function TokenRgen(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="m5.441 8.9l5.65-5.594l1.155.98l-5.73 5.665l5.51 5.449l5.51-5.45l-.936-.924l-1.075 1.065l-1-1.105l1.02-1.01a1.57 1.57 0 0 1 2.17.035l.805.8a1.6 1.6 0 0 1 .353 1.757a1.6 1.6 0 0 1-.353.522l-5.34 5.28a1.645 1.645 0 0 1-2.31 0L5.442 11a1.474 1.474 0 0 1 0-2.1"/><path fill="currentColor" d="m14.614 8.885l.485-.48a2 2 0 0 0 .52 1.7l2.845 2.815l-.535 1.52l-3.315-3.275a1.6 1.6 0 0 1 0-2.28"/><path fill="currentColor" d="M11.83 4.271c-.42-.39-1.22-.235-1.59-.12l.62-.68a1.645 1.645 0 0 1 2.305 0l.855.85a1.6 1.6 0 0 1 0 2.275L6.45 14.08l5.58 5.52c1.61-1.585 4.96-4.89 5.47-5.405c.51-.52.35-1.575.2-2.035l.8.785a1.6 1.6 0 0 1 .353 1.758a1.6 1.6 0 0 1-.353.522l-5.405 5.34a1.52 1.52 0 0 1-2.13 0L5.561 15.22a1.6 1.6 0 0 1 0-2.28l7.57-7.484z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.441 8.9l5.65-5.594l1.155.98l-5.73 5.665l5.51 5.449l5.51-5.45l-.936-.924l-1.075 1.065l-1-1.105l1.02-1.01a1.57 1.57 0 0 1 2.17.035l.805.8a1.6 1.6 0 0 1 .353 1.757a1.6 1.6 0 0 1-.353.522l-5.34 5.28a1.645 1.645 0 0 1-2.31 0L5.442 11a1.474 1.474 0 0 1 0-2.1"/><path fill="currentColor" d="m14.614 8.885l.485-.48a2 2 0 0 0 .52 1.7l2.845 2.815l-.535 1.52l-3.315-3.275a1.6 1.6 0 0 1 0-2.28"/><path fill="currentColor" d="M11.83 4.271c-.42-.39-1.22-.235-1.59-.12l.62-.68a1.645 1.645 0 0 1 2.305 0l.855.85a1.6 1.6 0 0 1 0 2.275L6.45 14.08l5.58 5.52c1.61-1.585 4.96-4.89 5.47-5.405c.51-.52.35-1.575.2-2.035l.8.785a1.6 1.6 0 0 1 .353 1.758a1.6 1.6 0 0 1-.353.522l-5.405 5.34a1.52 1.52 0 0 1-2.13 0L5.561 15.22a1.6 1.6 0 0 1 0-2.28l7.57-7.484z"/></svg>
</template>

CSS

.icon-rgen {
  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%22m5.441%208.9l5.65-5.594l1.155.98l-5.73%205.665l5.51%205.449l5.51-5.45l-.936-.924l-1.075%201.065l-1-1.105l1.02-1.01a1.57%201.57%200%200%201%202.17.035l.805.8a1.6%201.6%200%200%201%20.353%201.757a1.6%201.6%200%200%201-.353.522l-5.34%205.28a1.645%201.645%200%200%201-2.31%200L5.442%2011a1.474%201.474%200%200%201%200-2.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.614%208.885l.485-.48a2%202%200%200%200%20.52%201.7l2.845%202.815l-.535%201.52l-3.315-3.275a1.6%201.6%200%200%201%200-2.28%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.83%204.271c-.42-.39-1.22-.235-1.59-.12l.62-.68a1.645%201.645%200%200%201%202.305%200l.855.85a1.6%201.6%200%200%201%200%202.275L6.45%2014.08l5.58%205.52c1.61-1.585%204.96-4.89%205.47-5.405c.51-.52.35-1.575.2-2.035l.8.785a1.6%201.6%200%200%201%20.353%201.758a1.6%201.6%200%200%201-.353.522l-5.405%205.34a1.52%201.52%200%200%201-2.13%200L5.561%2015.22a1.6%201.6%200%200%201%200-2.28l7.57-7.484z%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%22m5.441%208.9l5.65-5.594l1.155.98l-5.73%205.665l5.51%205.449l5.51-5.45l-.936-.924l-1.075%201.065l-1-1.105l1.02-1.01a1.57%201.57%200%200%201%202.17.035l.805.8a1.6%201.6%200%200%201%20.353%201.757a1.6%201.6%200%200%201-.353.522l-5.34%205.28a1.645%201.645%200%200%201-2.31%200L5.442%2011a1.474%201.474%200%200%201%200-2.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.614%208.885l.485-.48a2%202%200%200%200%20.52%201.7l2.845%202.815l-.535%201.52l-3.315-3.275a1.6%201.6%200%200%201%200-2.28%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.83%204.271c-.42-.39-1.22-.235-1.59-.12l.62-.68a1.645%201.645%200%200%201%202.305%200l.855.85a1.6%201.6%200%200%201%200%202.275L6.45%2014.08l5.58%205.52c1.61-1.585%204.96-4.89%205.47-5.405c.51-.52.35-1.575.2-2.035l.8.785a1.6%201.6%200%200%201%20.353%201.758a1.6%201.6%200%200%201-.353.522l-5.405%205.34a1.52%201.52%200%200%201-2.13%200L5.561%2015.22a1.6%201.6%200%200%201%200-2.28l7.57-7.484z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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