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

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

The same logo in other sets

Use the grai logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.642 14.369a5.213 5.213 0 0 1-6.519 2.494a5.2 5.2 0 0 1-2.064-1.452a1.54 1.54 0 0 0-1.137-.569c-.933 0-1.554.948-.995 1.691A7.579 7.579 0 0 0 19.2 14.37h.853a.947.947 0 1 0 0-1.895h-4.264a.947.947 0 1 0 0 1.895zm.436-5.21c-.44 0-.848-.233-1.137-.57a5.21 5.21 0 0 0-8.583 1.043h.853a.947.947 0 1 1 0 1.895H3.947a.947.947 0 1 1 0-1.895H4.8a7.579 7.579 0 0 1 13.273-2.165c.559.744-.057 1.691-.995 1.691"/></svg>

React

import type { SVGProps } from "react";

export function TokenGrai(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="M16.642 14.369a5.213 5.213 0 0 1-6.519 2.494a5.2 5.2 0 0 1-2.064-1.452a1.54 1.54 0 0 0-1.137-.569c-.933 0-1.554.948-.995 1.691A7.579 7.579 0 0 0 19.2 14.37h.853a.947.947 0 1 0 0-1.895h-4.264a.947.947 0 1 0 0 1.895zm.436-5.21c-.44 0-.848-.233-1.137-.57a5.21 5.21 0 0 0-8.583 1.043h.853a.947.947 0 1 1 0 1.895H3.947a.947.947 0 1 1 0-1.895H4.8a7.579 7.579 0 0 1 13.273-2.165c.559.744-.057 1.691-.995 1.691"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.642 14.369a5.213 5.213 0 0 1-6.519 2.494a5.2 5.2 0 0 1-2.064-1.452a1.54 1.54 0 0 0-1.137-.569c-.933 0-1.554.948-.995 1.691A7.579 7.579 0 0 0 19.2 14.37h.853a.947.947 0 1 0 0-1.895h-4.264a.947.947 0 1 0 0 1.895zm.436-5.21c-.44 0-.848-.233-1.137-.57a5.21 5.21 0 0 0-8.583 1.043h.853a.947.947 0 1 1 0 1.895H3.947a.947.947 0 1 1 0-1.895H4.8a7.579 7.579 0 0 1 13.273-2.165c.559.744-.057 1.691-.995 1.691"/></svg>
</template>

CSS

.icon-grai {
  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%22M16.642%2014.369a5.213%205.213%200%200%201-6.519%202.494a5.2%205.2%200%200%201-2.064-1.452a1.54%201.54%200%200%200-1.137-.569c-.933%200-1.554.948-.995%201.691A7.579%207.579%200%200%200%2019.2%2014.37h.853a.947.947%200%201%200%200-1.895h-4.264a.947.947%200%201%200%200%201.895zm.436-5.21c-.44%200-.848-.233-1.137-.57a5.21%205.21%200%200%200-8.583%201.043h.853a.947.947%200%201%201%200%201.895H3.947a.947.947%200%201%201%200-1.895H4.8a7.579%207.579%200%200%201%2013.273-2.165c.559.744-.057%201.691-.995%201.691%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%22M16.642%2014.369a5.213%205.213%200%200%201-6.519%202.494a5.2%205.2%200%200%201-2.064-1.452a1.54%201.54%200%200%200-1.137-.569c-.933%200-1.554.948-.995%201.691A7.579%207.579%200%200%200%2019.2%2014.37h.853a.947.947%200%201%200%200-1.895h-4.264a.947.947%200%201%200%200%201.895zm.436-5.21c-.44%200-.848-.233-1.137-.57a5.21%205.21%200%200%200-8.583%201.043h.853a.947.947%200%201%201%200%201.895H3.947a.947.947%200%201%201%200-1.895H4.8a7.579%207.579%200%200%201%2013.273-2.165c.559.744-.057%201.691-.995%201.691%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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