ncr from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
ncr
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the ncr logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.588 16.766h1.853l-5.024-9H8.559z"/><path fill="currentColor" fill-rule="evenodd" d="M18.364 5.636A9 9 0 1 0 5.636 18.364A9 9 0 0 0 18.364 5.636m-.673.064a8.58 8.58 0 0 0-5.69-2.17A8.58 8.58 0 0 0 6.308 5.7l.397.397a7.9 7.9 0 0 1 10.599-.01zm2.234 5.77a7.9 7.9 0 0 0-1.974-4.732l.35-.387a8.95 8.95 0 0 1 2.17 5.12zm-1.995 5.808A7.9 7.9 0 0 0 19.94 12h.53c0 2.012-.826 4.167-2.17 5.649zm-11.235.636A7.9 7.9 0 0 0 12 19.94a7.93 7.93 0 0 0 5.305-2.027l.386.386a8.5 8.5 0 0 1-5.69 2.17a8.58 8.58 0 0 1-5.692-2.17zM4.06 12c0 2.017.752 3.865 1.99 5.262l-.349.387A9 9 0 0 1 3.53 12zm2.038-5.294a7.92 7.92 0 0 0-2.022 4.765H3.53c.132-1.911.953-3.812 2.17-5.162zm1.668 10.588V7.235h2.954l4.987 9.094V7.235h.53v10.06H13.28L8.294 8.2v9.093z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenNcr(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.588 16.766h1.853l-5.024-9H8.559z"/><path fill="currentColor" fillRule="evenodd" d="M18.364 5.636A9 9 0 1 0 5.636 18.364A9 9 0 0 0 18.364 5.636m-.673.064a8.58 8.58 0 0 0-5.69-2.17A8.58 8.58 0 0 0 6.308 5.7l.397.397a7.9 7.9 0 0 1 10.599-.01zm2.234 5.77a7.9 7.9 0 0 0-1.974-4.732l.35-.387a8.95 8.95 0 0 1 2.17 5.12zm-1.995 5.808A7.9 7.9 0 0 0 19.94 12h.53c0 2.012-.826 4.167-2.17 5.649zm-11.235.636A7.9 7.9 0 0 0 12 19.94a7.93 7.93 0 0 0 5.305-2.027l.386.386a8.5 8.5 0 0 1-5.69 2.17a8.58 8.58 0 0 1-5.692-2.17zM4.06 12c0 2.017.752 3.865 1.99 5.262l-.349.387A9 9 0 0 1 3.53 12zm2.038-5.294a7.92 7.92 0 0 0-2.022 4.765H3.53c.132-1.911.953-3.812 2.17-5.162zm1.668 10.588V7.235h2.954l4.987 9.094V7.235h.53v10.06H13.28L8.294 8.2v9.093z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.588 16.766h1.853l-5.024-9H8.559z"/><path fill="currentColor" fill-rule="evenodd" d="M18.364 5.636A9 9 0 1 0 5.636 18.364A9 9 0 0 0 18.364 5.636m-.673.064a8.58 8.58 0 0 0-5.69-2.17A8.58 8.58 0 0 0 6.308 5.7l.397.397a7.9 7.9 0 0 1 10.599-.01zm2.234 5.77a7.9 7.9 0 0 0-1.974-4.732l.35-.387a8.95 8.95 0 0 1 2.17 5.12zm-1.995 5.808A7.9 7.9 0 0 0 19.94 12h.53c0 2.012-.826 4.167-2.17 5.649zm-11.235.636A7.9 7.9 0 0 0 12 19.94a7.93 7.93 0 0 0 5.305-2.027l.386.386a8.5 8.5 0 0 1-5.69 2.17a8.58 8.58 0 0 1-5.692-2.17zM4.06 12c0 2.017.752 3.865 1.99 5.262l-.349.387A9 9 0 0 1 3.53 12zm2.038-5.294a7.92 7.92 0 0 0-2.022 4.765H3.53c.132-1.911.953-3.812 2.17-5.162zm1.668 10.588V7.235h2.954l4.987 9.094V7.235h.53v10.06H13.28L8.294 8.2v9.093z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ncr {
  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%22currentColor%22%20d%3D%22M13.588%2016.766h1.853l-5.024-9H8.559z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.364%205.636A9%209%200%201%200%205.636%2018.364A9%209%200%200%200%2018.364%205.636m-.673.064a8.58%208.58%200%200%200-5.69-2.17A8.58%208.58%200%200%200%206.308%205.7l.397.397a7.9%207.9%200%200%201%2010.599-.01zm2.234%205.77a7.9%207.9%200%200%200-1.974-4.732l.35-.387a8.95%208.95%200%200%201%202.17%205.12zm-1.995%205.808A7.9%207.9%200%200%200%2019.94%2012h.53c0%202.012-.826%204.167-2.17%205.649zm-11.235.636A7.9%207.9%200%200%200%2012%2019.94a7.93%207.93%200%200%200%205.305-2.027l.386.386a8.5%208.5%200%200%201-5.69%202.17a8.58%208.58%200%200%201-5.692-2.17zM4.06%2012c0%202.017.752%203.865%201.99%205.262l-.349.387A9%209%200%200%201%203.53%2012zm2.038-5.294a7.92%207.92%200%200%200-2.022%204.765H3.53c.132-1.911.953-3.812%202.17-5.162zm1.668%2010.588V7.235h2.954l4.987%209.094V7.235h.53v10.06H13.28L8.294%208.2v9.093z%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%22currentColor%22%20d%3D%22M13.588%2016.766h1.853l-5.024-9H8.559z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.364%205.636A9%209%200%201%200%205.636%2018.364A9%209%200%200%200%2018.364%205.636m-.673.064a8.58%208.58%200%200%200-5.69-2.17A8.58%208.58%200%200%200%206.308%205.7l.397.397a7.9%207.9%200%200%201%2010.599-.01zm2.234%205.77a7.9%207.9%200%200%200-1.974-4.732l.35-.387a8.95%208.95%200%200%201%202.17%205.12zm-1.995%205.808A7.9%207.9%200%200%200%2019.94%2012h.53c0%202.012-.826%204.167-2.17%205.649zm-11.235.636A7.9%207.9%200%200%200%2012%2019.94a7.93%207.93%200%200%200%205.305-2.027l.386.386a8.5%208.5%200%200%201-5.69%202.17a8.58%208.58%200%200%201-5.692-2.17zM4.06%2012c0%202.017.752%203.865%201.99%205.262l-.349.387A9%209%200%200%201%203.53%2012zm2.038-5.294a7.92%207.92%200%200%200-2.022%204.765H3.53c.132-1.911.953-3.812%202.17-5.162zm1.668%2010.588V7.235h2.954l4.987%209.094V7.235h.53v10.06H13.28L8.294%208.2v9.093z%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/ncr.svg?color=%231a73e8&size=48