mntl logo
mntl from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- mntl
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the mntl logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 17.5a1.5 1.5 0 1 0 0-3.002a1.5 1.5 0 0 0 0 3.002"/><path fill="currentColor" d="M21 7.8v8.4a1.815 1.815 0 0 1-1.63 1.79c-1.11.106-1.86-.734-1.87-1.79v-1.37c0-.38-.22-.75-.45-1.05a1.8 1.8 0 0 0-2.9.02l-.935 1.31l-1.505 2.116A1.8 1.8 0 0 1 8.8 15.12l5.99-8.4A1.8 1.8 0 0 1 16.21 6h2.995A1.8 1.8 0 0 1 21 7.8M4.8 6h6a1.8 1.8 0 0 1 1.465 2.845l-6 8.4A1.8 1.8 0 0 1 3 16.206V7.802A1.8 1.8 0 0 1 4.8 6m.95 4.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
React
import type { SVGProps } from "react";
export function TokenMntl(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="M15.5 17.5a1.5 1.5 0 1 0 0-3.002a1.5 1.5 0 0 0 0 3.002"/><path fill="currentColor" d="M21 7.8v8.4a1.815 1.815 0 0 1-1.63 1.79c-1.11.106-1.86-.734-1.87-1.79v-1.37c0-.38-.22-.75-.45-1.05a1.8 1.8 0 0 0-2.9.02l-.935 1.31l-1.505 2.116A1.8 1.8 0 0 1 8.8 15.12l5.99-8.4A1.8 1.8 0 0 1 16.21 6h2.995A1.8 1.8 0 0 1 21 7.8M4.8 6h6a1.8 1.8 0 0 1 1.465 2.845l-6 8.4A1.8 1.8 0 0 1 3 16.206V7.802A1.8 1.8 0 0 1 4.8 6m.95 4.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 17.5a1.5 1.5 0 1 0 0-3.002a1.5 1.5 0 0 0 0 3.002"/><path fill="currentColor" d="M21 7.8v8.4a1.815 1.815 0 0 1-1.63 1.79c-1.11.106-1.86-.734-1.87-1.79v-1.37c0-.38-.22-.75-.45-1.05a1.8 1.8 0 0 0-2.9.02l-.935 1.31l-1.505 2.116A1.8 1.8 0 0 1 8.8 15.12l5.99-8.4A1.8 1.8 0 0 1 16.21 6h2.995A1.8 1.8 0 0 1 21 7.8M4.8 6h6a1.8 1.8 0 0 1 1.465 2.845l-6 8.4A1.8 1.8 0 0 1 3 16.206V7.802A1.8 1.8 0 0 1 4.8 6m.95 4.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg> </template>
CSS
.icon-mntl {
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%22M15.5%2017.5a1.5%201.5%200%201%200%200-3.002a1.5%201.5%200%200%200%200%203.002%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%207.8v8.4a1.815%201.815%200%200%201-1.63%201.79c-1.11.106-1.86-.734-1.87-1.79v-1.37c0-.38-.22-.75-.45-1.05a1.8%201.8%200%200%200-2.9.02l-.935%201.31l-1.505%202.116A1.8%201.8%200%200%201%208.8%2015.12l5.99-8.4A1.8%201.8%200%200%201%2016.21%206h2.995A1.8%201.8%200%200%201%2021%207.8M4.8%206h6a1.8%201.8%200%200%201%201.465%202.845l-6%208.4A1.8%201.8%200%200%201%203%2016.206V7.802A1.8%201.8%200%200%201%204.8%206m.95%204.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%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%22M15.5%2017.5a1.5%201.5%200%201%200%200-3.002a1.5%201.5%200%200%200%200%203.002%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%207.8v8.4a1.815%201.815%200%200%201-1.63%201.79c-1.11.106-1.86-.734-1.87-1.79v-1.37c0-.38-.22-.75-.45-1.05a1.8%201.8%200%200%200-2.9.02l-.935%201.31l-1.505%202.116A1.8%201.8%200%200%201%208.8%2015.12l5.99-8.4A1.8%201.8%200%200%201%2016.21%206h2.995A1.8%201.8%200%200%201%2021%207.8M4.8%206h6a1.8%201.8%200%200%201%201.465%202.845l-6%208.4A1.8%201.8%200%200%201%203%2016.206V7.802A1.8%201.8%200%200%201%204.8%206m.95%204.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/mntl.svg?color=%231a73e8&size=48