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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#0ab682" d="M16.363 4.91a1.91 1.91 0 1 1-3.818 0a1.91 1.91 0 0 1 3.818 0M13.38 8.214a1.43 1.43 0 0 0 2.029 0l1.81-1.828a1.725 1.725 0 0 1 2.455 0a1.756 1.756 0 0 1 0 2.471l-4.227 4.255a1.45 1.45 0 0 0 0 2.045l1.756 1.768a1.757 1.757 0 0 1-.562 2.85a1.725 1.725 0 0 1-1.892-.38l-4.13-4.156a1.43 1.43 0 0 0-2.028 0L6.78 17.067a1.725 1.725 0 0 1-2.455 0a1.757 1.757 0 0 1 0-2.47l4.227-4.255a1.45 1.45 0 0 0 0-2.046L6.796 6.53a1.756 1.756 0 0 1 .562-2.85a1.72 1.72 0 0 1 1.893.38zM12 13.636a1.91 1.91 0 1 0 0-3.818a1.91 1.91 0 0 0 0 3.818m6.818 2.455a1.91 1.91 0 1 0 0-3.818a1.91 1.91 0 0 0 0 3.818m-7.364 3a1.91 1.91 0 1 1-3.818 0a1.91 1.91 0 0 1 3.818 0m-6.272-7.844a1.91 1.91 0 1 0 0-3.818a1.91 1.91 0 0 0 0 3.818"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedNxm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#0ab682" d="M16.363 4.91a1.91 1.91 0 1 1-3.818 0a1.91 1.91 0 0 1 3.818 0M13.38 8.214a1.43 1.43 0 0 0 2.029 0l1.81-1.828a1.725 1.725 0 0 1 2.455 0a1.756 1.756 0 0 1 0 2.471l-4.227 4.255a1.45 1.45 0 0 0 0 2.045l1.756 1.768a1.757 1.757 0 0 1-.562 2.85a1.725 1.725 0 0 1-1.892-.38l-4.13-4.156a1.43 1.43 0 0 0-2.028 0L6.78 17.067a1.725 1.725 0 0 1-2.455 0a1.757 1.757 0 0 1 0-2.47l4.227-4.255a1.45 1.45 0 0 0 0-2.046L6.796 6.53a1.756 1.756 0 0 1 .562-2.85a1.72 1.72 0 0 1 1.893.38zM12 13.636a1.91 1.91 0 1 0 0-3.818a1.91 1.91 0 0 0 0 3.818m6.818 2.455a1.91 1.91 0 1 0 0-3.818a1.91 1.91 0 0 0 0 3.818m-7.364 3a1.91 1.91 0 1 1-3.818 0a1.91 1.91 0 0 1 3.818 0m-6.272-7.844a1.91 1.91 0 1 0 0-3.818a1.91 1.91 0 0 0 0 3.818"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#0ab682" d="M16.363 4.91a1.91 1.91 0 1 1-3.818 0a1.91 1.91 0 0 1 3.818 0M13.38 8.214a1.43 1.43 0 0 0 2.029 0l1.81-1.828a1.725 1.725 0 0 1 2.455 0a1.756 1.756 0 0 1 0 2.471l-4.227 4.255a1.45 1.45 0 0 0 0 2.045l1.756 1.768a1.757 1.757 0 0 1-.562 2.85a1.725 1.725 0 0 1-1.892-.38l-4.13-4.156a1.43 1.43 0 0 0-2.028 0L6.78 17.067a1.725 1.725 0 0 1-2.455 0a1.757 1.757 0 0 1 0-2.47l4.227-4.255a1.45 1.45 0 0 0 0-2.046L6.796 6.53a1.756 1.756 0 0 1 .562-2.85a1.72 1.72 0 0 1 1.893.38zM12 13.636a1.91 1.91 0 1 0 0-3.818a1.91 1.91 0 0 0 0 3.818m6.818 2.455a1.91 1.91 0 1 0 0-3.818a1.91 1.91 0 0 0 0 3.818m-7.364 3a1.91 1.91 0 1 1-3.818 0a1.91 1.91 0 0 1 3.818 0m-6.272-7.844a1.91 1.91 0 1 0 0-3.818a1.91 1.91 0 0 0 0 3.818"/></svg>
</template>

CSS

.icon-nxm {
  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%230ab682%22%20d%3D%22M16.363%204.91a1.91%201.91%200%201%201-3.818%200a1.91%201.91%200%200%201%203.818%200M13.38%208.214a1.43%201.43%200%200%200%202.029%200l1.81-1.828a1.725%201.725%200%200%201%202.455%200a1.756%201.756%200%200%201%200%202.471l-4.227%204.255a1.45%201.45%200%200%200%200%202.045l1.756%201.768a1.757%201.757%200%200%201-.562%202.85a1.725%201.725%200%200%201-1.892-.38l-4.13-4.156a1.43%201.43%200%200%200-2.028%200L6.78%2017.067a1.725%201.725%200%200%201-2.455%200a1.757%201.757%200%200%201%200-2.47l4.227-4.255a1.45%201.45%200%200%200%200-2.046L6.796%206.53a1.756%201.756%200%200%201%20.562-2.85a1.72%201.72%200%200%201%201.893.38zM12%2013.636a1.91%201.91%200%201%200%200-3.818a1.91%201.91%200%200%200%200%203.818m6.818%202.455a1.91%201.91%200%201%200%200-3.818a1.91%201.91%200%200%200%200%203.818m-7.364%203a1.91%201.91%200%201%201-3.818%200a1.91%201.91%200%200%201%203.818%200m-6.272-7.844a1.91%201.91%200%201%200%200-3.818a1.91%201.91%200%200%200%200%203.818%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%230ab682%22%20d%3D%22M16.363%204.91a1.91%201.91%200%201%201-3.818%200a1.91%201.91%200%200%201%203.818%200M13.38%208.214a1.43%201.43%200%200%200%202.029%200l1.81-1.828a1.725%201.725%200%200%201%202.455%200a1.756%201.756%200%200%201%200%202.471l-4.227%204.255a1.45%201.45%200%200%200%200%202.045l1.756%201.768a1.757%201.757%200%200%201-.562%202.85a1.725%201.725%200%200%201-1.892-.38l-4.13-4.156a1.43%201.43%200%200%200-2.028%200L6.78%2017.067a1.725%201.725%200%200%201-2.455%200a1.757%201.757%200%200%201%200-2.47l4.227-4.255a1.45%201.45%200%200%200%200-2.046L6.796%206.53a1.756%201.756%200%200%201%20.562-2.85a1.72%201.72%200%200%201%201.893.38zM12%2013.636a1.91%201.91%200%201%200%200-3.818a1.91%201.91%200%200%200%200%203.818m6.818%202.455a1.91%201.91%200%201%200%200-3.818a1.91%201.91%200%200%200%200%203.818m-7.364%203a1.91%201.91%200%201%201-3.818%200a1.91%201.91%200%200%201%203.818%200m-6.272-7.844a1.91%201.91%200%201%200%200-3.818a1.91%201.91%200%200%200%200%203.818%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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