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

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

The same logo in other sets

Use the rep logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.94 15.457l-1.695-2.849a.22.22 0 0 0-.224-.103a.2.2 0 0 0-.08.03l-1.102.711a.22.22 0 0 0-.07.298l.968 1.627a.11.11 0 0 1-.035.149l-5.642 3.64a.1.1 0 0 1-.116 0l-5.645-3.64a.11.11 0 0 1-.035-.15l.967-1.626a.22.22 0 0 0-.07-.298l-1.1-.711a.216.216 0 0 0-.305.073l-1.694 2.85a.44.44 0 0 0 .14.593l7.562 4.88a.43.43 0 0 0 .47 0l7.563-4.88a.44.44 0 0 0 .142-.594m-12.842-4.71l1.067.718a.205.205 0 0 0 .296-.074l3.448-6.05a.103.103 0 0 1 .18 0l3.45 6.05a.21.21 0 0 0 .296.074l1.068-.718a.23.23 0 0 0 .067-.301l-4.12-7.23A.42.42 0 0 0 12.484 3h-.972a.42.42 0 0 0-.363.216l-4.12 7.23a.23.23 0 0 0 .067.301"/></svg>

React

import type { SVGProps } from "react";

export function TokenRep(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="m19.94 15.457l-1.695-2.849a.22.22 0 0 0-.224-.103a.2.2 0 0 0-.08.03l-1.102.711a.22.22 0 0 0-.07.298l.968 1.627a.11.11 0 0 1-.035.149l-5.642 3.64a.1.1 0 0 1-.116 0l-5.645-3.64a.11.11 0 0 1-.035-.15l.967-1.626a.22.22 0 0 0-.07-.298l-1.1-.711a.216.216 0 0 0-.305.073l-1.694 2.85a.44.44 0 0 0 .14.593l7.562 4.88a.43.43 0 0 0 .47 0l7.563-4.88a.44.44 0 0 0 .142-.594m-12.842-4.71l1.067.718a.205.205 0 0 0 .296-.074l3.448-6.05a.103.103 0 0 1 .18 0l3.45 6.05a.21.21 0 0 0 .296.074l1.068-.718a.23.23 0 0 0 .067-.301l-4.12-7.23A.42.42 0 0 0 12.484 3h-.972a.42.42 0 0 0-.363.216l-4.12 7.23a.23.23 0 0 0 .067.301"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.94 15.457l-1.695-2.849a.22.22 0 0 0-.224-.103a.2.2 0 0 0-.08.03l-1.102.711a.22.22 0 0 0-.07.298l.968 1.627a.11.11 0 0 1-.035.149l-5.642 3.64a.1.1 0 0 1-.116 0l-5.645-3.64a.11.11 0 0 1-.035-.15l.967-1.626a.22.22 0 0 0-.07-.298l-1.1-.711a.216.216 0 0 0-.305.073l-1.694 2.85a.44.44 0 0 0 .14.593l7.562 4.88a.43.43 0 0 0 .47 0l7.563-4.88a.44.44 0 0 0 .142-.594m-12.842-4.71l1.067.718a.205.205 0 0 0 .296-.074l3.448-6.05a.103.103 0 0 1 .18 0l3.45 6.05a.21.21 0 0 0 .296.074l1.068-.718a.23.23 0 0 0 .067-.301l-4.12-7.23A.42.42 0 0 0 12.484 3h-.972a.42.42 0 0 0-.363.216l-4.12 7.23a.23.23 0 0 0 .067.301"/></svg>
</template>

CSS

.icon-rep {
  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%22m19.94%2015.457l-1.695-2.849a.22.22%200%200%200-.224-.103a.2.2%200%200%200-.08.03l-1.102.711a.22.22%200%200%200-.07.298l.968%201.627a.11.11%200%200%201-.035.149l-5.642%203.64a.1.1%200%200%201-.116%200l-5.645-3.64a.11.11%200%200%201-.035-.15l.967-1.626a.22.22%200%200%200-.07-.298l-1.1-.711a.216.216%200%200%200-.305.073l-1.694%202.85a.44.44%200%200%200%20.14.593l7.562%204.88a.43.43%200%200%200%20.47%200l7.563-4.88a.44.44%200%200%200%20.142-.594m-12.842-4.71l1.067.718a.205.205%200%200%200%20.296-.074l3.448-6.05a.103.103%200%200%201%20.18%200l3.45%206.05a.21.21%200%200%200%20.296.074l1.068-.718a.23.23%200%200%200%20.067-.301l-4.12-7.23A.42.42%200%200%200%2012.484%203h-.972a.42.42%200%200%200-.363.216l-4.12%207.23a.23.23%200%200%200%20.067.301%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%22m19.94%2015.457l-1.695-2.849a.22.22%200%200%200-.224-.103a.2.2%200%200%200-.08.03l-1.102.711a.22.22%200%200%200-.07.298l.968%201.627a.11.11%200%200%201-.035.149l-5.642%203.64a.1.1%200%200%201-.116%200l-5.645-3.64a.11.11%200%200%201-.035-.15l.967-1.626a.22.22%200%200%200-.07-.298l-1.1-.711a.216.216%200%200%200-.305.073l-1.694%202.85a.44.44%200%200%200%20.14.593l7.562%204.88a.43.43%200%200%200%20.47%200l7.563-4.88a.44.44%200%200%200%20.142-.594m-12.842-4.71l1.067.718a.205.205%200%200%200%20.296-.074l3.448-6.05a.103.103%200%200%201%20.18%200l3.45%206.05a.21.21%200%200%200%20.296.074l1.068-.718a.23.23%200%200%200%20.067-.301l-4.12-7.23A.42.42%200%200%200%2012.484%203h-.972a.42.42%200%200%200-.363.216l-4.12%207.23a.23.23%200%200%200%20.067.301%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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