neo x logo
neo-x from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- neo-x
- 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 neo x logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#00e599" fill-rule="evenodd" d="M17.948 17.602c.63.785.38 1.94-.52 2.403l-1.587.815a1.63 1.63 0 0 1-2.045-.466l-3.01-4.01l-2.21 2.599c-.655.77-1.88.696-2.433-.149l-.765-1.167a1.48 1.48 0 0 1 .057-1.703l2.55-3.38L5.1 8.554a1.58 1.58 0 0 1-.176-1.538l.704-1.666c.387-.915 1.63-1.08 2.247-.3l2.957 3.736l4.067-5.17a1.63 1.63 0 0 1 2.437-.132l1.408 1.432c.578.588.61 1.513.073 2.139l-4.824 5.62zM16.684 4.108a.714.714 0 0 0-1.066.058l-4.625 5.877a.204.204 0 0 1-.319 0L7.16 5.604a.407.407 0 0 0-.692.091l-.704 1.667a.69.69 0 0 0 .077.673l3.184 4.403c.051.07.05.165-.002.235L6.165 16.46a.59.59 0 0 0-.023.681l.765 1.167a.61.61 0 0 0 .973.06l2.786-3.276a.204.204 0 0 1 .318.01l3.543 4.72a.71.71 0 0 0 .895.204l1.587-.815a.692.692 0 0 0 .227-1.051l-4.314-5.375a.2.2 0 0 1 .005-.252l5.197-6.056a.69.69 0 0 0-.032-.936z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedNeoX(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#00e599" fillRule="evenodd" d="M17.948 17.602c.63.785.38 1.94-.52 2.403l-1.587.815a1.63 1.63 0 0 1-2.045-.466l-3.01-4.01l-2.21 2.599c-.655.77-1.88.696-2.433-.149l-.765-1.167a1.48 1.48 0 0 1 .057-1.703l2.55-3.38L5.1 8.554a1.58 1.58 0 0 1-.176-1.538l.704-1.666c.387-.915 1.63-1.08 2.247-.3l2.957 3.736l4.067-5.17a1.63 1.63 0 0 1 2.437-.132l1.408 1.432c.578.588.61 1.513.073 2.139l-4.824 5.62zM16.684 4.108a.714.714 0 0 0-1.066.058l-4.625 5.877a.204.204 0 0 1-.319 0L7.16 5.604a.407.407 0 0 0-.692.091l-.704 1.667a.69.69 0 0 0 .077.673l3.184 4.403c.051.07.05.165-.002.235L6.165 16.46a.59.59 0 0 0-.023.681l.765 1.167a.61.61 0 0 0 .973.06l2.786-3.276a.204.204 0 0 1 .318.01l3.543 4.72a.71.71 0 0 0 .895.204l1.587-.815a.692.692 0 0 0 .227-1.051l-4.314-5.375a.2.2 0 0 1 .005-.252l5.197-6.056a.69.69 0 0 0-.032-.936z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#00e599" fill-rule="evenodd" d="M17.948 17.602c.63.785.38 1.94-.52 2.403l-1.587.815a1.63 1.63 0 0 1-2.045-.466l-3.01-4.01l-2.21 2.599c-.655.77-1.88.696-2.433-.149l-.765-1.167a1.48 1.48 0 0 1 .057-1.703l2.55-3.38L5.1 8.554a1.58 1.58 0 0 1-.176-1.538l.704-1.666c.387-.915 1.63-1.08 2.247-.3l2.957 3.736l4.067-5.17a1.63 1.63 0 0 1 2.437-.132l1.408 1.432c.578.588.61 1.513.073 2.139l-4.824 5.62zM16.684 4.108a.714.714 0 0 0-1.066.058l-4.625 5.877a.204.204 0 0 1-.319 0L7.16 5.604a.407.407 0 0 0-.692.091l-.704 1.667a.69.69 0 0 0 .077.673l3.184 4.403c.051.07.05.165-.002.235L6.165 16.46a.59.59 0 0 0-.023.681l.765 1.167a.61.61 0 0 0 .973.06l2.786-3.276a.204.204 0 0 1 .318.01l3.543 4.72a.71.71 0 0 0 .895.204l1.587-.815a.692.692 0 0 0 .227-1.051l-4.314-5.375a.2.2 0 0 1 .005-.252l5.197-6.056a.69.69 0 0 0-.032-.936z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-neo-x {
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%2300e599%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.948%2017.602c.63.785.38%201.94-.52%202.403l-1.587.815a1.63%201.63%200%200%201-2.045-.466l-3.01-4.01l-2.21%202.599c-.655.77-1.88.696-2.433-.149l-.765-1.167a1.48%201.48%200%200%201%20.057-1.703l2.55-3.38L5.1%208.554a1.58%201.58%200%200%201-.176-1.538l.704-1.666c.387-.915%201.63-1.08%202.247-.3l2.957%203.736l4.067-5.17a1.63%201.63%200%200%201%202.437-.132l1.408%201.432c.578.588.61%201.513.073%202.139l-4.824%205.62zM16.684%204.108a.714.714%200%200%200-1.066.058l-4.625%205.877a.204.204%200%200%201-.319%200L7.16%205.604a.407.407%200%200%200-.692.091l-.704%201.667a.69.69%200%200%200%20.077.673l3.184%204.403c.051.07.05.165-.002.235L6.165%2016.46a.59.59%200%200%200-.023.681l.765%201.167a.61.61%200%200%200%20.973.06l2.786-3.276a.204.204%200%200%201%20.318.01l3.543%204.72a.71.71%200%200%200%20.895.204l1.587-.815a.692.692%200%200%200%20.227-1.051l-4.314-5.375a.2.2%200%200%201%20.005-.252l5.197-6.056a.69.69%200%200%200-.032-.936z%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%2300e599%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.948%2017.602c.63.785.38%201.94-.52%202.403l-1.587.815a1.63%201.63%200%200%201-2.045-.466l-3.01-4.01l-2.21%202.599c-.655.77-1.88.696-2.433-.149l-.765-1.167a1.48%201.48%200%200%201%20.057-1.703l2.55-3.38L5.1%208.554a1.58%201.58%200%200%201-.176-1.538l.704-1.666c.387-.915%201.63-1.08%202.247-.3l2.957%203.736l4.067-5.17a1.63%201.63%200%200%201%202.437-.132l1.408%201.432c.578.588.61%201.513.073%202.139l-4.824%205.62zM16.684%204.108a.714.714%200%200%200-1.066.058l-4.625%205.877a.204.204%200%200%201-.319%200L7.16%205.604a.407.407%200%200%200-.692.091l-.704%201.667a.69.69%200%200%200%20.077.673l3.184%204.403c.051.07.05.165-.002.235L6.165%2016.46a.59.59%200%200%200-.023.681l.765%201.167a.61.61%200%200%200%20.973.06l2.786-3.276a.204.204%200%200%201%20.318.01l3.543%204.72a.71.71%200%200%200%20.895.204l1.587-.815a.692.692%200%200%200%20.227-1.051l-4.314-5.375a.2.2%200%200%201%20.005-.252l5.197-6.056a.69.69%200%200%200-.032-.936z%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/neo-x.svg?color=%231a73e8&size=48