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

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

The same logo in other sets

Use the mngo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.575 15.115c-.889 2.098-2.599 3.487-4.674 3.696c-.045 0-.619.05-.928.028a12.45 12.45 0 0 0 5.366 2.059c.619.061 1.322.112 2.025.095a5.2 5.2 0 0 0 .354-2.194c-.095-1.923 1.04-2.913 2.273-3.42a12.3 12.3 0 0 1-1.423-3.206c-.962.253-2.183 1.04-2.987 2.942z"/><path fill="currentColor" d="M15.68 18.784A5.35 5.35 0 0 1 15.301 21c1.823-.045 3.73-.562 4.219-2.503c.101-.416.112-.866-.056-1.254c-.169-.377-.49-.67-.777-.973a7 7 0 0 1-.73-.929c-1.227.507-2.374 1.52-2.279 3.443m.822-6.824c-.28-.73-.517-1.473-.877-2.16a8.8 8.8 0 0 0-1.631-2.097a5.3 5.3 0 0 1-2.424-.518c-.788 1.091-1.677 2.936-.861 5.04c1.21 3.11-1.237 5.237-2.812 6.553l.078.056q.442.042.883-.01c2.082-.21 3.887-1.632 4.782-3.725c.81-1.9 1.985-2.62 2.941-2.868zM6.223 7.82a7.14 7.14 0 0 0-1.817 4.888a6.54 6.54 0 0 0 .957 3.296c2.53-2.492 1.62-6.21.86-8.184"/><path fill="currentColor" d="M10.752 12.224c-.816-2.11.056-3.937.832-5.029A4.4 4.4 0 0 1 10.24 6.15a5.4 5.4 0 0 0-4.106 1.76c.742 1.936 1.637 5.57-.833 8.005a9.8 9.8 0 0 0 2.638 2.897c1.57-1.317 4.022-3.476 2.813-6.581zM13.8 4.951c1.71.664 2.908.844 3.78.816l.023-.017c-3.235-5.422-7.47-1.153-7.47-1.153l.006.011a6.86 6.86 0 0 1 3.656.338z"/><path fill="currentColor" d="M13.823 4.912c-1.423-.551-2.756-.529-3.684-.304c2.435 4.19 7.059 1.395 7.436 1.159c-.866.028-2.042-.191-3.752-.855"/></svg>

React

import type { SVGProps } from "react";

export function TokenMngo(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.575 15.115c-.889 2.098-2.599 3.487-4.674 3.696c-.045 0-.619.05-.928.028a12.45 12.45 0 0 0 5.366 2.059c.619.061 1.322.112 2.025.095a5.2 5.2 0 0 0 .354-2.194c-.095-1.923 1.04-2.913 2.273-3.42a12.3 12.3 0 0 1-1.423-3.206c-.962.253-2.183 1.04-2.987 2.942z"/><path fill="currentColor" d="M15.68 18.784A5.35 5.35 0 0 1 15.301 21c1.823-.045 3.73-.562 4.219-2.503c.101-.416.112-.866-.056-1.254c-.169-.377-.49-.67-.777-.973a7 7 0 0 1-.73-.929c-1.227.507-2.374 1.52-2.279 3.443m.822-6.824c-.28-.73-.517-1.473-.877-2.16a8.8 8.8 0 0 0-1.631-2.097a5.3 5.3 0 0 1-2.424-.518c-.788 1.091-1.677 2.936-.861 5.04c1.21 3.11-1.237 5.237-2.812 6.553l.078.056q.442.042.883-.01c2.082-.21 3.887-1.632 4.782-3.725c.81-1.9 1.985-2.62 2.941-2.868zM6.223 7.82a7.14 7.14 0 0 0-1.817 4.888a6.54 6.54 0 0 0 .957 3.296c2.53-2.492 1.62-6.21.86-8.184"/><path fill="currentColor" d="M10.752 12.224c-.816-2.11.056-3.937.832-5.029A4.4 4.4 0 0 1 10.24 6.15a5.4 5.4 0 0 0-4.106 1.76c.742 1.936 1.637 5.57-.833 8.005a9.8 9.8 0 0 0 2.638 2.897c1.57-1.317 4.022-3.476 2.813-6.581zM13.8 4.951c1.71.664 2.908.844 3.78.816l.023-.017c-3.235-5.422-7.47-1.153-7.47-1.153l.006.011a6.86 6.86 0 0 1 3.656.338z"/><path fill="currentColor" d="M13.823 4.912c-1.423-.551-2.756-.529-3.684-.304c2.435 4.19 7.059 1.395 7.436 1.159c-.866.028-2.042-.191-3.752-.855"/></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.575 15.115c-.889 2.098-2.599 3.487-4.674 3.696c-.045 0-.619.05-.928.028a12.45 12.45 0 0 0 5.366 2.059c.619.061 1.322.112 2.025.095a5.2 5.2 0 0 0 .354-2.194c-.095-1.923 1.04-2.913 2.273-3.42a12.3 12.3 0 0 1-1.423-3.206c-.962.253-2.183 1.04-2.987 2.942z"/><path fill="currentColor" d="M15.68 18.784A5.35 5.35 0 0 1 15.301 21c1.823-.045 3.73-.562 4.219-2.503c.101-.416.112-.866-.056-1.254c-.169-.377-.49-.67-.777-.973a7 7 0 0 1-.73-.929c-1.227.507-2.374 1.52-2.279 3.443m.822-6.824c-.28-.73-.517-1.473-.877-2.16a8.8 8.8 0 0 0-1.631-2.097a5.3 5.3 0 0 1-2.424-.518c-.788 1.091-1.677 2.936-.861 5.04c1.21 3.11-1.237 5.237-2.812 6.553l.078.056q.442.042.883-.01c2.082-.21 3.887-1.632 4.782-3.725c.81-1.9 1.985-2.62 2.941-2.868zM6.223 7.82a7.14 7.14 0 0 0-1.817 4.888a6.54 6.54 0 0 0 .957 3.296c2.53-2.492 1.62-6.21.86-8.184"/><path fill="currentColor" d="M10.752 12.224c-.816-2.11.056-3.937.832-5.029A4.4 4.4 0 0 1 10.24 6.15a5.4 5.4 0 0 0-4.106 1.76c.742 1.936 1.637 5.57-.833 8.005a9.8 9.8 0 0 0 2.638 2.897c1.57-1.317 4.022-3.476 2.813-6.581zM13.8 4.951c1.71.664 2.908.844 3.78.816l.023-.017c-3.235-5.422-7.47-1.153-7.47-1.153l.006.011a6.86 6.86 0 0 1 3.656.338z"/><path fill="currentColor" d="M13.823 4.912c-1.423-.551-2.756-.529-3.684-.304c2.435 4.19 7.059 1.395 7.436 1.159c-.866.028-2.042-.191-3.752-.855"/></svg>
</template>

CSS

.icon-mngo {
  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.575%2015.115c-.889%202.098-2.599%203.487-4.674%203.696c-.045%200-.619.05-.928.028a12.45%2012.45%200%200%200%205.366%202.059c.619.061%201.322.112%202.025.095a5.2%205.2%200%200%200%20.354-2.194c-.095-1.923%201.04-2.913%202.273-3.42a12.3%2012.3%200%200%201-1.423-3.206c-.962.253-2.183%201.04-2.987%202.942z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.68%2018.784A5.35%205.35%200%200%201%2015.301%2021c1.823-.045%203.73-.562%204.219-2.503c.101-.416.112-.866-.056-1.254c-.169-.377-.49-.67-.777-.973a7%207%200%200%201-.73-.929c-1.227.507-2.374%201.52-2.279%203.443m.822-6.824c-.28-.73-.517-1.473-.877-2.16a8.8%208.8%200%200%200-1.631-2.097a5.3%205.3%200%200%201-2.424-.518c-.788%201.091-1.677%202.936-.861%205.04c1.21%203.11-1.237%205.237-2.812%206.553l.078.056q.442.042.883-.01c2.082-.21%203.887-1.632%204.782-3.725c.81-1.9%201.985-2.62%202.941-2.868zM6.223%207.82a7.14%207.14%200%200%200-1.817%204.888a6.54%206.54%200%200%200%20.957%203.296c2.53-2.492%201.62-6.21.86-8.184%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.752%2012.224c-.816-2.11.056-3.937.832-5.029A4.4%204.4%200%200%201%2010.24%206.15a5.4%205.4%200%200%200-4.106%201.76c.742%201.936%201.637%205.57-.833%208.005a9.8%209.8%200%200%200%202.638%202.897c1.57-1.317%204.022-3.476%202.813-6.581zM13.8%204.951c1.71.664%202.908.844%203.78.816l.023-.017c-3.235-5.422-7.47-1.153-7.47-1.153l.006.011a6.86%206.86%200%200%201%203.656.338z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.823%204.912c-1.423-.551-2.756-.529-3.684-.304c2.435%204.19%207.059%201.395%207.436%201.159c-.866.028-2.042-.191-3.752-.855%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.575%2015.115c-.889%202.098-2.599%203.487-4.674%203.696c-.045%200-.619.05-.928.028a12.45%2012.45%200%200%200%205.366%202.059c.619.061%201.322.112%202.025.095a5.2%205.2%200%200%200%20.354-2.194c-.095-1.923%201.04-2.913%202.273-3.42a12.3%2012.3%200%200%201-1.423-3.206c-.962.253-2.183%201.04-2.987%202.942z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.68%2018.784A5.35%205.35%200%200%201%2015.301%2021c1.823-.045%203.73-.562%204.219-2.503c.101-.416.112-.866-.056-1.254c-.169-.377-.49-.67-.777-.973a7%207%200%200%201-.73-.929c-1.227.507-2.374%201.52-2.279%203.443m.822-6.824c-.28-.73-.517-1.473-.877-2.16a8.8%208.8%200%200%200-1.631-2.097a5.3%205.3%200%200%201-2.424-.518c-.788%201.091-1.677%202.936-.861%205.04c1.21%203.11-1.237%205.237-2.812%206.553l.078.056q.442.042.883-.01c2.082-.21%203.887-1.632%204.782-3.725c.81-1.9%201.985-2.62%202.941-2.868zM6.223%207.82a7.14%207.14%200%200%200-1.817%204.888a6.54%206.54%200%200%200%20.957%203.296c2.53-2.492%201.62-6.21.86-8.184%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.752%2012.224c-.816-2.11.056-3.937.832-5.029A4.4%204.4%200%200%201%2010.24%206.15a5.4%205.4%200%200%200-4.106%201.76c.742%201.936%201.637%205.57-.833%208.005a9.8%209.8%200%200%200%202.638%202.897c1.57-1.317%204.022-3.476%202.813-6.581zM13.8%204.951c1.71.664%202.908.844%203.78.816l.023-.017c-3.235-5.422-7.47-1.153-7.47-1.153l.006.011a6.86%206.86%200%200%201%203.656.338z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.823%204.912c-1.423-.551-2.756-.529-3.684-.304c2.435%204.19%207.059%201.395%207.436%201.159c-.866.028-2.042-.191-3.752-.855%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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