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

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

The same logo in other sets

Use the marsh logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.187 9.131L7.5 8.141v5.546c0 2.177 2.014 3.938 4.5 3.938s4.5-1.76 4.5-3.938V5.813h-6.16l2.909 1.63h1.563v6.244c0 1.238-1.26 2.25-2.812 2.25c-1.553 0-2.813-1.012-2.813-2.25zm-3.375-1.98v7.38c0 2.644 2.768 4.781 6.188 4.781s6.188-2.137 6.188-4.78V4.686H8.332L5.317 3h14.558v11.25c0 3.73-3.527 6.75-7.875 6.75s-7.875-3.02-7.875-6.75V6.161z"/></svg>

React

import type { SVGProps } from "react";

export function TokenMarsh(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.187 9.131L7.5 8.141v5.546c0 2.177 2.014 3.938 4.5 3.938s4.5-1.76 4.5-3.938V5.813h-6.16l2.909 1.63h1.563v6.244c0 1.238-1.26 2.25-2.812 2.25c-1.553 0-2.813-1.012-2.813-2.25zm-3.375-1.98v7.38c0 2.644 2.768 4.781 6.188 4.781s6.188-2.137 6.188-4.78V4.686H8.332L5.317 3h14.558v11.25c0 3.73-3.527 6.75-7.875 6.75s-7.875-3.02-7.875-6.75V6.161z"/></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.187 9.131L7.5 8.141v5.546c0 2.177 2.014 3.938 4.5 3.938s4.5-1.76 4.5-3.938V5.813h-6.16l2.909 1.63h1.563v6.244c0 1.238-1.26 2.25-2.812 2.25c-1.553 0-2.813-1.012-2.813-2.25zm-3.375-1.98v7.38c0 2.644 2.768 4.781 6.188 4.781s6.188-2.137 6.188-4.78V4.686H8.332L5.317 3h14.558v11.25c0 3.73-3.527 6.75-7.875 6.75s-7.875-3.02-7.875-6.75V6.161z"/></svg>
</template>

CSS

.icon-marsh {
  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.187%209.131L7.5%208.141v5.546c0%202.177%202.014%203.938%204.5%203.938s4.5-1.76%204.5-3.938V5.813h-6.16l2.909%201.63h1.563v6.244c0%201.238-1.26%202.25-2.812%202.25c-1.553%200-2.813-1.012-2.813-2.25zm-3.375-1.98v7.38c0%202.644%202.768%204.781%206.188%204.781s6.188-2.137%206.188-4.78V4.686H8.332L5.317%203h14.558v11.25c0%203.73-3.527%206.75-7.875%206.75s-7.875-3.02-7.875-6.75V6.161z%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.187%209.131L7.5%208.141v5.546c0%202.177%202.014%203.938%204.5%203.938s4.5-1.76%204.5-3.938V5.813h-6.16l2.909%201.63h1.563v6.244c0%201.238-1.26%202.25-2.812%202.25c-1.553%200-2.813-1.012-2.813-2.25zm-3.375-1.98v7.38c0%202.644%202.768%204.781%206.188%204.781s6.188-2.137%206.188-4.78V4.686H8.332L5.317%203h14.558v11.25c0%203.73-3.527%206.75-7.875%206.75s-7.875-3.02-7.875-6.75V6.161z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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