ghny logo
ghny from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- ghny
- 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 ghny logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#f2c75c" d="M7.774 3.815L3.078 11.98a.62.62 0 0 0 .01.62l4.687 7.6c.106.17.28.27.471.27h7.508c.19 0 .37-.106.47-.265l4.686-7.608a.6.6 0 0 0 .01-.619l-4.695-8.164a.56.56 0 0 0-.482-.286H8.256a.54.54 0 0 0-.477.286z"/><path fill="#ffe1a4" d="M7.986 7.563a1.41 1.41 0 0 1 1.43-1.387h5.162c.794 0 1.434.62 1.434 1.387c0 .768-.635 1.26-1.429 1.26h-2.012c-.317 0-.572.222-.572.53v1.032c0 .307.255.556.572.556h4.876c.794 0 1.435.556 1.435 1.323c0 .768-.64 1.324-1.43 1.324h-3.16c-.318 0-.704.222-.704.53v.375c0 .307.386.683.704.683h.291c.794 0 1.387.556 1.387 1.324c0 .767-.598 1.323-1.392 1.323H9.42c-.794 0-1.392-.556-1.392-1.323c0-.768.598-1.324 1.392-1.324h2.007c.317 0 .571-.37.571-.683v-.376c0-.307-.254-.53-.571-.53H6.546c-.794 0-1.43-.555-1.43-1.323s.642-1.323 1.43-1.323h3.161c.318 0 .704-.249.704-.556V9.352c0-.307-.386-.529-.704-.529h-.291c-.794 0-1.43-.492-1.43-1.26"/></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedGhny(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#f2c75c" d="M7.774 3.815L3.078 11.98a.62.62 0 0 0 .01.62l4.687 7.6c.106.17.28.27.471.27h7.508c.19 0 .37-.106.47-.265l4.686-7.608a.6.6 0 0 0 .01-.619l-4.695-8.164a.56.56 0 0 0-.482-.286H8.256a.54.54 0 0 0-.477.286z"/><path fill="#ffe1a4" d="M7.986 7.563a1.41 1.41 0 0 1 1.43-1.387h5.162c.794 0 1.434.62 1.434 1.387c0 .768-.635 1.26-1.429 1.26h-2.012c-.317 0-.572.222-.572.53v1.032c0 .307.255.556.572.556h4.876c.794 0 1.435.556 1.435 1.323c0 .768-.64 1.324-1.43 1.324h-3.16c-.318 0-.704.222-.704.53v.375c0 .307.386.683.704.683h.291c.794 0 1.387.556 1.387 1.324c0 .767-.598 1.323-1.392 1.323H9.42c-.794 0-1.392-.556-1.392-1.323c0-.768.598-1.324 1.392-1.324h2.007c.317 0 .571-.37.571-.683v-.376c0-.307-.254-.53-.571-.53H6.546c-.794 0-1.43-.555-1.43-1.323s.642-1.323 1.43-1.323h3.161c.318 0 .704-.249.704-.556V9.352c0-.307-.386-.529-.704-.529h-.291c-.794 0-1.43-.492-1.43-1.26"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#f2c75c" d="M7.774 3.815L3.078 11.98a.62.62 0 0 0 .01.62l4.687 7.6c.106.17.28.27.471.27h7.508c.19 0 .37-.106.47-.265l4.686-7.608a.6.6 0 0 0 .01-.619l-4.695-8.164a.56.56 0 0 0-.482-.286H8.256a.54.54 0 0 0-.477.286z"/><path fill="#ffe1a4" d="M7.986 7.563a1.41 1.41 0 0 1 1.43-1.387h5.162c.794 0 1.434.62 1.434 1.387c0 .768-.635 1.26-1.429 1.26h-2.012c-.317 0-.572.222-.572.53v1.032c0 .307.255.556.572.556h4.876c.794 0 1.435.556 1.435 1.323c0 .768-.64 1.324-1.43 1.324h-3.16c-.318 0-.704.222-.704.53v.375c0 .307.386.683.704.683h.291c.794 0 1.387.556 1.387 1.324c0 .767-.598 1.323-1.392 1.323H9.42c-.794 0-1.392-.556-1.392-1.323c0-.768.598-1.324 1.392-1.324h2.007c.317 0 .571-.37.571-.683v-.376c0-.307-.254-.53-.571-.53H6.546c-.794 0-1.43-.555-1.43-1.323s.642-1.323 1.43-1.323h3.161c.318 0 .704-.249.704-.556V9.352c0-.307-.386-.529-.704-.529h-.291c-.794 0-1.43-.492-1.43-1.26"/></g></svg> </template>
CSS
.icon-ghny {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f2c75c%22%20d%3D%22M7.774%203.815L3.078%2011.98a.62.62%200%200%200%20.01.62l4.687%207.6c.106.17.28.27.471.27h7.508c.19%200%20.37-.106.47-.265l4.686-7.608a.6.6%200%200%200%20.01-.619l-4.695-8.164a.56.56%200%200%200-.482-.286H8.256a.54.54%200%200%200-.477.286z%22%2F%3E%3Cpath%20fill%3D%22%23ffe1a4%22%20d%3D%22M7.986%207.563a1.41%201.41%200%200%201%201.43-1.387h5.162c.794%200%201.434.62%201.434%201.387c0%20.768-.635%201.26-1.429%201.26h-2.012c-.317%200-.572.222-.572.53v1.032c0%20.307.255.556.572.556h4.876c.794%200%201.435.556%201.435%201.323c0%20.768-.64%201.324-1.43%201.324h-3.16c-.318%200-.704.222-.704.53v.375c0%20.307.386.683.704.683h.291c.794%200%201.387.556%201.387%201.324c0%20.767-.598%201.323-1.392%201.323H9.42c-.794%200-1.392-.556-1.392-1.323c0-.768.598-1.324%201.392-1.324h2.007c.317%200%20.571-.37.571-.683v-.376c0-.307-.254-.53-.571-.53H6.546c-.794%200-1.43-.555-1.43-1.323s.642-1.323%201.43-1.323h3.161c.318%200%20.704-.249.704-.556V9.352c0-.307-.386-.529-.704-.529h-.291c-.794%200-1.43-.492-1.43-1.26%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f2c75c%22%20d%3D%22M7.774%203.815L3.078%2011.98a.62.62%200%200%200%20.01.62l4.687%207.6c.106.17.28.27.471.27h7.508c.19%200%20.37-.106.47-.265l4.686-7.608a.6.6%200%200%200%20.01-.619l-4.695-8.164a.56.56%200%200%200-.482-.286H8.256a.54.54%200%200%200-.477.286z%22%2F%3E%3Cpath%20fill%3D%22%23ffe1a4%22%20d%3D%22M7.986%207.563a1.41%201.41%200%200%201%201.43-1.387h5.162c.794%200%201.434.62%201.434%201.387c0%20.768-.635%201.26-1.429%201.26h-2.012c-.317%200-.572.222-.572.53v1.032c0%20.307.255.556.572.556h4.876c.794%200%201.435.556%201.435%201.323c0%20.768-.64%201.324-1.43%201.324h-3.16c-.318%200-.704.222-.704.53v.375c0%20.307.386.683.704.683h.291c.794%200%201.387.556%201.387%201.324c0%20.767-.598%201.323-1.392%201.323H9.42c-.794%200-1.392-.556-1.392-1.323c0-.768.598-1.324%201.392-1.324h2.007c.317%200%20.571-.37.571-.683v-.376c0-.307-.254-.53-.571-.53H6.546c-.794%200-1.43-.555-1.43-1.323s.642-1.323%201.43-1.323h3.161c.318%200%20.704-.249.704-.556V9.352c0-.307-.386-.529-.704-.529h-.291c-.794%200-1.43-.492-1.43-1.26%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/ghny.svg?color=%231a73e8&size=48