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

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

The same logo in other sets

Use the fluent logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.998 6.36V4H3v2.36h8.01a16.6 16.6 0 0 0-4.006 3.281H3v2.36h2.256A15.33 15.33 0 0 0 3 20h2.473c0-2.988 1.014-5.752 2.727-8h4.675c-2.419 1.902-3.965 4.783-3.965 8h2.473c0-4.413 3.76-8 8.38-8H21V9.64H10.485c2.499-2.043 5.74-3.281 9.278-3.281H21z"/></svg>

React

import type { SVGProps } from "react";

export function TokenFluent(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="M20.998 6.36V4H3v2.36h8.01a16.6 16.6 0 0 0-4.006 3.281H3v2.36h2.256A15.33 15.33 0 0 0 3 20h2.473c0-2.988 1.014-5.752 2.727-8h4.675c-2.419 1.902-3.965 4.783-3.965 8h2.473c0-4.413 3.76-8 8.38-8H21V9.64H10.485c2.499-2.043 5.74-3.281 9.278-3.281H21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.998 6.36V4H3v2.36h8.01a16.6 16.6 0 0 0-4.006 3.281H3v2.36h2.256A15.33 15.33 0 0 0 3 20h2.473c0-2.988 1.014-5.752 2.727-8h4.675c-2.419 1.902-3.965 4.783-3.965 8h2.473c0-4.413 3.76-8 8.38-8H21V9.64H10.485c2.499-2.043 5.74-3.281 9.278-3.281H21z"/></svg>
</template>

CSS

.icon-fluent {
  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%22M20.998%206.36V4H3v2.36h8.01a16.6%2016.6%200%200%200-4.006%203.281H3v2.36h2.256A15.33%2015.33%200%200%200%203%2020h2.473c0-2.988%201.014-5.752%202.727-8h4.675c-2.419%201.902-3.965%204.783-3.965%208h2.473c0-4.413%203.76-8%208.38-8H21V9.64H10.485c2.499-2.043%205.74-3.281%209.278-3.281H21z%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%22M20.998%206.36V4H3v2.36h8.01a16.6%2016.6%200%200%200-4.006%203.281H3v2.36h2.256A15.33%2015.33%200%200%200%203%2020h2.473c0-2.988%201.014-5.752%202.727-8h4.675c-2.419%201.902-3.965%204.783-3.965%208h2.473c0-4.413%203.76-8%208.38-8H21V9.64H10.485c2.499-2.043%205.74-3.281%209.278-3.281H21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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