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

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

The same logo in other sets

Use the mpl logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.588c4.96 0 9 1.662 9 3.706c0 1.927-3.399 3.515-7.941 3.706v-.636c.042-1.778.323-1.747 1.8-2.498c.842-.276 1.376-.689 1.376-1.165c0-.831-1.773-1.509-3.97-1.509s-3.97.678-3.97 1.52c0 .338.28.645.772.9c1.53.878 2.404.645 2.404 2.805V12C6.674 11.925 3 10.295 3 8.294c0-2.044 4.024-3.706 9-3.706"/><path fill="currentColor" d="M20.54 10.941c.296.35.46.726.46 1.107c0 1.117-1.101 1.943-3.177 2.6v-1.536c0-.424.059-.402.461-.561a5.6 5.6 0 0 0 2.255-1.61m-4.305 4.236c-1.276.28-2.684.529-4.24.529c-4.96 0-8.995-1.7-8.995-3.648c0-.391.159-.767.46-1.1c1.144 1.355 4.199 2.35 8.01 2.419v.476c0 .35.265.794.747.794s.842-.46.842-.794v-.492a18 18 0 0 0 2.827-.302c.196 0 .35.17.35.36z"/><path fill="currentColor" d="M20.497 14.648c.323.37.503.778.503 1.19c0 1.97-4.024 3.574-9 3.574c-4.96 0-9-1.604-9-3.573c0-.413.201-.821.53-1.191c1.233 1.392 4.536 2.117 8.454 2.117c1.562 0 3.193 0 4.251-.175v.456c0 .354.276.778.805.778c.53 0 .784-.456.784-.794v-.794c1.334-.413 2.107-.953 2.673-1.588"/></svg>

React

import type { SVGProps } from "react";

export function TokenMpl(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 4.588c4.96 0 9 1.662 9 3.706c0 1.927-3.399 3.515-7.941 3.706v-.636c.042-1.778.323-1.747 1.8-2.498c.842-.276 1.376-.689 1.376-1.165c0-.831-1.773-1.509-3.97-1.509s-3.97.678-3.97 1.52c0 .338.28.645.772.9c1.53.878 2.404.645 2.404 2.805V12C6.674 11.925 3 10.295 3 8.294c0-2.044 4.024-3.706 9-3.706"/><path fill="currentColor" d="M20.54 10.941c.296.35.46.726.46 1.107c0 1.117-1.101 1.943-3.177 2.6v-1.536c0-.424.059-.402.461-.561a5.6 5.6 0 0 0 2.255-1.61m-4.305 4.236c-1.276.28-2.684.529-4.24.529c-4.96 0-8.995-1.7-8.995-3.648c0-.391.159-.767.46-1.1c1.144 1.355 4.199 2.35 8.01 2.419v.476c0 .35.265.794.747.794s.842-.46.842-.794v-.492a18 18 0 0 0 2.827-.302c.196 0 .35.17.35.36z"/><path fill="currentColor" d="M20.497 14.648c.323.37.503.778.503 1.19c0 1.97-4.024 3.574-9 3.574c-4.96 0-9-1.604-9-3.573c0-.413.201-.821.53-1.191c1.233 1.392 4.536 2.117 8.454 2.117c1.562 0 3.193 0 4.251-.175v.456c0 .354.276.778.805.778c.53 0 .784-.456.784-.794v-.794c1.334-.413 2.107-.953 2.673-1.588"/></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 4.588c4.96 0 9 1.662 9 3.706c0 1.927-3.399 3.515-7.941 3.706v-.636c.042-1.778.323-1.747 1.8-2.498c.842-.276 1.376-.689 1.376-1.165c0-.831-1.773-1.509-3.97-1.509s-3.97.678-3.97 1.52c0 .338.28.645.772.9c1.53.878 2.404.645 2.404 2.805V12C6.674 11.925 3 10.295 3 8.294c0-2.044 4.024-3.706 9-3.706"/><path fill="currentColor" d="M20.54 10.941c.296.35.46.726.46 1.107c0 1.117-1.101 1.943-3.177 2.6v-1.536c0-.424.059-.402.461-.561a5.6 5.6 0 0 0 2.255-1.61m-4.305 4.236c-1.276.28-2.684.529-4.24.529c-4.96 0-8.995-1.7-8.995-3.648c0-.391.159-.767.46-1.1c1.144 1.355 4.199 2.35 8.01 2.419v.476c0 .35.265.794.747.794s.842-.46.842-.794v-.492a18 18 0 0 0 2.827-.302c.196 0 .35.17.35.36z"/><path fill="currentColor" d="M20.497 14.648c.323.37.503.778.503 1.19c0 1.97-4.024 3.574-9 3.574c-4.96 0-9-1.604-9-3.573c0-.413.201-.821.53-1.191c1.233 1.392 4.536 2.117 8.454 2.117c1.562 0 3.193 0 4.251-.175v.456c0 .354.276.778.805.778c.53 0 .784-.456.784-.794v-.794c1.334-.413 2.107-.953 2.673-1.588"/></svg>
</template>

CSS

.icon-mpl {
  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%204.588c4.96%200%209%201.662%209%203.706c0%201.927-3.399%203.515-7.941%203.706v-.636c.042-1.778.323-1.747%201.8-2.498c.842-.276%201.376-.689%201.376-1.165c0-.831-1.773-1.509-3.97-1.509s-3.97.678-3.97%201.52c0%20.338.28.645.772.9c1.53.878%202.404.645%202.404%202.805V12C6.674%2011.925%203%2010.295%203%208.294c0-2.044%204.024-3.706%209-3.706%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.54%2010.941c.296.35.46.726.46%201.107c0%201.117-1.101%201.943-3.177%202.6v-1.536c0-.424.059-.402.461-.561a5.6%205.6%200%200%200%202.255-1.61m-4.305%204.236c-1.276.28-2.684.529-4.24.529c-4.96%200-8.995-1.7-8.995-3.648c0-.391.159-.767.46-1.1c1.144%201.355%204.199%202.35%208.01%202.419v.476c0%20.35.265.794.747.794s.842-.46.842-.794v-.492a18%2018%200%200%200%202.827-.302c.196%200%20.35.17.35.36z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.497%2014.648c.323.37.503.778.503%201.19c0%201.97-4.024%203.574-9%203.574c-4.96%200-9-1.604-9-3.573c0-.413.201-.821.53-1.191c1.233%201.392%204.536%202.117%208.454%202.117c1.562%200%203.193%200%204.251-.175v.456c0%20.354.276.778.805.778c.53%200%20.784-.456.784-.794v-.794c1.334-.413%202.107-.953%202.673-1.588%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%204.588c4.96%200%209%201.662%209%203.706c0%201.927-3.399%203.515-7.941%203.706v-.636c.042-1.778.323-1.747%201.8-2.498c.842-.276%201.376-.689%201.376-1.165c0-.831-1.773-1.509-3.97-1.509s-3.97.678-3.97%201.52c0%20.338.28.645.772.9c1.53.878%202.404.645%202.404%202.805V12C6.674%2011.925%203%2010.295%203%208.294c0-2.044%204.024-3.706%209-3.706%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.54%2010.941c.296.35.46.726.46%201.107c0%201.117-1.101%201.943-3.177%202.6v-1.536c0-.424.059-.402.461-.561a5.6%205.6%200%200%200%202.255-1.61m-4.305%204.236c-1.276.28-2.684.529-4.24.529c-4.96%200-8.995-1.7-8.995-3.648c0-.391.159-.767.46-1.1c1.144%201.355%204.199%202.35%208.01%202.419v.476c0%20.35.265.794.747.794s.842-.46.842-.794v-.492a18%2018%200%200%200%202.827-.302c.196%200%20.35.17.35.36z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.497%2014.648c.323.37.503.778.503%201.19c0%201.97-4.024%203.574-9%203.574c-4.96%200-9-1.604-9-3.573c0-.413.201-.821.53-1.191c1.233%201.392%204.536%202.117%208.454%202.117c1.562%200%203.193%200%204.251-.175v.456c0%20.354.276.778.805.778c.53%200%20.784-.456.784-.794v-.794c1.334-.413%202.107-.953%202.673-1.588%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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