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

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

The same logo in other sets

Use the max logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.946 17.9a3.21 3.21 0 0 1-4.495-.062l-4.557-4.647a3.154 3.154 0 0 1 .062-4.462a3.21 3.21 0 0 1 4.5.062l4.556 4.647a3.13 3.13 0 0 1-.061 4.462zm-7.105-6.376a.947.947 0 1 0 0-1.894a.947.947 0 0 0 0 1.894m6.892 4.116c0 .943-.772 1.706-1.72 1.706c-.947 0-1.72-.763-1.72-1.706c0-.942.773-1.705 1.72-1.705c.948 0 1.72.763 1.72 1.705"/><path d="M8.797 18.153a3.804 3.804 0 0 1-.346-5.395l5.813-6.57a3.875 3.875 0 0 1 5.433-.341a3.81 3.81 0 0 1 1.095 4.106c-.164.475-.42.913-.754 1.289l-5.808 6.57a3.874 3.874 0 0 1-5.433.34m2.217-.806c.947 0 1.72-.762 1.72-1.705c0-.942-.773-1.705-1.72-1.705s-1.72.763-1.72 1.705s.773 1.705 1.72 1.705m8.09-8.431a2.132 2.132 0 1 1-4.263 0a2.132 2.132 0 0 1 4.264 0"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenMax(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M12.946 17.9a3.21 3.21 0 0 1-4.495-.062l-4.557-4.647a3.154 3.154 0 0 1 .062-4.462a3.21 3.21 0 0 1 4.5.062l4.556 4.647a3.13 3.13 0 0 1-.061 4.462zm-7.105-6.376a.947.947 0 1 0 0-1.894a.947.947 0 0 0 0 1.894m6.892 4.116c0 .943-.772 1.706-1.72 1.706c-.947 0-1.72-.763-1.72-1.706c0-.942.773-1.705 1.72-1.705c.948 0 1.72.763 1.72 1.705"/><path d="M8.797 18.153a3.804 3.804 0 0 1-.346-5.395l5.813-6.57a3.875 3.875 0 0 1 5.433-.341a3.81 3.81 0 0 1 1.095 4.106c-.164.475-.42.913-.754 1.289l-5.808 6.57a3.874 3.874 0 0 1-5.433.34m2.217-.806c.947 0 1.72-.762 1.72-1.705c0-.942-.773-1.705-1.72-1.705s-1.72.763-1.72 1.705s.773 1.705 1.72 1.705m8.09-8.431a2.132 2.132 0 1 1-4.263 0a2.132 2.132 0 0 1 4.264 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12.946 17.9a3.21 3.21 0 0 1-4.495-.062l-4.557-4.647a3.154 3.154 0 0 1 .062-4.462a3.21 3.21 0 0 1 4.5.062l4.556 4.647a3.13 3.13 0 0 1-.061 4.462zm-7.105-6.376a.947.947 0 1 0 0-1.894a.947.947 0 0 0 0 1.894m6.892 4.116c0 .943-.772 1.706-1.72 1.706c-.947 0-1.72-.763-1.72-1.706c0-.942.773-1.705 1.72-1.705c.948 0 1.72.763 1.72 1.705"/><path d="M8.797 18.153a3.804 3.804 0 0 1-.346-5.395l5.813-6.57a3.875 3.875 0 0 1 5.433-.341a3.81 3.81 0 0 1 1.095 4.106c-.164.475-.42.913-.754 1.289l-5.808 6.57a3.874 3.874 0 0 1-5.433.34m2.217-.806c.947 0 1.72-.762 1.72-1.705c0-.942-.773-1.705-1.72-1.705s-1.72.763-1.72 1.705s.773 1.705 1.72 1.705m8.09-8.431a2.132 2.132 0 1 1-4.263 0a2.132 2.132 0 0 1 4.264 0"/></g></svg>
</template>

CSS

.icon-max {
  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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.946%2017.9a3.21%203.21%200%200%201-4.495-.062l-4.557-4.647a3.154%203.154%200%200%201%20.062-4.462a3.21%203.21%200%200%201%204.5.062l4.556%204.647a3.13%203.13%200%200%201-.061%204.462zm-7.105-6.376a.947.947%200%201%200%200-1.894a.947.947%200%200%200%200%201.894m6.892%204.116c0%20.943-.772%201.706-1.72%201.706c-.947%200-1.72-.763-1.72-1.706c0-.942.773-1.705%201.72-1.705c.948%200%201.72.763%201.72%201.705%22%2F%3E%3Cpath%20d%3D%22M8.797%2018.153a3.804%203.804%200%200%201-.346-5.395l5.813-6.57a3.875%203.875%200%200%201%205.433-.341a3.81%203.81%200%200%201%201.095%204.106c-.164.475-.42.913-.754%201.289l-5.808%206.57a3.874%203.874%200%200%201-5.433.34m2.217-.806c.947%200%201.72-.762%201.72-1.705c0-.942-.773-1.705-1.72-1.705s-1.72.763-1.72%201.705s.773%201.705%201.72%201.705m8.09-8.431a2.132%202.132%200%201%201-4.263%200a2.132%202.132%200%200%201%204.264%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12.946%2017.9a3.21%203.21%200%200%201-4.495-.062l-4.557-4.647a3.154%203.154%200%200%201%20.062-4.462a3.21%203.21%200%200%201%204.5.062l4.556%204.647a3.13%203.13%200%200%201-.061%204.462zm-7.105-6.376a.947.947%200%201%200%200-1.894a.947.947%200%200%200%200%201.894m6.892%204.116c0%20.943-.772%201.706-1.72%201.706c-.947%200-1.72-.763-1.72-1.706c0-.942.773-1.705%201.72-1.705c.948%200%201.72.763%201.72%201.705%22%2F%3E%3Cpath%20d%3D%22M8.797%2018.153a3.804%203.804%200%200%201-.346-5.395l5.813-6.57a3.875%203.875%200%200%201%205.433-.341a3.81%203.81%200%200%201%201.095%204.106c-.164.475-.42.913-.754%201.289l-5.808%206.57a3.874%203.874%200%200%201-5.433.34m2.217-.806c.947%200%201.72-.762%201.72-1.705c0-.942-.773-1.705-1.72-1.705s-1.72.763-1.72%201.705s.773%201.705%201.72%201.705m8.09-8.431a2.132%202.132%200%201%201-4.263%200a2.132%202.132%200%200%201%204.264%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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