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

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

The same logo in other sets

Use the gxa logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.75a6.85 6.85 0 0 1-6.71-5.625H3C3.613 17.569 7.506 21 12 21s8.387-3.431 9-7.875h-2.29A6.85 6.85 0 0 1 12 18.75m0-13.5a6.86 6.86 0 0 1 6.412 4.5h-2.486a4.51 4.51 0 0 0-3.954-2.233C9.592 7.562 7.506 9.598 7.5 12a4.607 4.607 0 0 0 4.472 4.5a4.52 4.52 0 0 0 4.421-3.375h-4.112a2.22 2.22 0 0 1 0-2.25H21C20.387 6.431 16.494 3 12 3s-8.387 3.431-9 7.875h2.29C5.851 7.657 8.731 5.233 12 5.25"/></svg>

React

import type { SVGProps } from "react";

export function TokenGxa(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="M12 18.75a6.85 6.85 0 0 1-6.71-5.625H3C3.613 17.569 7.506 21 12 21s8.387-3.431 9-7.875h-2.29A6.85 6.85 0 0 1 12 18.75m0-13.5a6.86 6.86 0 0 1 6.412 4.5h-2.486a4.51 4.51 0 0 0-3.954-2.233C9.592 7.562 7.506 9.598 7.5 12a4.607 4.607 0 0 0 4.472 4.5a4.52 4.52 0 0 0 4.421-3.375h-4.112a2.22 2.22 0 0 1 0-2.25H21C20.387 6.431 16.494 3 12 3s-8.387 3.431-9 7.875h2.29C5.851 7.657 8.731 5.233 12 5.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.75a6.85 6.85 0 0 1-6.71-5.625H3C3.613 17.569 7.506 21 12 21s8.387-3.431 9-7.875h-2.29A6.85 6.85 0 0 1 12 18.75m0-13.5a6.86 6.86 0 0 1 6.412 4.5h-2.486a4.51 4.51 0 0 0-3.954-2.233C9.592 7.562 7.506 9.598 7.5 12a4.607 4.607 0 0 0 4.472 4.5a4.52 4.52 0 0 0 4.421-3.375h-4.112a2.22 2.22 0 0 1 0-2.25H21C20.387 6.431 16.494 3 12 3s-8.387 3.431-9 7.875h2.29C5.851 7.657 8.731 5.233 12 5.25"/></svg>
</template>

CSS

.icon-gxa {
  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%22M12%2018.75a6.85%206.85%200%200%201-6.71-5.625H3C3.613%2017.569%207.506%2021%2012%2021s8.387-3.431%209-7.875h-2.29A6.85%206.85%200%200%201%2012%2018.75m0-13.5a6.86%206.86%200%200%201%206.412%204.5h-2.486a4.51%204.51%200%200%200-3.954-2.233C9.592%207.562%207.506%209.598%207.5%2012a4.607%204.607%200%200%200%204.472%204.5a4.52%204.52%200%200%200%204.421-3.375h-4.112a2.22%202.22%200%200%201%200-2.25H21C20.387%206.431%2016.494%203%2012%203s-8.387%203.431-9%207.875h2.29C5.851%207.657%208.731%205.233%2012%205.25%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%22M12%2018.75a6.85%206.85%200%200%201-6.71-5.625H3C3.613%2017.569%207.506%2021%2012%2021s8.387-3.431%209-7.875h-2.29A6.85%206.85%200%200%201%2012%2018.75m0-13.5a6.86%206.86%200%200%201%206.412%204.5h-2.486a4.51%204.51%200%200%200-3.954-2.233C9.592%207.562%207.506%209.598%207.5%2012a4.607%204.607%200%200%200%204.472%204.5a4.52%204.52%200%200%200%204.421-3.375h-4.112a2.22%202.22%200%200%201%200-2.25H21C20.387%206.431%2016.494%203%2012%203s-8.387%203.431-9%207.875h2.29C5.851%207.657%208.731%205.233%2012%205.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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