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

Name
mtrm
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

Use the mtrm logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#f7df53" d="M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0"/><path fill="#8117c9" fill-rule="evenodd" d="M12 20.63a8.63 8.63 0 1 0 0-17.26a8.63 8.63 0 0 0 0 17.258m0 .37a9 9 0 1 0 0-18a9 9 0 0 0 0 18" clip-rule="evenodd"/><path fill="#440090" d="M19.57 12a7.57 7.57 0 1 1-15.139 0a7.57 7.57 0 0 1 15.14 0"/><path fill="#2f0065" d="M18.877 12a6.876 6.876 0 1 1-13.753 0a6.876 6.876 0 0 1 13.753 0"/><path fill="#030007" d="M18.115 11.999a6.114 6.114 0 1 1-12.228 0a6.114 6.114 0 0 1 12.228 0"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedMtrm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#f7df53" d="M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0"/><path fill="#8117c9" fillRule="evenodd" d="M12 20.63a8.63 8.63 0 1 0 0-17.26a8.63 8.63 0 0 0 0 17.258m0 .37a9 9 0 1 0 0-18a9 9 0 0 0 0 18" clipRule="evenodd"/><path fill="#440090" d="M19.57 12a7.57 7.57 0 1 1-15.139 0a7.57 7.57 0 0 1 15.14 0"/><path fill="#2f0065" d="M18.877 12a6.876 6.876 0 1 1-13.753 0a6.876 6.876 0 0 1 13.753 0"/><path fill="#030007" d="M18.115 11.999a6.114 6.114 0 1 1-12.228 0a6.114 6.114 0 0 1 12.228 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#f7df53" d="M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0"/><path fill="#8117c9" fill-rule="evenodd" d="M12 20.63a8.63 8.63 0 1 0 0-17.26a8.63 8.63 0 0 0 0 17.258m0 .37a9 9 0 1 0 0-18a9 9 0 0 0 0 18" clip-rule="evenodd"/><path fill="#440090" d="M19.57 12a7.57 7.57 0 1 1-15.139 0a7.57 7.57 0 0 1 15.14 0"/><path fill="#2f0065" d="M18.877 12a6.876 6.876 0 1 1-13.753 0a6.876 6.876 0 0 1 13.753 0"/><path fill="#030007" d="M18.115 11.999a6.114 6.114 0 1 1-12.228 0a6.114 6.114 0 0 1 12.228 0"/></g></svg>
</template>

CSS

.icon-mtrm {
  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%22none%22%3E%3Cpath%20fill%3D%22%23f7df53%22%20d%3D%22M21%2012a9%209%200%201%201-18%200a9%209%200%200%201%2018%200%22%2F%3E%3Cpath%20fill%3D%22%238117c9%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020.63a8.63%208.63%200%201%200%200-17.26a8.63%208.63%200%200%200%200%2017.258m0%20.37a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23440090%22%20d%3D%22M19.57%2012a7.57%207.57%200%201%201-15.139%200a7.57%207.57%200%200%201%2015.14%200%22%2F%3E%3Cpath%20fill%3D%22%232f0065%22%20d%3D%22M18.877%2012a6.876%206.876%200%201%201-13.753%200a6.876%206.876%200%200%201%2013.753%200%22%2F%3E%3Cpath%20fill%3D%22%23030007%22%20d%3D%22M18.115%2011.999a6.114%206.114%200%201%201-12.228%200a6.114%206.114%200%200%201%2012.228%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%22none%22%3E%3Cpath%20fill%3D%22%23f7df53%22%20d%3D%22M21%2012a9%209%200%201%201-18%200a9%209%200%200%201%2018%200%22%2F%3E%3Cpath%20fill%3D%22%238117c9%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020.63a8.63%208.63%200%201%200%200-17.26a8.63%208.63%200%200%200%200%2017.258m0%20.37a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23440090%22%20d%3D%22M19.57%2012a7.57%207.57%200%201%201-15.139%200a7.57%207.57%200%200%201%2015.14%200%22%2F%3E%3Cpath%20fill%3D%22%232f0065%22%20d%3D%22M18.877%2012a6.876%206.876%200%201%201-13.753%200a6.876%206.876%200%200%201%2013.753%200%22%2F%3E%3Cpath%20fill%3D%22%23030007%22%20d%3D%22M18.115%2011.999a6.114%206.114%200%201%201-12.228%200a6.114%206.114%200%200%201%2012.228%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-branded/mtrm.svg?color=%231a73e8&size=48