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

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

The same logo in other sets

Use the flx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.263 3h-1.82l-.847 4.14a5 5 0 0 0-1.142-.303l.493-2.416H9.963l-.616 2.994a4.974 4.974 0 0 0-1.511 7.403L6.808 19.84A.96.96 0 0 0 7.74 21h1.814l.91-4.434q.56.15 1.17.17l-.583 2.843h2.984l.8-3.903a4.964 4.964 0 0 0 1.29-6.3l1.065-5.21A.962.962 0 0 0 16.258 3zm-4.5 10.895a2.131 2.131 0 1 0 0-4.263a2.131 2.131 0 0 0 0 4.263" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenFlx(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" fillRule="evenodd" d="M16.263 3h-1.82l-.847 4.14a5 5 0 0 0-1.142-.303l.493-2.416H9.963l-.616 2.994a4.974 4.974 0 0 0-1.511 7.403L6.808 19.84A.96.96 0 0 0 7.74 21h1.814l.91-4.434q.56.15 1.17.17l-.583 2.843h2.984l.8-3.903a4.964 4.964 0 0 0 1.29-6.3l1.065-5.21A.962.962 0 0 0 16.258 3zm-4.5 10.895a2.131 2.131 0 1 0 0-4.263a2.131 2.131 0 0 0 0 4.263" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.263 3h-1.82l-.847 4.14a5 5 0 0 0-1.142-.303l.493-2.416H9.963l-.616 2.994a4.974 4.974 0 0 0-1.511 7.403L6.808 19.84A.96.96 0 0 0 7.74 21h1.814l.91-4.434q.56.15 1.17.17l-.583 2.843h2.984l.8-3.903a4.964 4.964 0 0 0 1.29-6.3l1.065-5.21A.962.962 0 0 0 16.258 3zm-4.5 10.895a2.131 2.131 0 1 0 0-4.263a2.131 2.131 0 0 0 0 4.263" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-flx {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.263%203h-1.82l-.847%204.14a5%205%200%200%200-1.142-.303l.493-2.416H9.963l-.616%202.994a4.974%204.974%200%200%200-1.511%207.403L6.808%2019.84A.96.96%200%200%200%207.74%2021h1.814l.91-4.434q.56.15%201.17.17l-.583%202.843h2.984l.8-3.903a4.964%204.964%200%200%200%201.29-6.3l1.065-5.21A.962.962%200%200%200%2016.258%203zm-4.5%2010.895a2.131%202.131%200%201%200%200-4.263a2.131%202.131%200%200%200%200%204.263%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.263%203h-1.82l-.847%204.14a5%205%200%200%200-1.142-.303l.493-2.416H9.963l-.616%202.994a4.974%204.974%200%200%200-1.511%207.403L6.808%2019.84A.96.96%200%200%200%207.74%2021h1.814l.91-4.434q.56.15%201.17.17l-.583%202.843h2.984l.8-3.903a4.964%204.964%200%200%200%201.29-6.3l1.065-5.21A.962.962%200%200%200%2016.258%203zm-4.5%2010.895a2.131%202.131%200%201%200%200-4.263a2.131%202.131%200%200%200%200%204.263%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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