icx from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
icx
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the icx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#35b7ba" d="m17.92 7.533l-1.946 1.955a4.729 4.729 0 0 1-6.529 6.529L7.49 17.964A7.446 7.446 0 0 0 17.92 7.533m-10.667 4.5a4.728 4.728 0 0 1 7.175-4.059l1.963-1.963A7.445 7.445 0 0 0 5.969 16.434l1.963-1.955a4.7 4.7 0 0 1-.688-2.447zm12.067-5.76a1.636 1.636 0 1 0 .086-3.271a1.636 1.636 0 0 0-.086 3.271M4.594 21a1.638 1.638 0 0 0 1.185-2.81a1.635 1.635 0 0 0-2.315.031A1.637 1.637 0 0 0 4.594 21"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedIcx(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#35b7ba" d="m17.92 7.533l-1.946 1.955a4.729 4.729 0 0 1-6.529 6.529L7.49 17.964A7.446 7.446 0 0 0 17.92 7.533m-10.667 4.5a4.728 4.728 0 0 1 7.175-4.059l1.963-1.963A7.445 7.445 0 0 0 5.969 16.434l1.963-1.955a4.7 4.7 0 0 1-.688-2.447zm12.067-5.76a1.636 1.636 0 1 0 .086-3.271a1.636 1.636 0 0 0-.086 3.271M4.594 21a1.638 1.638 0 0 0 1.185-2.81a1.635 1.635 0 0 0-2.315.031A1.637 1.637 0 0 0 4.594 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#35b7ba" d="m17.92 7.533l-1.946 1.955a4.729 4.729 0 0 1-6.529 6.529L7.49 17.964A7.446 7.446 0 0 0 17.92 7.533m-10.667 4.5a4.728 4.728 0 0 1 7.175-4.059l1.963-1.963A7.445 7.445 0 0 0 5.969 16.434l1.963-1.955a4.7 4.7 0 0 1-.688-2.447zm12.067-5.76a1.636 1.636 0 1 0 .086-3.271a1.636 1.636 0 0 0-.086 3.271M4.594 21a1.638 1.638 0 0 0 1.185-2.81a1.635 1.635 0 0 0-2.315.031A1.637 1.637 0 0 0 4.594 21"/></svg>
</template>

CSS

.icon-icx {
  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%22%2335b7ba%22%20d%3D%22m17.92%207.533l-1.946%201.955a4.729%204.729%200%200%201-6.529%206.529L7.49%2017.964A7.446%207.446%200%200%200%2017.92%207.533m-10.667%204.5a4.728%204.728%200%200%201%207.175-4.059l1.963-1.963A7.445%207.445%200%200%200%205.969%2016.434l1.963-1.955a4.7%204.7%200%200%201-.688-2.447zm12.067-5.76a1.636%201.636%200%201%200%20.086-3.271a1.636%201.636%200%200%200-.086%203.271M4.594%2021a1.638%201.638%200%200%200%201.185-2.81a1.635%201.635%200%200%200-2.315.031A1.637%201.637%200%200%200%204.594%2021%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%22%2335b7ba%22%20d%3D%22m17.92%207.533l-1.946%201.955a4.729%204.729%200%200%201-6.529%206.529L7.49%2017.964A7.446%207.446%200%200%200%2017.92%207.533m-10.667%204.5a4.728%204.728%200%200%201%207.175-4.059l1.963-1.963A7.445%207.445%200%200%200%205.969%2016.434l1.963-1.955a4.7%204.7%200%200%201-.688-2.447zm12.067-5.76a1.636%201.636%200%201%200%20.086-3.271a1.636%201.636%200%200%200-.086%203.271M4.594%2021a1.638%201.638%200%200%200%201.185-2.81a1.635%201.635%200%200%200-2.315.031A1.637%201.637%200%200%200%204.594%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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