mantle logo
mantle from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- mantle
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the mantle logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.928 6.082l.461-2.975A9 9 0 0 0 12 3h-.005v6.075H12c.259 0 .506.034.754.096l.787-2.96a6 6 0 0 0-.613-.129m-2.39 3.387l-1.52-2.605a6 6 0 0 0-.511.338L6.7 4.727a8.5 8.5 0 0 1 1.2-.743l1.378 2.683c.282-.14.563-.264.861-.36L9.204 3.44a9 9 0 0 1 1.373-.327l.484 3.027a5 5 0 0 0-.608.13l.788 2.907a2.7 2.7 0 0 0-.704.293M3.972 7.922l2.734 1.39c-.14.28-.265.562-.36.86l-2.914-.945q.219-.674.54-1.305m13.163 1.097l-2.605 1.518c.13.22.225.45.293.698l2.908-.787q.085.303.13.607l3.025-.478a9 9 0 0 0-.331-1.378l-2.87.939a5.5 5.5 0 0 0-.354-.866l2.678-1.378a9 9 0 0 0-.737-1.198L16.798 8.5c.124.169.236.338.338.518m-2.368-5.586c.45.146.888.326 1.305.54L14.683 6.7a6 6 0 0 0-.855-.354zm.219 3.375l-1.53 2.655c.225.13.427.281.607.467l4.287-4.303a9 9 0 0 0-1.07-.917L15.51 7.151a5 5 0 0 0-.523-.337zm-5.524 3.735l-2.655-1.53a8 8 0 0 1 .343-.523L4.71 6.718c.281-.382.585-.742.917-1.069L9.93 9.936q-.272.27-.467.607m-3.251-.084l2.959.787a3 3 0 0 0-.096.754H3c0-.467.034-.94.112-1.395l2.97.461c.034-.202.08-.41.13-.607m11.081 4.23l2.734 1.39c.214-.423.393-.862.54-1.306l-2.914-.945c-.096.293-.22.585-.36.86m-3.825-.158l1.508 2.605q.271-.152.517-.338l1.806 2.475a8.5 8.5 0 0 1-1.198.743l-1.378-2.683a6 6 0 0 1-.867.36l.94 2.868c-.45.14-.912.253-1.379.326l-.478-3.026q.304-.043.608-.13l-.788-2.907q.373-.1.704-.293zm-6.604.45l2.605-1.518a2.7 2.7 0 0 1-.293-.698l-2.908.787a5 5 0 0 1-.13-.607l-3.026.478q.112.702.332 1.378l2.87-.94q.143.447.353.867L3.99 16.106c.214.416.461.821.737 1.198L7.202 15.5a5 5 0 0 1-.338-.518m2.368 5.586a9 9 0 0 1-1.305-.54L9.311 17.3q.422.21.86.354zm-.219-3.375l1.53-2.655a3 3 0 0 1-.607-.462L5.649 18.38c.332.326.692.635 1.07.91l1.771-2.435q.253.178.523.338m5.524-3.735l2.65 1.53a5 5 0 0 1-.338.529l2.435 1.766q-.413.575-.91 1.074l-4.304-4.292q.272-.27.467-.607m-3.29 1.372l-.788 2.96c.202.055.405.095.613.128l-.461 2.976a9 9 0 0 0 1.389.107h.006v-6.075H12a3 3 0 0 1-.754-.096m3.582-2.075a3 3 0 0 0 .096-.754H21c0 .467-.034.94-.113 1.395l-2.97-.461a7 7 0 0 1-.129.607z"/></svg>
React
import type { SVGProps } from "react";
export function TokenMantle(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.928 6.082l.461-2.975A9 9 0 0 0 12 3h-.005v6.075H12c.259 0 .506.034.754.096l.787-2.96a6 6 0 0 0-.613-.129m-2.39 3.387l-1.52-2.605a6 6 0 0 0-.511.338L6.7 4.727a8.5 8.5 0 0 1 1.2-.743l1.378 2.683c.282-.14.563-.264.861-.36L9.204 3.44a9 9 0 0 1 1.373-.327l.484 3.027a5 5 0 0 0-.608.13l.788 2.907a2.7 2.7 0 0 0-.704.293M3.972 7.922l2.734 1.39c-.14.28-.265.562-.36.86l-2.914-.945q.219-.674.54-1.305m13.163 1.097l-2.605 1.518c.13.22.225.45.293.698l2.908-.787q.085.303.13.607l3.025-.478a9 9 0 0 0-.331-1.378l-2.87.939a5.5 5.5 0 0 0-.354-.866l2.678-1.378a9 9 0 0 0-.737-1.198L16.798 8.5c.124.169.236.338.338.518m-2.368-5.586c.45.146.888.326 1.305.54L14.683 6.7a6 6 0 0 0-.855-.354zm.219 3.375l-1.53 2.655c.225.13.427.281.607.467l4.287-4.303a9 9 0 0 0-1.07-.917L15.51 7.151a5 5 0 0 0-.523-.337zm-5.524 3.735l-2.655-1.53a8 8 0 0 1 .343-.523L4.71 6.718c.281-.382.585-.742.917-1.069L9.93 9.936q-.272.27-.467.607m-3.251-.084l2.959.787a3 3 0 0 0-.096.754H3c0-.467.034-.94.112-1.395l2.97.461c.034-.202.08-.41.13-.607m11.081 4.23l2.734 1.39c.214-.423.393-.862.54-1.306l-2.914-.945c-.096.293-.22.585-.36.86m-3.825-.158l1.508 2.605q.271-.152.517-.338l1.806 2.475a8.5 8.5 0 0 1-1.198.743l-1.378-2.683a6 6 0 0 1-.867.36l.94 2.868c-.45.14-.912.253-1.379.326l-.478-3.026q.304-.043.608-.13l-.788-2.907q.373-.1.704-.293zm-6.604.45l2.605-1.518a2.7 2.7 0 0 1-.293-.698l-2.908.787a5 5 0 0 1-.13-.607l-3.026.478q.112.702.332 1.378l2.87-.94q.143.447.353.867L3.99 16.106c.214.416.461.821.737 1.198L7.202 15.5a5 5 0 0 1-.338-.518m2.368 5.586a9 9 0 0 1-1.305-.54L9.311 17.3q.422.21.86.354zm-.219-3.375l1.53-2.655a3 3 0 0 1-.607-.462L5.649 18.38c.332.326.692.635 1.07.91l1.771-2.435q.253.178.523.338m5.524-3.735l2.65 1.53a5 5 0 0 1-.338.529l2.435 1.766q-.413.575-.91 1.074l-4.304-4.292q.272-.27.467-.607m-3.29 1.372l-.788 2.96c.202.055.405.095.613.128l-.461 2.976a9 9 0 0 0 1.389.107h.006v-6.075H12a3 3 0 0 1-.754-.096m3.582-2.075a3 3 0 0 0 .096-.754H21c0 .467-.034.94-.113 1.395l-2.97-.461a7 7 0 0 1-.129.607z"/></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.928 6.082l.461-2.975A9 9 0 0 0 12 3h-.005v6.075H12c.259 0 .506.034.754.096l.787-2.96a6 6 0 0 0-.613-.129m-2.39 3.387l-1.52-2.605a6 6 0 0 0-.511.338L6.7 4.727a8.5 8.5 0 0 1 1.2-.743l1.378 2.683c.282-.14.563-.264.861-.36L9.204 3.44a9 9 0 0 1 1.373-.327l.484 3.027a5 5 0 0 0-.608.13l.788 2.907a2.7 2.7 0 0 0-.704.293M3.972 7.922l2.734 1.39c-.14.28-.265.562-.36.86l-2.914-.945q.219-.674.54-1.305m13.163 1.097l-2.605 1.518c.13.22.225.45.293.698l2.908-.787q.085.303.13.607l3.025-.478a9 9 0 0 0-.331-1.378l-2.87.939a5.5 5.5 0 0 0-.354-.866l2.678-1.378a9 9 0 0 0-.737-1.198L16.798 8.5c.124.169.236.338.338.518m-2.368-5.586c.45.146.888.326 1.305.54L14.683 6.7a6 6 0 0 0-.855-.354zm.219 3.375l-1.53 2.655c.225.13.427.281.607.467l4.287-4.303a9 9 0 0 0-1.07-.917L15.51 7.151a5 5 0 0 0-.523-.337zm-5.524 3.735l-2.655-1.53a8 8 0 0 1 .343-.523L4.71 6.718c.281-.382.585-.742.917-1.069L9.93 9.936q-.272.27-.467.607m-3.251-.084l2.959.787a3 3 0 0 0-.096.754H3c0-.467.034-.94.112-1.395l2.97.461c.034-.202.08-.41.13-.607m11.081 4.23l2.734 1.39c.214-.423.393-.862.54-1.306l-2.914-.945c-.096.293-.22.585-.36.86m-3.825-.158l1.508 2.605q.271-.152.517-.338l1.806 2.475a8.5 8.5 0 0 1-1.198.743l-1.378-2.683a6 6 0 0 1-.867.36l.94 2.868c-.45.14-.912.253-1.379.326l-.478-3.026q.304-.043.608-.13l-.788-2.907q.373-.1.704-.293zm-6.604.45l2.605-1.518a2.7 2.7 0 0 1-.293-.698l-2.908.787a5 5 0 0 1-.13-.607l-3.026.478q.112.702.332 1.378l2.87-.94q.143.447.353.867L3.99 16.106c.214.416.461.821.737 1.198L7.202 15.5a5 5 0 0 1-.338-.518m2.368 5.586a9 9 0 0 1-1.305-.54L9.311 17.3q.422.21.86.354zm-.219-3.375l1.53-2.655a3 3 0 0 1-.607-.462L5.649 18.38c.332.326.692.635 1.07.91l1.771-2.435q.253.178.523.338m5.524-3.735l2.65 1.53a5 5 0 0 1-.338.529l2.435 1.766q-.413.575-.91 1.074l-4.304-4.292q.272-.27.467-.607m-3.29 1.372l-.788 2.96c.202.055.405.095.613.128l-.461 2.976a9 9 0 0 0 1.389.107h.006v-6.075H12a3 3 0 0 1-.754-.096m3.582-2.075a3 3 0 0 0 .096-.754H21c0 .467-.034.94-.113 1.395l-2.97-.461a7 7 0 0 1-.129.607z"/></svg> </template>
CSS
.icon-mantle {
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.928%206.082l.461-2.975A9%209%200%200%200%2012%203h-.005v6.075H12c.259%200%20.506.034.754.096l.787-2.96a6%206%200%200%200-.613-.129m-2.39%203.387l-1.52-2.605a6%206%200%200%200-.511.338L6.7%204.727a8.5%208.5%200%200%201%201.2-.743l1.378%202.683c.282-.14.563-.264.861-.36L9.204%203.44a9%209%200%200%201%201.373-.327l.484%203.027a5%205%200%200%200-.608.13l.788%202.907a2.7%202.7%200%200%200-.704.293M3.972%207.922l2.734%201.39c-.14.28-.265.562-.36.86l-2.914-.945q.219-.674.54-1.305m13.163%201.097l-2.605%201.518c.13.22.225.45.293.698l2.908-.787q.085.303.13.607l3.025-.478a9%209%200%200%200-.331-1.378l-2.87.939a5.5%205.5%200%200%200-.354-.866l2.678-1.378a9%209%200%200%200-.737-1.198L16.798%208.5c.124.169.236.338.338.518m-2.368-5.586c.45.146.888.326%201.305.54L14.683%206.7a6%206%200%200%200-.855-.354zm.219%203.375l-1.53%202.655c.225.13.427.281.607.467l4.287-4.303a9%209%200%200%200-1.07-.917L15.51%207.151a5%205%200%200%200-.523-.337zm-5.524%203.735l-2.655-1.53a8%208%200%200%201%20.343-.523L4.71%206.718c.281-.382.585-.742.917-1.069L9.93%209.936q-.272.27-.467.607m-3.251-.084l2.959.787a3%203%200%200%200-.096.754H3c0-.467.034-.94.112-1.395l2.97.461c.034-.202.08-.41.13-.607m11.081%204.23l2.734%201.39c.214-.423.393-.862.54-1.306l-2.914-.945c-.096.293-.22.585-.36.86m-3.825-.158l1.508%202.605q.271-.152.517-.338l1.806%202.475a8.5%208.5%200%200%201-1.198.743l-1.378-2.683a6%206%200%200%201-.867.36l.94%202.868c-.45.14-.912.253-1.379.326l-.478-3.026q.304-.043.608-.13l-.788-2.907q.373-.1.704-.293zm-6.604.45l2.605-1.518a2.7%202.7%200%200%201-.293-.698l-2.908.787a5%205%200%200%201-.13-.607l-3.026.478q.112.702.332%201.378l2.87-.94q.143.447.353.867L3.99%2016.106c.214.416.461.821.737%201.198L7.202%2015.5a5%205%200%200%201-.338-.518m2.368%205.586a9%209%200%200%201-1.305-.54L9.311%2017.3q.422.21.86.354zm-.219-3.375l1.53-2.655a3%203%200%200%201-.607-.462L5.649%2018.38c.332.326.692.635%201.07.91l1.771-2.435q.253.178.523.338m5.524-3.735l2.65%201.53a5%205%200%200%201-.338.529l2.435%201.766q-.413.575-.91%201.074l-4.304-4.292q.272-.27.467-.607m-3.29%201.372l-.788%202.96c.202.055.405.095.613.128l-.461%202.976a9%209%200%200%200%201.389.107h.006v-6.075H12a3%203%200%200%201-.754-.096m3.582-2.075a3%203%200%200%200%20.096-.754H21c0%20.467-.034.94-.113%201.395l-2.97-.461a7%207%200%200%201-.129.607z%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.928%206.082l.461-2.975A9%209%200%200%200%2012%203h-.005v6.075H12c.259%200%20.506.034.754.096l.787-2.96a6%206%200%200%200-.613-.129m-2.39%203.387l-1.52-2.605a6%206%200%200%200-.511.338L6.7%204.727a8.5%208.5%200%200%201%201.2-.743l1.378%202.683c.282-.14.563-.264.861-.36L9.204%203.44a9%209%200%200%201%201.373-.327l.484%203.027a5%205%200%200%200-.608.13l.788%202.907a2.7%202.7%200%200%200-.704.293M3.972%207.922l2.734%201.39c-.14.28-.265.562-.36.86l-2.914-.945q.219-.674.54-1.305m13.163%201.097l-2.605%201.518c.13.22.225.45.293.698l2.908-.787q.085.303.13.607l3.025-.478a9%209%200%200%200-.331-1.378l-2.87.939a5.5%205.5%200%200%200-.354-.866l2.678-1.378a9%209%200%200%200-.737-1.198L16.798%208.5c.124.169.236.338.338.518m-2.368-5.586c.45.146.888.326%201.305.54L14.683%206.7a6%206%200%200%200-.855-.354zm.219%203.375l-1.53%202.655c.225.13.427.281.607.467l4.287-4.303a9%209%200%200%200-1.07-.917L15.51%207.151a5%205%200%200%200-.523-.337zm-5.524%203.735l-2.655-1.53a8%208%200%200%201%20.343-.523L4.71%206.718c.281-.382.585-.742.917-1.069L9.93%209.936q-.272.27-.467.607m-3.251-.084l2.959.787a3%203%200%200%200-.096.754H3c0-.467.034-.94.112-1.395l2.97.461c.034-.202.08-.41.13-.607m11.081%204.23l2.734%201.39c.214-.423.393-.862.54-1.306l-2.914-.945c-.096.293-.22.585-.36.86m-3.825-.158l1.508%202.605q.271-.152.517-.338l1.806%202.475a8.5%208.5%200%200%201-1.198.743l-1.378-2.683a6%206%200%200%201-.867.36l.94%202.868c-.45.14-.912.253-1.379.326l-.478-3.026q.304-.043.608-.13l-.788-2.907q.373-.1.704-.293zm-6.604.45l2.605-1.518a2.7%202.7%200%200%201-.293-.698l-2.908.787a5%205%200%200%201-.13-.607l-3.026.478q.112.702.332%201.378l2.87-.94q.143.447.353.867L3.99%2016.106c.214.416.461.821.737%201.198L7.202%2015.5a5%205%200%200%201-.338-.518m2.368%205.586a9%209%200%200%201-1.305-.54L9.311%2017.3q.422.21.86.354zm-.219-3.375l1.53-2.655a3%203%200%200%201-.607-.462L5.649%2018.38c.332.326.692.635%201.07.91l1.771-2.435q.253.178.523.338m5.524-3.735l2.65%201.53a5%205%200%200%201-.338.529l2.435%201.766q-.413.575-.91%201.074l-4.304-4.292q.272-.27.467-.607m-3.29%201.372l-.788%202.96c.202.055.405.095.613.128l-.461%202.976a9%209%200%200%200%201.389.107h.006v-6.075H12a3%203%200%200%201-.754-.096m3.582-2.075a3%203%200%200%200%20.096-.754H21c0%20.467-.034.94-.113%201.395l-2.97-.461a7%207%200%200%201-.129.607z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/mantle.svg?color=%231a73e8&size=48