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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGKmSdtIUq)" d="M14.07 4.302a2.297 2.297 0 0 0-4.14 0L3.277 17.387c-.828 1.637.3 3.611 2.07 3.611c.42 0 .822-.132 1.158-.378l4.091-3.006a2.39 2.39 0 0 1 2.898.036l3.701 2.85c.42.324.93.498 1.458.498c1.77 0 2.898-1.974 2.07-3.611z"/><path fill="url(#SVGFgHbPcTT)" d="M6.073 11.897c.6.3 1.536.894 2.717 1.896c2.178 1.842 5.268.924 6.162-.09c.864-.984 1.38-1.53 2.904-1.95L14.07 4.302a2.297 2.297 0 0 0-4.14 0z"/><path fill="url(#SVGZF6UqbrF)" d="M7.207 9.66c.39.257.87.623 1.367 1.103a4.64 4.64 0 0 0 3.168 1.32c.624 0 2.094-.3 3.468-1.578a9.2 9.2 0 0 1 1.428-1.152L14.07 4.302a2.297 2.297 0 0 0-4.14 0z"/><path fill="#ff4746" d="m8.25 7.602l1.68-3.3a2.299 2.299 0 0 1 4.14 0l1.482 2.922a4.66 4.66 0 0 1-3.798 1.907c-1.404 0-2.664-.594-3.504-1.53"/><defs><linearGradient id="SVGKmSdtIUq" x1="12.186" x2="11.982" y1="14.033" y2="20.998" gradientUnits="userSpaceOnUse"><stop stop-color="#ff7153"/><stop offset="1" stop-color="#ff2f45"/></linearGradient><linearGradient id="SVGFgHbPcTT" x1="12" x2="12" y1="2.999" y2="20.996" gradientUnits="userSpaceOnUse"><stop offset=".69" stop-color="#ff6c58"/><stop offset="1" stop-color="#ff4746"/></linearGradient><linearGradient id="SVGZF6UqbrF" x1="12" x2="12" y1="2.998" y2="21.01" gradientUnits="userSpaceOnUse"><stop offset=".55" stop-color="#ff8368"/><stop offset=".94" stop-color="#ff4746"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedXava(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="url(#SVGKmSdtIUq)" d="M14.07 4.302a2.297 2.297 0 0 0-4.14 0L3.277 17.387c-.828 1.637.3 3.611 2.07 3.611c.42 0 .822-.132 1.158-.378l4.091-3.006a2.39 2.39 0 0 1 2.898.036l3.701 2.85c.42.324.93.498 1.458.498c1.77 0 2.898-1.974 2.07-3.611z"/><path fill="url(#SVGFgHbPcTT)" d="M6.073 11.897c.6.3 1.536.894 2.717 1.896c2.178 1.842 5.268.924 6.162-.09c.864-.984 1.38-1.53 2.904-1.95L14.07 4.302a2.297 2.297 0 0 0-4.14 0z"/><path fill="url(#SVGZF6UqbrF)" d="M7.207 9.66c.39.257.87.623 1.367 1.103a4.64 4.64 0 0 0 3.168 1.32c.624 0 2.094-.3 3.468-1.578a9.2 9.2 0 0 1 1.428-1.152L14.07 4.302a2.297 2.297 0 0 0-4.14 0z"/><path fill="#ff4746" d="m8.25 7.602l1.68-3.3a2.299 2.299 0 0 1 4.14 0l1.482 2.922a4.66 4.66 0 0 1-3.798 1.907c-1.404 0-2.664-.594-3.504-1.53"/><defs><linearGradient id="SVGKmSdtIUq" x1="12.186" x2="11.982" y1="14.033" y2="20.998" gradientUnits="userSpaceOnUse"><stop stopColor="#ff7153"/><stop offset="1" stopColor="#ff2f45"/></linearGradient><linearGradient id="SVGFgHbPcTT" x1="12" x2="12" y1="2.999" y2="20.996" gradientUnits="userSpaceOnUse"><stop offset=".69" stopColor="#ff6c58"/><stop offset="1" stopColor="#ff4746"/></linearGradient><linearGradient id="SVGZF6UqbrF" x1="12" x2="12" y1="2.998" y2="21.01" gradientUnits="userSpaceOnUse"><stop offset=".55" stopColor="#ff8368"/><stop offset=".94" stopColor="#ff4746"/></linearGradient></defs></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="url(#SVGKmSdtIUq)" d="M14.07 4.302a2.297 2.297 0 0 0-4.14 0L3.277 17.387c-.828 1.637.3 3.611 2.07 3.611c.42 0 .822-.132 1.158-.378l4.091-3.006a2.39 2.39 0 0 1 2.898.036l3.701 2.85c.42.324.93.498 1.458.498c1.77 0 2.898-1.974 2.07-3.611z"/><path fill="url(#SVGFgHbPcTT)" d="M6.073 11.897c.6.3 1.536.894 2.717 1.896c2.178 1.842 5.268.924 6.162-.09c.864-.984 1.38-1.53 2.904-1.95L14.07 4.302a2.297 2.297 0 0 0-4.14 0z"/><path fill="url(#SVGZF6UqbrF)" d="M7.207 9.66c.39.257.87.623 1.367 1.103a4.64 4.64 0 0 0 3.168 1.32c.624 0 2.094-.3 3.468-1.578a9.2 9.2 0 0 1 1.428-1.152L14.07 4.302a2.297 2.297 0 0 0-4.14 0z"/><path fill="#ff4746" d="m8.25 7.602l1.68-3.3a2.299 2.299 0 0 1 4.14 0l1.482 2.922a4.66 4.66 0 0 1-3.798 1.907c-1.404 0-2.664-.594-3.504-1.53"/><defs><linearGradient id="SVGKmSdtIUq" x1="12.186" x2="11.982" y1="14.033" y2="20.998" gradientUnits="userSpaceOnUse"><stop stop-color="#ff7153"/><stop offset="1" stop-color="#ff2f45"/></linearGradient><linearGradient id="SVGFgHbPcTT" x1="12" x2="12" y1="2.999" y2="20.996" gradientUnits="userSpaceOnUse"><stop offset=".69" stop-color="#ff6c58"/><stop offset="1" stop-color="#ff4746"/></linearGradient><linearGradient id="SVGZF6UqbrF" x1="12" x2="12" y1="2.998" y2="21.01" gradientUnits="userSpaceOnUse"><stop offset=".55" stop-color="#ff8368"/><stop offset=".94" stop-color="#ff4746"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-xava {
  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%22url(%23SVGKmSdtIUq)%22%20d%3D%22M14.07%204.302a2.297%202.297%200%200%200-4.14%200L3.277%2017.387c-.828%201.637.3%203.611%202.07%203.611c.42%200%20.822-.132%201.158-.378l4.091-3.006a2.39%202.39%200%200%201%202.898.036l3.701%202.85c.42.324.93.498%201.458.498c1.77%200%202.898-1.974%202.07-3.611z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFgHbPcTT)%22%20d%3D%22M6.073%2011.897c.6.3%201.536.894%202.717%201.896c2.178%201.842%205.268.924%206.162-.09c.864-.984%201.38-1.53%202.904-1.95L14.07%204.302a2.297%202.297%200%200%200-4.14%200z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZF6UqbrF)%22%20d%3D%22M7.207%209.66c.39.257.87.623%201.367%201.103a4.64%204.64%200%200%200%203.168%201.32c.624%200%202.094-.3%203.468-1.578a9.2%209.2%200%200%201%201.428-1.152L14.07%204.302a2.297%202.297%200%200%200-4.14%200z%22%2F%3E%3Cpath%20fill%3D%22%23ff4746%22%20d%3D%22m8.25%207.602l1.68-3.3a2.299%202.299%200%200%201%204.14%200l1.482%202.922a4.66%204.66%200%200%201-3.798%201.907c-1.404%200-2.664-.594-3.504-1.53%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGKmSdtIUq%22%20x1%3D%2212.186%22%20x2%3D%2211.982%22%20y1%3D%2214.033%22%20y2%3D%2220.998%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff7153%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff2f45%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFgHbPcTT%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%222.999%22%20y2%3D%2220.996%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.69%22%20stop-color%3D%22%23ff6c58%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff4746%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGZF6UqbrF%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%222.998%22%20y2%3D%2221.01%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.55%22%20stop-color%3D%22%23ff8368%22%2F%3E%3Cstop%20offset%3D%22.94%22%20stop-color%3D%22%23ff4746%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%22url(%23SVGKmSdtIUq)%22%20d%3D%22M14.07%204.302a2.297%202.297%200%200%200-4.14%200L3.277%2017.387c-.828%201.637.3%203.611%202.07%203.611c.42%200%20.822-.132%201.158-.378l4.091-3.006a2.39%202.39%200%200%201%202.898.036l3.701%202.85c.42.324.93.498%201.458.498c1.77%200%202.898-1.974%202.07-3.611z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFgHbPcTT)%22%20d%3D%22M6.073%2011.897c.6.3%201.536.894%202.717%201.896c2.178%201.842%205.268.924%206.162-.09c.864-.984%201.38-1.53%202.904-1.95L14.07%204.302a2.297%202.297%200%200%200-4.14%200z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZF6UqbrF)%22%20d%3D%22M7.207%209.66c.39.257.87.623%201.367%201.103a4.64%204.64%200%200%200%203.168%201.32c.624%200%202.094-.3%203.468-1.578a9.2%209.2%200%200%201%201.428-1.152L14.07%204.302a2.297%202.297%200%200%200-4.14%200z%22%2F%3E%3Cpath%20fill%3D%22%23ff4746%22%20d%3D%22m8.25%207.602l1.68-3.3a2.299%202.299%200%200%201%204.14%200l1.482%202.922a4.66%204.66%200%200%201-3.798%201.907c-1.404%200-2.664-.594-3.504-1.53%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGKmSdtIUq%22%20x1%3D%2212.186%22%20x2%3D%2211.982%22%20y1%3D%2214.033%22%20y2%3D%2220.998%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff7153%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff2f45%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFgHbPcTT%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%222.999%22%20y2%3D%2220.996%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.69%22%20stop-color%3D%22%23ff6c58%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff4746%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGZF6UqbrF%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%222.998%22%20y2%3D%2221.01%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.55%22%20stop-color%3D%22%23ff8368%22%2F%3E%3Cstop%20offset%3D%22.94%22%20stop-color%3D%22%23ff4746%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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