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

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

The same logo in other sets

Use the met logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 10.33v6.811c0 .388.337 1.046 1.176 1.046c.838 0 1.063-.697 1.074-1.046v-6.61a2.78 2.78 0 0 1 2.88-2.469a2.666 2.666 0 0 1 2.745 2.47v6.61c0 .387.326 1.045 1.136 1.045c.805 0 1.114-.64 1.114-.917c-.011-2.148 0-6.502 0-6.738c0-.461.45-2.47 2.948-2.47a2.61 2.61 0 0 1 2.677 2.47v6.61c0 .45.382 1.045 1.181 1.045c.776 0 1.058-.742 1.069-1.046V10.33c0-2.587-2.385-4.517-4.927-4.517a5.5 5.5 0 0 0-4.062 1.93a5.3 5.3 0 0 0-3.881-1.93C4.344 5.842 3 8.85 3 10.33"/></svg>

React

import type { SVGProps } from "react";

export function TokenMet(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="M3 10.33v6.811c0 .388.337 1.046 1.176 1.046c.838 0 1.063-.697 1.074-1.046v-6.61a2.78 2.78 0 0 1 2.88-2.469a2.666 2.666 0 0 1 2.745 2.47v6.61c0 .387.326 1.045 1.136 1.045c.805 0 1.114-.64 1.114-.917c-.011-2.148 0-6.502 0-6.738c0-.461.45-2.47 2.948-2.47a2.61 2.61 0 0 1 2.677 2.47v6.61c0 .45.382 1.045 1.181 1.045c.776 0 1.058-.742 1.069-1.046V10.33c0-2.587-2.385-4.517-4.927-4.517a5.5 5.5 0 0 0-4.062 1.93a5.3 5.3 0 0 0-3.881-1.93C4.344 5.842 3 8.85 3 10.33"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 10.33v6.811c0 .388.337 1.046 1.176 1.046c.838 0 1.063-.697 1.074-1.046v-6.61a2.78 2.78 0 0 1 2.88-2.469a2.666 2.666 0 0 1 2.745 2.47v6.61c0 .387.326 1.045 1.136 1.045c.805 0 1.114-.64 1.114-.917c-.011-2.148 0-6.502 0-6.738c0-.461.45-2.47 2.948-2.47a2.61 2.61 0 0 1 2.677 2.47v6.61c0 .45.382 1.045 1.181 1.045c.776 0 1.058-.742 1.069-1.046V10.33c0-2.587-2.385-4.517-4.927-4.517a5.5 5.5 0 0 0-4.062 1.93a5.3 5.3 0 0 0-3.881-1.93C4.344 5.842 3 8.85 3 10.33"/></svg>
</template>

CSS

.icon-met {
  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%22M3%2010.33v6.811c0%20.388.337%201.046%201.176%201.046c.838%200%201.063-.697%201.074-1.046v-6.61a2.78%202.78%200%200%201%202.88-2.469a2.666%202.666%200%200%201%202.745%202.47v6.61c0%20.387.326%201.045%201.136%201.045c.805%200%201.114-.64%201.114-.917c-.011-2.148%200-6.502%200-6.738c0-.461.45-2.47%202.948-2.47a2.61%202.61%200%200%201%202.677%202.47v6.61c0%20.45.382%201.045%201.181%201.045c.776%200%201.058-.742%201.069-1.046V10.33c0-2.587-2.385-4.517-4.927-4.517a5.5%205.5%200%200%200-4.062%201.93a5.3%205.3%200%200%200-3.881-1.93C4.344%205.842%203%208.85%203%2010.33%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%22M3%2010.33v6.811c0%20.388.337%201.046%201.176%201.046c.838%200%201.063-.697%201.074-1.046v-6.61a2.78%202.78%200%200%201%202.88-2.469a2.666%202.666%200%200%201%202.745%202.47v6.61c0%20.387.326%201.045%201.136%201.045c.805%200%201.114-.64%201.114-.917c-.011-2.148%200-6.502%200-6.738c0-.461.45-2.47%202.948-2.47a2.61%202.61%200%200%201%202.677%202.47v6.61c0%20.45.382%201.045%201.181%201.045c.776%200%201.058-.742%201.069-1.046V10.33c0-2.587-2.385-4.517-4.927-4.517a5.5%205.5%200%200%200-4.062%201.93a5.3%205.3%200%200%200-3.881-1.93C4.344%205.842%203%208.85%203%2010.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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