mnst logo
mnst from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- mnst
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the mnst logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.192 17.376a7 7 0 0 1-1.777.652a7.6 7.6 0 0 0 .292-2.092c0-4.039-3.15-7.313-7.03-7.313c-.496 0-.98.057-1.447.158c.867-3.026 3.555-5.22 6.739-5.22C17.85 3.561 21 6.835 21 10.873a7.45 7.45 0 0 1-1.704 4.77a1.406 1.406 0 0 0-2.104 1.727z"/><path fill="currentColor" d="m18.615 5.39l-5.175 5.174a6.86 6.86 0 0 0-6.21-1.783c.867-3.026 3.555-5.22 6.739-5.22c1.783 0 3.409.692 4.646 1.828"/><path fill="currentColor" d="M13.406 9.186a1.969 1.969 0 1 0 0-3.937a1.969 1.969 0 0 0 0 3.937M9.469 8.061a.844.844 0 1 0 0-1.688a.844.844 0 0 0 0 1.688m7.594 2.812a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25m-.563 2.813a.563.563 0 1 0 0-1.125a.563.563 0 0 0 0 1.125m-4.55 6.076a5.15 5.15 0 0 0 2.395-4.365a5.085 5.085 0 0 0-5.04-5.13c-1.282 0-2.576.647-3.6 1.626c.54.337 1.221.804 1.463 1.046a3.63 3.63 0 0 0-3.094 2.857c.473-.107 1.53-.208 1.935.22c-.332.534-1.4 2.126-3.009 4.213c.945.28 3.29.32 5.13-1.828c.135.326.242 1.18-.405 1.985c.776.18 2.604 0 3.74-2.16c.085.349.26.99.484 1.541z"/></svg>
React
import type { SVGProps } from "react";
export function TokenMnst(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="M17.192 17.376a7 7 0 0 1-1.777.652a7.6 7.6 0 0 0 .292-2.092c0-4.039-3.15-7.313-7.03-7.313c-.496 0-.98.057-1.447.158c.867-3.026 3.555-5.22 6.739-5.22C17.85 3.561 21 6.835 21 10.873a7.45 7.45 0 0 1-1.704 4.77a1.406 1.406 0 0 0-2.104 1.727z"/><path fill="currentColor" d="m18.615 5.39l-5.175 5.174a6.86 6.86 0 0 0-6.21-1.783c.867-3.026 3.555-5.22 6.739-5.22c1.783 0 3.409.692 4.646 1.828"/><path fill="currentColor" d="M13.406 9.186a1.969 1.969 0 1 0 0-3.937a1.969 1.969 0 0 0 0 3.937M9.469 8.061a.844.844 0 1 0 0-1.688a.844.844 0 0 0 0 1.688m7.594 2.812a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25m-.563 2.813a.563.563 0 1 0 0-1.125a.563.563 0 0 0 0 1.125m-4.55 6.076a5.15 5.15 0 0 0 2.395-4.365a5.085 5.085 0 0 0-5.04-5.13c-1.282 0-2.576.647-3.6 1.626c.54.337 1.221.804 1.463 1.046a3.63 3.63 0 0 0-3.094 2.857c.473-.107 1.53-.208 1.935.22c-.332.534-1.4 2.126-3.009 4.213c.945.28 3.29.32 5.13-1.828c.135.326.242 1.18-.405 1.985c.776.18 2.604 0 3.74-2.16c.085.349.26.99.484 1.541z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.192 17.376a7 7 0 0 1-1.777.652a7.6 7.6 0 0 0 .292-2.092c0-4.039-3.15-7.313-7.03-7.313c-.496 0-.98.057-1.447.158c.867-3.026 3.555-5.22 6.739-5.22C17.85 3.561 21 6.835 21 10.873a7.45 7.45 0 0 1-1.704 4.77a1.406 1.406 0 0 0-2.104 1.727z"/><path fill="currentColor" d="m18.615 5.39l-5.175 5.174a6.86 6.86 0 0 0-6.21-1.783c.867-3.026 3.555-5.22 6.739-5.22c1.783 0 3.409.692 4.646 1.828"/><path fill="currentColor" d="M13.406 9.186a1.969 1.969 0 1 0 0-3.937a1.969 1.969 0 0 0 0 3.937M9.469 8.061a.844.844 0 1 0 0-1.688a.844.844 0 0 0 0 1.688m7.594 2.812a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25m-.563 2.813a.563.563 0 1 0 0-1.125a.563.563 0 0 0 0 1.125m-4.55 6.076a5.15 5.15 0 0 0 2.395-4.365a5.085 5.085 0 0 0-5.04-5.13c-1.282 0-2.576.647-3.6 1.626c.54.337 1.221.804 1.463 1.046a3.63 3.63 0 0 0-3.094 2.857c.473-.107 1.53-.208 1.935.22c-.332.534-1.4 2.126-3.009 4.213c.945.28 3.29.32 5.13-1.828c.135.326.242 1.18-.405 1.985c.776.18 2.604 0 3.74-2.16c.085.349.26.99.484 1.541z"/></svg> </template>
CSS
.icon-mnst {
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%22M17.192%2017.376a7%207%200%200%201-1.777.652a7.6%207.6%200%200%200%20.292-2.092c0-4.039-3.15-7.313-7.03-7.313c-.496%200-.98.057-1.447.158c.867-3.026%203.555-5.22%206.739-5.22C17.85%203.561%2021%206.835%2021%2010.873a7.45%207.45%200%200%201-1.704%204.77a1.406%201.406%200%200%200-2.104%201.727z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.615%205.39l-5.175%205.174a6.86%206.86%200%200%200-6.21-1.783c.867-3.026%203.555-5.22%206.739-5.22c1.783%200%203.409.692%204.646%201.828%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.406%209.186a1.969%201.969%200%201%200%200-3.937a1.969%201.969%200%200%200%200%203.937M9.469%208.061a.844.844%200%201%200%200-1.688a.844.844%200%200%200%200%201.688m7.594%202.812a1.125%201.125%200%201%200%200-2.25a1.125%201.125%200%200%200%200%202.25m-.563%202.813a.563.563%200%201%200%200-1.125a.563.563%200%200%200%200%201.125m-4.55%206.076a5.15%205.15%200%200%200%202.395-4.365a5.085%205.085%200%200%200-5.04-5.13c-1.282%200-2.576.647-3.6%201.626c.54.337%201.221.804%201.463%201.046a3.63%203.63%200%200%200-3.094%202.857c.473-.107%201.53-.208%201.935.22c-.332.534-1.4%202.126-3.009%204.213c.945.28%203.29.32%205.13-1.828c.135.326.242%201.18-.405%201.985c.776.18%202.604%200%203.74-2.16c.085.349.26.99.484%201.541z%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%22M17.192%2017.376a7%207%200%200%201-1.777.652a7.6%207.6%200%200%200%20.292-2.092c0-4.039-3.15-7.313-7.03-7.313c-.496%200-.98.057-1.447.158c.867-3.026%203.555-5.22%206.739-5.22C17.85%203.561%2021%206.835%2021%2010.873a7.45%207.45%200%200%201-1.704%204.77a1.406%201.406%200%200%200-2.104%201.727z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.615%205.39l-5.175%205.174a6.86%206.86%200%200%200-6.21-1.783c.867-3.026%203.555-5.22%206.739-5.22c1.783%200%203.409.692%204.646%201.828%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.406%209.186a1.969%201.969%200%201%200%200-3.937a1.969%201.969%200%200%200%200%203.937M9.469%208.061a.844.844%200%201%200%200-1.688a.844.844%200%200%200%200%201.688m7.594%202.812a1.125%201.125%200%201%200%200-2.25a1.125%201.125%200%200%200%200%202.25m-.563%202.813a.563.563%200%201%200%200-1.125a.563.563%200%200%200%200%201.125m-4.55%206.076a5.15%205.15%200%200%200%202.395-4.365a5.085%205.085%200%200%200-5.04-5.13c-1.282%200-2.576.647-3.6%201.626c.54.337%201.221.804%201.463%201.046a3.63%203.63%200%200%200-3.094%202.857c.473-.107%201.53-.208%201.935.22c-.332.534-1.4%202.126-3.009%204.213c.945.28%203.29.32%205.13-1.828c.135.326.242%201.18-.405%201.985c.776.18%202.604%200%203.74-2.16c.085.349.26.99.484%201.541z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/mnst.svg?color=%231a73e8&size=48