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

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

The same logo in other sets

Use the xeta logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 6a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m15 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m0 14.4a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-15 .6a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m12.216-3a1.27 1.27 0 0 1-1.068-.57a1.3 1.3 0 0 1-.18-.39a3.6 3.6 0 0 0-6.942 0a1.32 1.32 0 0 1-.456.69c-.222.18-.498.27-.78.27h-.006A1.283 1.283 0 0 1 6 16.714a1.27 1.27 0 0 1 .57-1.068q.181-.117.39-.18a3.606 3.606 0 0 0 0-6.942a1.32 1.32 0 0 1-.69-.456A1.27 1.27 0 0 1 6 7.29v-.006a1.284 1.284 0 0 1 2.352-.714q.117.181.18.39a3.606 3.606 0 0 0 6.942 0a1.32 1.32 0 0 1 .456-.69c.222-.18.498-.27.78-.27h.006A1.283 1.283 0 0 1 18 7.283a1.27 1.27 0 0 1-.57 1.068a1.5 1.5 0 0 1-.39.18a3.6 3.6 0 0 0 0 6.942c.273.074.515.234.69.456c.18.222.27.498.27.78v.006A1.283 1.283 0 0 1 16.716 18M12 13.5a1.501 1.501 0 1 0 0-3.003a1.501 1.501 0 0 0 0 3.002"/></svg>

React

import type { SVGProps } from "react";

export function TokenXeta(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="M4.5 6a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m15 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m0 14.4a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-15 .6a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m12.216-3a1.27 1.27 0 0 1-1.068-.57a1.3 1.3 0 0 1-.18-.39a3.6 3.6 0 0 0-6.942 0a1.32 1.32 0 0 1-.456.69c-.222.18-.498.27-.78.27h-.006A1.283 1.283 0 0 1 6 16.714a1.27 1.27 0 0 1 .57-1.068q.181-.117.39-.18a3.606 3.606 0 0 0 0-6.942a1.32 1.32 0 0 1-.69-.456A1.27 1.27 0 0 1 6 7.29v-.006a1.284 1.284 0 0 1 2.352-.714q.117.181.18.39a3.606 3.606 0 0 0 6.942 0a1.32 1.32 0 0 1 .456-.69c.222-.18.498-.27.78-.27h.006A1.283 1.283 0 0 1 18 7.283a1.27 1.27 0 0 1-.57 1.068a1.5 1.5 0 0 1-.39.18a3.6 3.6 0 0 0 0 6.942c.273.074.515.234.69.456c.18.222.27.498.27.78v.006A1.283 1.283 0 0 1 16.716 18M12 13.5a1.501 1.501 0 1 0 0-3.003a1.501 1.501 0 0 0 0 3.002"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 6a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m15 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m0 14.4a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-15 .6a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m12.216-3a1.27 1.27 0 0 1-1.068-.57a1.3 1.3 0 0 1-.18-.39a3.6 3.6 0 0 0-6.942 0a1.32 1.32 0 0 1-.456.69c-.222.18-.498.27-.78.27h-.006A1.283 1.283 0 0 1 6 16.714a1.27 1.27 0 0 1 .57-1.068q.181-.117.39-.18a3.606 3.606 0 0 0 0-6.942a1.32 1.32 0 0 1-.69-.456A1.27 1.27 0 0 1 6 7.29v-.006a1.284 1.284 0 0 1 2.352-.714q.117.181.18.39a3.606 3.606 0 0 0 6.942 0a1.32 1.32 0 0 1 .456-.69c.222-.18.498-.27.78-.27h.006A1.283 1.283 0 0 1 18 7.283a1.27 1.27 0 0 1-.57 1.068a1.5 1.5 0 0 1-.39.18a3.6 3.6 0 0 0 0 6.942c.273.074.515.234.69.456c.18.222.27.498.27.78v.006A1.283 1.283 0 0 1 16.716 18M12 13.5a1.501 1.501 0 1 0 0-3.003a1.501 1.501 0 0 0 0 3.002"/></svg>
</template>

CSS

.icon-xeta {
  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%22M4.5%206a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m15%200a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m0%2014.4a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-15%20.6a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m12.216-3a1.27%201.27%200%200%201-1.068-.57a1.3%201.3%200%200%201-.18-.39a3.6%203.6%200%200%200-6.942%200a1.32%201.32%200%200%201-.456.69c-.222.18-.498.27-.78.27h-.006A1.283%201.283%200%200%201%206%2016.714a1.27%201.27%200%200%201%20.57-1.068q.181-.117.39-.18a3.606%203.606%200%200%200%200-6.942a1.32%201.32%200%200%201-.69-.456A1.27%201.27%200%200%201%206%207.29v-.006a1.284%201.284%200%200%201%202.352-.714q.117.181.18.39a3.606%203.606%200%200%200%206.942%200a1.32%201.32%200%200%201%20.456-.69c.222-.18.498-.27.78-.27h.006A1.283%201.283%200%200%201%2018%207.283a1.27%201.27%200%200%201-.57%201.068a1.5%201.5%200%200%201-.39.18a3.6%203.6%200%200%200%200%206.942c.273.074.515.234.69.456c.18.222.27.498.27.78v.006A1.283%201.283%200%200%201%2016.716%2018M12%2013.5a1.501%201.501%200%201%200%200-3.003a1.501%201.501%200%200%200%200%203.002%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%22M4.5%206a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m15%200a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m0%2014.4a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-15%20.6a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m12.216-3a1.27%201.27%200%200%201-1.068-.57a1.3%201.3%200%200%201-.18-.39a3.6%203.6%200%200%200-6.942%200a1.32%201.32%200%200%201-.456.69c-.222.18-.498.27-.78.27h-.006A1.283%201.283%200%200%201%206%2016.714a1.27%201.27%200%200%201%20.57-1.068q.181-.117.39-.18a3.606%203.606%200%200%200%200-6.942a1.32%201.32%200%200%201-.69-.456A1.27%201.27%200%200%201%206%207.29v-.006a1.284%201.284%200%200%201%202.352-.714q.117.181.18.39a3.606%203.606%200%200%200%206.942%200a1.32%201.32%200%200%201%20.456-.69c.222-.18.498-.27.78-.27h.006A1.283%201.283%200%200%201%2018%207.283a1.27%201.27%200%200%201-.57%201.068a1.5%201.5%200%200%201-.39.18a3.6%203.6%200%200%200%200%206.942c.273.074.515.234.69.456c.18.222.27.498.27.78v.006A1.283%201.283%200%200%201%2016.716%2018M12%2013.5a1.501%201.501%200%201%200%200-3.003a1.501%201.501%200%200%200%200%203.002%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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