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

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

The same logo in other sets

Use the mtrg logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.947a8.29 8.29 0 0 1 7.579 5.21l-1.421.238A6.6 6.6 0 0 0 12 5.41C8.314 5.41 5.292 8.3 5.368 12l-1.326 1.255A8.067 8.067 0 0 1 12 3.947m-6.02 10.73a6.61 6.61 0 0 0 6.015 3.912c3.728 0 6.75-3.126 6.636-6.826l1.365-.73A8.06 8.06 0 0 1 12 20.054a8.08 8.08 0 0 1-7.314-4.737z"/><path fill="currentColor" d="m3 14.841l8.053-5.684l-.474 2.369l4.737-2.369l-.474 2.369L21 9.63l-8.29 4.026l.711-2.131l-4.737 2.368L9.158 12z"/></svg>

React

import type { SVGProps } from "react";

export function TokenMtrg(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="M12 3.947a8.29 8.29 0 0 1 7.579 5.21l-1.421.238A6.6 6.6 0 0 0 12 5.41C8.314 5.41 5.292 8.3 5.368 12l-1.326 1.255A8.067 8.067 0 0 1 12 3.947m-6.02 10.73a6.61 6.61 0 0 0 6.015 3.912c3.728 0 6.75-3.126 6.636-6.826l1.365-.73A8.06 8.06 0 0 1 12 20.054a8.08 8.08 0 0 1-7.314-4.737z"/><path fill="currentColor" d="m3 14.841l8.053-5.684l-.474 2.369l4.737-2.369l-.474 2.369L21 9.63l-8.29 4.026l.711-2.131l-4.737 2.368L9.158 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.947a8.29 8.29 0 0 1 7.579 5.21l-1.421.238A6.6 6.6 0 0 0 12 5.41C8.314 5.41 5.292 8.3 5.368 12l-1.326 1.255A8.067 8.067 0 0 1 12 3.947m-6.02 10.73a6.61 6.61 0 0 0 6.015 3.912c3.728 0 6.75-3.126 6.636-6.826l1.365-.73A8.06 8.06 0 0 1 12 20.054a8.08 8.08 0 0 1-7.314-4.737z"/><path fill="currentColor" d="m3 14.841l8.053-5.684l-.474 2.369l4.737-2.369l-.474 2.369L21 9.63l-8.29 4.026l.711-2.131l-4.737 2.368L9.158 12z"/></svg>
</template>

CSS

.icon-mtrg {
  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%22M12%203.947a8.29%208.29%200%200%201%207.579%205.21l-1.421.238A6.6%206.6%200%200%200%2012%205.41C8.314%205.41%205.292%208.3%205.368%2012l-1.326%201.255A8.067%208.067%200%200%201%2012%203.947m-6.02%2010.73a6.61%206.61%200%200%200%206.015%203.912c3.728%200%206.75-3.126%206.636-6.826l1.365-.73A8.06%208.06%200%200%201%2012%2020.054a8.08%208.08%200%200%201-7.314-4.737z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3%2014.841l8.053-5.684l-.474%202.369l4.737-2.369l-.474%202.369L21%209.63l-8.29%204.026l.711-2.131l-4.737%202.368L9.158%2012z%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%22M12%203.947a8.29%208.29%200%200%201%207.579%205.21l-1.421.238A6.6%206.6%200%200%200%2012%205.41C8.314%205.41%205.292%208.3%205.368%2012l-1.326%201.255A8.067%208.067%200%200%201%2012%203.947m-6.02%2010.73a6.61%206.61%200%200%200%206.015%203.912c3.728%200%206.75-3.126%206.636-6.826l1.365-.73A8.06%208.06%200%200%201%2012%2020.054a8.08%208.08%200%200%201-7.314-4.737z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3%2014.841l8.053-5.684l-.474%202.369l4.737-2.369l-.474%202.369L21%209.63l-8.29%204.026l.711-2.131l-4.737%202.368L9.158%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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