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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#092049"><path fill-opacity=".4" d="M16.01 3.908L3.982 15.984l3.61 4.491l12.534-12.53z"/><path fill-rule="evenodd" d="M18.102 8.781a2.89 2.89 0 1 0 0-5.78a2.89 2.89 0 0 0 0 5.78m-12.204.014a2.89 2.89 0 1 0 0-5.78a2.89 2.89 0 0 0 0 5.78m0 12.205a2.89 2.89 0 1 0 0-5.78a2.89 2.89 0 0 0 0 5.78m15.095-2.89a2.892 2.892 0 1 1-5.784-.001a2.892 2.892 0 0 1 5.784 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedXno(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#092049"><path fillOpacity=".4" d="M16.01 3.908L3.982 15.984l3.61 4.491l12.534-12.53z"/><path fillRule="evenodd" d="M18.102 8.781a2.89 2.89 0 1 0 0-5.78a2.89 2.89 0 0 0 0 5.78m-12.204.014a2.89 2.89 0 1 0 0-5.78a2.89 2.89 0 0 0 0 5.78m0 12.205a2.89 2.89 0 1 0 0-5.78a2.89 2.89 0 0 0 0 5.78m15.095-2.89a2.892 2.892 0 1 1-5.784-.001a2.892 2.892 0 0 1 5.784 0" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#092049"><path fill-opacity=".4" d="M16.01 3.908L3.982 15.984l3.61 4.491l12.534-12.53z"/><path fill-rule="evenodd" d="M18.102 8.781a2.89 2.89 0 1 0 0-5.78a2.89 2.89 0 0 0 0 5.78m-12.204.014a2.89 2.89 0 1 0 0-5.78a2.89 2.89 0 0 0 0 5.78m0 12.205a2.89 2.89 0 1 0 0-5.78a2.89 2.89 0 0 0 0 5.78m15.095-2.89a2.892 2.892 0 1 1-5.784-.001a2.892 2.892 0 0 1 5.784 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-xno {
  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%22%23092049%22%3E%3Cpath%20fill-opacity%3D%22.4%22%20d%3D%22M16.01%203.908L3.982%2015.984l3.61%204.491l12.534-12.53z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.102%208.781a2.89%202.89%200%201%200%200-5.78a2.89%202.89%200%200%200%200%205.78m-12.204.014a2.89%202.89%200%201%200%200-5.78a2.89%202.89%200%200%200%200%205.78m0%2012.205a2.89%202.89%200%201%200%200-5.78a2.89%202.89%200%200%200%200%205.78m15.095-2.89a2.892%202.892%200%201%201-5.784-.001a2.892%202.892%200%200%201%205.784%200%22%20clip-rule%3D%22evenodd%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%22%23092049%22%3E%3Cpath%20fill-opacity%3D%22.4%22%20d%3D%22M16.01%203.908L3.982%2015.984l3.61%204.491l12.534-12.53z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.102%208.781a2.89%202.89%200%201%200%200-5.78a2.89%202.89%200%200%200%200%205.78m-12.204.014a2.89%202.89%200%201%200%200-5.78a2.89%202.89%200%200%200%200%205.78m0%2012.205a2.89%202.89%200%201%200%200-5.78a2.89%202.89%200%200%200%200%205.78m15.095-2.89a2.892%202.892%200%201%201-5.784-.001a2.892%202.892%200%200%201%205.784%200%22%20clip-rule%3D%22evenodd%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/xno.svg?color=%231a73e8&size=48