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

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

The same logo in other sets

Use the conflux logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.802 13.727l-3.807 3.84l-2.118-2.138l3.807-3.84L11.99 9.88l-5.517 5.568L11.975 21l5.519-5.567z"/><path fill="currentColor" d="M19.2 10.255L12.01 3L4.8 10.275l.023 3.4l7.156-7.22l7.209 7.273z"/></svg>

React

import type { SVGProps } from "react";

export function TokenConflux(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="m15.802 13.727l-3.807 3.84l-2.118-2.138l3.807-3.84L11.99 9.88l-5.517 5.568L11.975 21l5.519-5.567z"/><path fill="currentColor" d="M19.2 10.255L12.01 3L4.8 10.275l.023 3.4l7.156-7.22l7.209 7.273z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.802 13.727l-3.807 3.84l-2.118-2.138l3.807-3.84L11.99 9.88l-5.517 5.568L11.975 21l5.519-5.567z"/><path fill="currentColor" d="M19.2 10.255L12.01 3L4.8 10.275l.023 3.4l7.156-7.22l7.209 7.273z"/></svg>
</template>

CSS

.icon-conflux {
  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%22m15.802%2013.727l-3.807%203.84l-2.118-2.138l3.807-3.84L11.99%209.88l-5.517%205.568L11.975%2021l5.519-5.567z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.2%2010.255L12.01%203L4.8%2010.275l.023%203.4l7.156-7.22l7.209%207.273z%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%22m15.802%2013.727l-3.807%203.84l-2.118-2.138l3.807-3.84L11.99%209.88l-5.517%205.568L11.975%2021l5.519-5.567z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.2%2010.255L12.01%203L4.8%2010.275l.023%203.4l7.156-7.22l7.209%207.273z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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