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

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

The same logo in other sets

Use the fei logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.774 4.638A.9.9 0 0 0 12 4.2c-.3 0-.6.144-.774.438L9.69 7.494a.6.6 0 0 0 .516.906H13.8a.6.6 0 0 0 .516-.906l-1.536-2.85zm3.558 6.15A1.2 1.2 0 0 0 15.3 10.2H8.7a1.2 1.2 0 0 0-1.032.588l-4.5 7.2A1.2 1.2 0 0 0 4.2 19.8h15.6a1.2 1.2 0 0 0 1.032-1.812z"/></svg>

React

import type { SVGProps } from "react";

export function TokenFei(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="M12.774 4.638A.9.9 0 0 0 12 4.2c-.3 0-.6.144-.774.438L9.69 7.494a.6.6 0 0 0 .516.906H13.8a.6.6 0 0 0 .516-.906l-1.536-2.85zm3.558 6.15A1.2 1.2 0 0 0 15.3 10.2H8.7a1.2 1.2 0 0 0-1.032.588l-4.5 7.2A1.2 1.2 0 0 0 4.2 19.8h15.6a1.2 1.2 0 0 0 1.032-1.812z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.774 4.638A.9.9 0 0 0 12 4.2c-.3 0-.6.144-.774.438L9.69 7.494a.6.6 0 0 0 .516.906H13.8a.6.6 0 0 0 .516-.906l-1.536-2.85zm3.558 6.15A1.2 1.2 0 0 0 15.3 10.2H8.7a1.2 1.2 0 0 0-1.032.588l-4.5 7.2A1.2 1.2 0 0 0 4.2 19.8h15.6a1.2 1.2 0 0 0 1.032-1.812z"/></svg>
</template>

CSS

.icon-fei {
  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%22M12.774%204.638A.9.9%200%200%200%2012%204.2c-.3%200-.6.144-.774.438L9.69%207.494a.6.6%200%200%200%20.516.906H13.8a.6.6%200%200%200%20.516-.906l-1.536-2.85zm3.558%206.15A1.2%201.2%200%200%200%2015.3%2010.2H8.7a1.2%201.2%200%200%200-1.032.588l-4.5%207.2A1.2%201.2%200%200%200%204.2%2019.8h15.6a1.2%201.2%200%200%200%201.032-1.812z%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%22M12.774%204.638A.9.9%200%200%200%2012%204.2c-.3%200-.6.144-.774.438L9.69%207.494a.6.6%200%200%200%20.516.906H13.8a.6.6%200%200%200%20.516-.906l-1.536-2.85zm3.558%206.15A1.2%201.2%200%200%200%2015.3%2010.2H8.7a1.2%201.2%200%200%200-1.032.588l-4.5%207.2A1.2%201.2%200%200%200%204.2%2019.8h15.6a1.2%201.2%200%200%200%201.032-1.812z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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