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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#1eab89" fill-rule="evenodd" d="M13.66 8.309a2.926 2.926 0 0 0 .994-3.5A2.934 2.934 0 0 0 9.01 5.931a2.93 2.93 0 0 0 1.34 2.463l.006.013a1.418 1.418 0 0 1-1.412 2.442a1.4 1.4 0 0 1-.478-.34L8.45 10.5l-.02-.033a1.4 1.4 0 0 1-.166-.24a2.93 2.93 0 0 0-4.403-.292a2.933 2.933 0 0 0 .952 4.782a2.935 2.935 0 0 0 3.573-1.097l.027-.01a1.42 1.42 0 1 1 1.614 2.236v.005a2.92 2.92 0 0 0-.792 3.34A2.93 2.93 0 0 0 11.944 21a2.932 2.932 0 0 0 1.576-5.404l.013-.003l-.001-.008a1.455 1.455 0 0 1 .341-2.564a1.46 1.46 0 0 1 1.692.542l.015.003a2.934 2.934 0 1 0 4.56-3.63a2.933 2.933 0 0 0-4.4.286a1.456 1.456 0 1 1-2.083-1.908zm-.028-2.378a1.686 1.686 0 0 1-2.334 1.56a1.686 1.686 0 0 1 .646-3.247a1.686 1.686 0 0 1 1.688 1.687m4.434 7.764a1.686 1.686 0 1 0 0-3.373a1.68 1.68 0 0 0-1.194.493a1.69 1.69 0 0 0-.366 1.84a1.69 1.69 0 0 0 1.56 1.04M7.623 12.008a1.688 1.688 0 1 1-3.377 0a1.688 1.688 0 0 1 3.377 0m4.32 7.748a1.689 1.689 0 0 0 1.194-2.88a1.688 1.688 0 1 0-1.193 2.88M13.19 5.93a1.245 1.245 0 0 1-2.399.476a1.246 1.246 0 1 1 2.399-.476m-1.246 13.382a1.245 1.245 0 1 0-.001-2.49a1.245 1.245 0 0 0 0 2.49m7.367-7.305a1.25 1.25 0 0 1-.769 1.15a1.25 1.25 0 0 1-1.357-.27a1.244 1.244 0 0 1 .882-2.126a1.246 1.246 0 0 1 1.244 1.246M5.933 13.253a1.25 1.25 0 0 0 1.151-.768a1.245 1.245 0 1 0-1.15.768" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedWnxm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#1eab89" fillRule="evenodd" d="M13.66 8.309a2.926 2.926 0 0 0 .994-3.5A2.934 2.934 0 0 0 9.01 5.931a2.93 2.93 0 0 0 1.34 2.463l.006.013a1.418 1.418 0 0 1-1.412 2.442a1.4 1.4 0 0 1-.478-.34L8.45 10.5l-.02-.033a1.4 1.4 0 0 1-.166-.24a2.93 2.93 0 0 0-4.403-.292a2.933 2.933 0 0 0 .952 4.782a2.935 2.935 0 0 0 3.573-1.097l.027-.01a1.42 1.42 0 1 1 1.614 2.236v.005a2.92 2.92 0 0 0-.792 3.34A2.93 2.93 0 0 0 11.944 21a2.932 2.932 0 0 0 1.576-5.404l.013-.003l-.001-.008a1.455 1.455 0 0 1 .341-2.564a1.46 1.46 0 0 1 1.692.542l.015.003a2.934 2.934 0 1 0 4.56-3.63a2.933 2.933 0 0 0-4.4.286a1.456 1.456 0 1 1-2.083-1.908zm-.028-2.378a1.686 1.686 0 0 1-2.334 1.56a1.686 1.686 0 0 1 .646-3.247a1.686 1.686 0 0 1 1.688 1.687m4.434 7.764a1.686 1.686 0 1 0 0-3.373a1.68 1.68 0 0 0-1.194.493a1.69 1.69 0 0 0-.366 1.84a1.69 1.69 0 0 0 1.56 1.04M7.623 12.008a1.688 1.688 0 1 1-3.377 0a1.688 1.688 0 0 1 3.377 0m4.32 7.748a1.689 1.689 0 0 0 1.194-2.88a1.688 1.688 0 1 0-1.193 2.88M13.19 5.93a1.245 1.245 0 0 1-2.399.476a1.246 1.246 0 1 1 2.399-.476m-1.246 13.382a1.245 1.245 0 1 0-.001-2.49a1.245 1.245 0 0 0 0 2.49m7.367-7.305a1.25 1.25 0 0 1-.769 1.15a1.25 1.25 0 0 1-1.357-.27a1.244 1.244 0 0 1 .882-2.126a1.246 1.246 0 0 1 1.244 1.246M5.933 13.253a1.25 1.25 0 0 0 1.151-.768a1.245 1.245 0 1 0-1.15.768" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#1eab89" fill-rule="evenodd" d="M13.66 8.309a2.926 2.926 0 0 0 .994-3.5A2.934 2.934 0 0 0 9.01 5.931a2.93 2.93 0 0 0 1.34 2.463l.006.013a1.418 1.418 0 0 1-1.412 2.442a1.4 1.4 0 0 1-.478-.34L8.45 10.5l-.02-.033a1.4 1.4 0 0 1-.166-.24a2.93 2.93 0 0 0-4.403-.292a2.933 2.933 0 0 0 .952 4.782a2.935 2.935 0 0 0 3.573-1.097l.027-.01a1.42 1.42 0 1 1 1.614 2.236v.005a2.92 2.92 0 0 0-.792 3.34A2.93 2.93 0 0 0 11.944 21a2.932 2.932 0 0 0 1.576-5.404l.013-.003l-.001-.008a1.455 1.455 0 0 1 .341-2.564a1.46 1.46 0 0 1 1.692.542l.015.003a2.934 2.934 0 1 0 4.56-3.63a2.933 2.933 0 0 0-4.4.286a1.456 1.456 0 1 1-2.083-1.908zm-.028-2.378a1.686 1.686 0 0 1-2.334 1.56a1.686 1.686 0 0 1 .646-3.247a1.686 1.686 0 0 1 1.688 1.687m4.434 7.764a1.686 1.686 0 1 0 0-3.373a1.68 1.68 0 0 0-1.194.493a1.69 1.69 0 0 0-.366 1.84a1.69 1.69 0 0 0 1.56 1.04M7.623 12.008a1.688 1.688 0 1 1-3.377 0a1.688 1.688 0 0 1 3.377 0m4.32 7.748a1.689 1.689 0 0 0 1.194-2.88a1.688 1.688 0 1 0-1.193 2.88M13.19 5.93a1.245 1.245 0 0 1-2.399.476a1.246 1.246 0 1 1 2.399-.476m-1.246 13.382a1.245 1.245 0 1 0-.001-2.49a1.245 1.245 0 0 0 0 2.49m7.367-7.305a1.25 1.25 0 0 1-.769 1.15a1.25 1.25 0 0 1-1.357-.27a1.244 1.244 0 0 1 .882-2.126a1.246 1.246 0 0 1 1.244 1.246M5.933 13.253a1.25 1.25 0 0 0 1.151-.768a1.245 1.245 0 1 0-1.15.768" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-wnxm {
  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%22%231eab89%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.66%208.309a2.926%202.926%200%200%200%20.994-3.5A2.934%202.934%200%200%200%209.01%205.931a2.93%202.93%200%200%200%201.34%202.463l.006.013a1.418%201.418%200%200%201-1.412%202.442a1.4%201.4%200%200%201-.478-.34L8.45%2010.5l-.02-.033a1.4%201.4%200%200%201-.166-.24a2.93%202.93%200%200%200-4.403-.292a2.933%202.933%200%200%200%20.952%204.782a2.935%202.935%200%200%200%203.573-1.097l.027-.01a1.42%201.42%200%201%201%201.614%202.236v.005a2.92%202.92%200%200%200-.792%203.34A2.93%202.93%200%200%200%2011.944%2021a2.932%202.932%200%200%200%201.576-5.404l.013-.003l-.001-.008a1.455%201.455%200%200%201%20.341-2.564a1.46%201.46%200%200%201%201.692.542l.015.003a2.934%202.934%200%201%200%204.56-3.63a2.933%202.933%200%200%200-4.4.286a1.456%201.456%200%201%201-2.083-1.908zm-.028-2.378a1.686%201.686%200%200%201-2.334%201.56a1.686%201.686%200%200%201%20.646-3.247a1.686%201.686%200%200%201%201.688%201.687m4.434%207.764a1.686%201.686%200%201%200%200-3.373a1.68%201.68%200%200%200-1.194.493a1.69%201.69%200%200%200-.366%201.84a1.69%201.69%200%200%200%201.56%201.04M7.623%2012.008a1.688%201.688%200%201%201-3.377%200a1.688%201.688%200%200%201%203.377%200m4.32%207.748a1.689%201.689%200%200%200%201.194-2.88a1.688%201.688%200%201%200-1.193%202.88M13.19%205.93a1.245%201.245%200%200%201-2.399.476a1.246%201.246%200%201%201%202.399-.476m-1.246%2013.382a1.245%201.245%200%201%200-.001-2.49a1.245%201.245%200%200%200%200%202.49m7.367-7.305a1.25%201.25%200%200%201-.769%201.15a1.25%201.25%200%200%201-1.357-.27a1.244%201.244%200%200%201%20.882-2.126a1.246%201.246%200%200%201%201.244%201.246M5.933%2013.253a1.25%201.25%200%200%200%201.151-.768a1.245%201.245%200%201%200-1.15.768%22%20clip-rule%3D%22evenodd%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%22%231eab89%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.66%208.309a2.926%202.926%200%200%200%20.994-3.5A2.934%202.934%200%200%200%209.01%205.931a2.93%202.93%200%200%200%201.34%202.463l.006.013a1.418%201.418%200%200%201-1.412%202.442a1.4%201.4%200%200%201-.478-.34L8.45%2010.5l-.02-.033a1.4%201.4%200%200%201-.166-.24a2.93%202.93%200%200%200-4.403-.292a2.933%202.933%200%200%200%20.952%204.782a2.935%202.935%200%200%200%203.573-1.097l.027-.01a1.42%201.42%200%201%201%201.614%202.236v.005a2.92%202.92%200%200%200-.792%203.34A2.93%202.93%200%200%200%2011.944%2021a2.932%202.932%200%200%200%201.576-5.404l.013-.003l-.001-.008a1.455%201.455%200%200%201%20.341-2.564a1.46%201.46%200%200%201%201.692.542l.015.003a2.934%202.934%200%201%200%204.56-3.63a2.933%202.933%200%200%200-4.4.286a1.456%201.456%200%201%201-2.083-1.908zm-.028-2.378a1.686%201.686%200%200%201-2.334%201.56a1.686%201.686%200%200%201%20.646-3.247a1.686%201.686%200%200%201%201.688%201.687m4.434%207.764a1.686%201.686%200%201%200%200-3.373a1.68%201.68%200%200%200-1.194.493a1.69%201.69%200%200%200-.366%201.84a1.69%201.69%200%200%200%201.56%201.04M7.623%2012.008a1.688%201.688%200%201%201-3.377%200a1.688%201.688%200%200%201%203.377%200m4.32%207.748a1.689%201.689%200%200%200%201.194-2.88a1.688%201.688%200%201%200-1.193%202.88M13.19%205.93a1.245%201.245%200%200%201-2.399.476a1.246%201.246%200%201%201%202.399-.476m-1.246%2013.382a1.245%201.245%200%201%200-.001-2.49a1.245%201.245%200%200%200%200%202.49m7.367-7.305a1.25%201.25%200%200%201-.769%201.15a1.25%201.25%200%200%201-1.357-.27a1.244%201.244%200%200%201%20.882-2.126a1.246%201.246%200%200%201%201.244%201.246M5.933%2013.253a1.25%201.25%200%200%200%201.151-.768a1.245%201.245%200%201%200-1.15.768%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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