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

Name
ghx
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 ghx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#e83c41" fill-rule="evenodd" d="M10.553 3.785a.707.707 0 0 1 1.4-.198l.116.816a7.55 7.55 0 0 1 4.807 1.585a.455.455 0 0 1 .102.597l-.542.894l-.007-.006l-1.022 1.664l.002.002l-.274.445a1 1 0 0 0-.066.074c-.35.435-.716.36-.926.223a2.846 2.846 0 1 0 .803 2.964a1 1 0 0 0 .055-.08c.27-.452.617-.455.846-.365l.138.074l.02.015v-.004l.424.226l2.678 1.413a.454.454 0 0 1 .22.56a7.6 7.6 0 0 1-3.321 3.89l.124.886a.71.71 0 0 1-1.125.666a.7.7 0 0 1-.275-.466l-.068-.48a7.5 7.5 0 0 1-1.613.353l.134.604a.71.71 0 0 1-.537.846a.706.706 0 0 1-.843-.536l-.199-.895A7.589 7.589 0 0 1 8.002 5.688l-.014-.053l-.225-1.016a.71.71 0 0 1 .537-.845a.706.706 0 0 1 .843.536l.151.68a7.5 7.5 0 0 1 1.37-.426zm4.713 2.836L14.3 8.254a4.267 4.267 0 1 0 1.616 5.894l1.652.934a6.16 6.16 0 0 1-5.335 3.072a6.165 6.165 0 1 1 3.034-11.533" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedGhx(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#e83c41" fillRule="evenodd" d="M10.553 3.785a.707.707 0 0 1 1.4-.198l.116.816a7.55 7.55 0 0 1 4.807 1.585a.455.455 0 0 1 .102.597l-.542.894l-.007-.006l-1.022 1.664l.002.002l-.274.445a1 1 0 0 0-.066.074c-.35.435-.716.36-.926.223a2.846 2.846 0 1 0 .803 2.964a1 1 0 0 0 .055-.08c.27-.452.617-.455.846-.365l.138.074l.02.015v-.004l.424.226l2.678 1.413a.454.454 0 0 1 .22.56a7.6 7.6 0 0 1-3.321 3.89l.124.886a.71.71 0 0 1-1.125.666a.7.7 0 0 1-.275-.466l-.068-.48a7.5 7.5 0 0 1-1.613.353l.134.604a.71.71 0 0 1-.537.846a.706.706 0 0 1-.843-.536l-.199-.895A7.589 7.589 0 0 1 8.002 5.688l-.014-.053l-.225-1.016a.71.71 0 0 1 .537-.845a.706.706 0 0 1 .843.536l.151.68a7.5 7.5 0 0 1 1.37-.426zm4.713 2.836L14.3 8.254a4.267 4.267 0 1 0 1.616 5.894l1.652.934a6.16 6.16 0 0 1-5.335 3.072a6.165 6.165 0 1 1 3.034-11.533" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#e83c41" fill-rule="evenodd" d="M10.553 3.785a.707.707 0 0 1 1.4-.198l.116.816a7.55 7.55 0 0 1 4.807 1.585a.455.455 0 0 1 .102.597l-.542.894l-.007-.006l-1.022 1.664l.002.002l-.274.445a1 1 0 0 0-.066.074c-.35.435-.716.36-.926.223a2.846 2.846 0 1 0 .803 2.964a1 1 0 0 0 .055-.08c.27-.452.617-.455.846-.365l.138.074l.02.015v-.004l.424.226l2.678 1.413a.454.454 0 0 1 .22.56a7.6 7.6 0 0 1-3.321 3.89l.124.886a.71.71 0 0 1-1.125.666a.7.7 0 0 1-.275-.466l-.068-.48a7.5 7.5 0 0 1-1.613.353l.134.604a.71.71 0 0 1-.537.846a.706.706 0 0 1-.843-.536l-.199-.895A7.589 7.589 0 0 1 8.002 5.688l-.014-.053l-.225-1.016a.71.71 0 0 1 .537-.845a.706.706 0 0 1 .843.536l.151.68a7.5 7.5 0 0 1 1.37-.426zm4.713 2.836L14.3 8.254a4.267 4.267 0 1 0 1.616 5.894l1.652.934a6.16 6.16 0 0 1-5.335 3.072a6.165 6.165 0 1 1 3.034-11.533" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ghx {
  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%23e83c41%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.553%203.785a.707.707%200%200%201%201.4-.198l.116.816a7.55%207.55%200%200%201%204.807%201.585a.455.455%200%200%201%20.102.597l-.542.894l-.007-.006l-1.022%201.664l.002.002l-.274.445a1%201%200%200%200-.066.074c-.35.435-.716.36-.926.223a2.846%202.846%200%201%200%20.803%202.964a1%201%200%200%200%20.055-.08c.27-.452.617-.455.846-.365l.138.074l.02.015v-.004l.424.226l2.678%201.413a.454.454%200%200%201%20.22.56a7.6%207.6%200%200%201-3.321%203.89l.124.886a.71.71%200%200%201-1.125.666a.7.7%200%200%201-.275-.466l-.068-.48a7.5%207.5%200%200%201-1.613.353l.134.604a.71.71%200%200%201-.537.846a.706.706%200%200%201-.843-.536l-.199-.895A7.589%207.589%200%200%201%208.002%205.688l-.014-.053l-.225-1.016a.71.71%200%200%201%20.537-.845a.706.706%200%200%201%20.843.536l.151.68a7.5%207.5%200%200%201%201.37-.426zm4.713%202.836L14.3%208.254a4.267%204.267%200%201%200%201.616%205.894l1.652.934a6.16%206.16%200%200%201-5.335%203.072a6.165%206.165%200%201%201%203.034-11.533%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%22%23e83c41%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.553%203.785a.707.707%200%200%201%201.4-.198l.116.816a7.55%207.55%200%200%201%204.807%201.585a.455.455%200%200%201%20.102.597l-.542.894l-.007-.006l-1.022%201.664l.002.002l-.274.445a1%201%200%200%200-.066.074c-.35.435-.716.36-.926.223a2.846%202.846%200%201%200%20.803%202.964a1%201%200%200%200%20.055-.08c.27-.452.617-.455.846-.365l.138.074l.02.015v-.004l.424.226l2.678%201.413a.454.454%200%200%201%20.22.56a7.6%207.6%200%200%201-3.321%203.89l.124.886a.71.71%200%200%201-1.125.666a.7.7%200%200%201-.275-.466l-.068-.48a7.5%207.5%200%200%201-1.613.353l.134.604a.71.71%200%200%201-.537.846a.706.706%200%200%201-.843-.536l-.199-.895A7.589%207.589%200%200%201%208.002%205.688l-.014-.053l-.225-1.016a.71.71%200%200%201%20.537-.845a.706.706%200%200%201%20.843.536l.151.68a7.5%207.5%200%200%201%201.37-.426zm4.713%202.836L14.3%208.254a4.267%204.267%200%201%200%201.616%205.894l1.652.934a6.16%206.16%200%200%201-5.335%203.072a6.165%206.165%200%201%201%203.034-11.533%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-branded/ghx.svg?color=%231a73e8&size=48