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

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

The same logo in other sets

Use the mana logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.205 6.863v7.706h6.637z"/><path fill="currentColor" d="M3 14.569h6.206V6.863zm3.252 4.495a10.7 10.7 0 0 0 6.164 1.926c2.312 0 4.45-.717 6.165-1.926zM3 14.57c.32.687.722 1.334 1.197 1.926H15.93v-1.927zM16.29 12v5.78H21z"/><path fill="currentColor" d="M11.584 17.78h4.705V12zm4.706-8.092a2.568 2.568 0 1 0 0-5.137a2.568 2.568 0 0 0 0 5.137m-7.084-4.11a1.284 1.284 0 1 0 0-2.567a1.284 1.284 0 0 0 0 2.567"/></svg>

React

import type { SVGProps } from "react";

export function TokenMana(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="M9.205 6.863v7.706h6.637z"/><path fill="currentColor" d="M3 14.569h6.206V6.863zm3.252 4.495a10.7 10.7 0 0 0 6.164 1.926c2.312 0 4.45-.717 6.165-1.926zM3 14.57c.32.687.722 1.334 1.197 1.926H15.93v-1.927zM16.29 12v5.78H21z"/><path fill="currentColor" d="M11.584 17.78h4.705V12zm4.706-8.092a2.568 2.568 0 1 0 0-5.137a2.568 2.568 0 0 0 0 5.137m-7.084-4.11a1.284 1.284 0 1 0 0-2.567a1.284 1.284 0 0 0 0 2.567"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.205 6.863v7.706h6.637z"/><path fill="currentColor" d="M3 14.569h6.206V6.863zm3.252 4.495a10.7 10.7 0 0 0 6.164 1.926c2.312 0 4.45-.717 6.165-1.926zM3 14.57c.32.687.722 1.334 1.197 1.926H15.93v-1.927zM16.29 12v5.78H21z"/><path fill="currentColor" d="M11.584 17.78h4.705V12zm4.706-8.092a2.568 2.568 0 1 0 0-5.137a2.568 2.568 0 0 0 0 5.137m-7.084-4.11a1.284 1.284 0 1 0 0-2.567a1.284 1.284 0 0 0 0 2.567"/></svg>
</template>

CSS

.icon-mana {
  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%22M9.205%206.863v7.706h6.637z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2014.569h6.206V6.863zm3.252%204.495a10.7%2010.7%200%200%200%206.164%201.926c2.312%200%204.45-.717%206.165-1.926zM3%2014.57c.32.687.722%201.334%201.197%201.926H15.93v-1.927zM16.29%2012v5.78H21z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.584%2017.78h4.705V12zm4.706-8.092a2.568%202.568%200%201%200%200-5.137a2.568%202.568%200%200%200%200%205.137m-7.084-4.11a1.284%201.284%200%201%200%200-2.567a1.284%201.284%200%200%200%200%202.567%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%22M9.205%206.863v7.706h6.637z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2014.569h6.206V6.863zm3.252%204.495a10.7%2010.7%200%200%200%206.164%201.926c2.312%200%204.45-.717%206.165-1.926zM3%2014.57c.32.687.722%201.334%201.197%201.926H15.93v-1.927zM16.29%2012v5.78H21z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.584%2017.78h4.705V12zm4.706-8.092a2.568%202.568%200%201%200%200-5.137a2.568%202.568%200%200%200%200%205.137m-7.084-4.11a1.284%201.284%200%201%200%200-2.567a1.284%201.284%200%200%200%200%202.567%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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