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

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

The same logo in other sets

Use the treasure logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.63 5.895l-4.47-2.584a2.32 2.32 0 0 0-2.32 0l-4.47 2.58a3.14 3.14 0 0 0-1.57 2.72v6.781c0 1.123.6 2.158 1.57 2.716l4.47 2.58a2.31 2.31 0 0 0 2.32 0l4.47-2.58a3.14 3.14 0 0 0 1.57-2.716v-6.78c0-1.123-.6-2.158-1.57-2.717m-9.008 2.66L9.2 8.36a.64.64 0 0 0 .416-.475l.244-1.209a.07.07 0 0 1 .067-.053c.032 0 .06.02.066.053l.244 1.21a.64.64 0 0 0 .42.474l.578.195a.066.066 0 0 1 0 .126l-.579.195a.64.64 0 0 0-.419.475l-.244 1.21a.07.07 0 0 1-.066.052a.07.07 0 0 1-.067-.053l-.244-1.21a.63.63 0 0 0-.416-.474l-.578-.195a.07.07 0 0 1-.045-.063c0-.029.017-.053.045-.063m1.353 6.234l-.778.262a.85.85 0 0 0-.558.635l-.328 1.62a.09.09 0 0 1-.088.07c-.042 0-.08-.027-.087-.07l-.328-1.62a.85.85 0 0 0-.558-.635l-.778-.262a.09.09 0 0 1-.06-.083c0-.04.024-.074.06-.084l.778-.261a.85.85 0 0 0 .558-.635l.328-1.62a.09.09 0 0 1 .087-.07c.043 0 .081.027.088.07l.328 1.62c.06.296.271.537.558.634l.778.262c.034.01.06.046.06.084a.09.09 0 0 1-.06.083m7.484-2.611l-1.643.558a1.79 1.79 0 0 0-1.178 1.339l-.694 3.423a.19.19 0 0 1-.185.15a.19.19 0 0 1-.186-.15l-.693-3.423a1.79 1.79 0 0 0-1.179-1.339l-1.642-.558A.19.19 0 0 1 9.934 12c0-.08.048-.154.125-.178l1.642-.558a1.79 1.79 0 0 0 1.179-1.339l.693-3.423a.19.19 0 0 1 .186-.15c.09 0 .167.063.185.15l.694 3.423a1.79 1.79 0 0 0 1.178 1.339l1.643.558a.19.19 0 0 1 .125.178c0 .08-.048.154-.125.178"/></svg>

React

import type { SVGProps } from "react";

export function TokenTreasure(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.63 5.895l-4.47-2.584a2.32 2.32 0 0 0-2.32 0l-4.47 2.58a3.14 3.14 0 0 0-1.57 2.72v6.781c0 1.123.6 2.158 1.57 2.716l4.47 2.58a2.31 2.31 0 0 0 2.32 0l4.47-2.58a3.14 3.14 0 0 0 1.57-2.716v-6.78c0-1.123-.6-2.158-1.57-2.717m-9.008 2.66L9.2 8.36a.64.64 0 0 0 .416-.475l.244-1.209a.07.07 0 0 1 .067-.053c.032 0 .06.02.066.053l.244 1.21a.64.64 0 0 0 .42.474l.578.195a.066.066 0 0 1 0 .126l-.579.195a.64.64 0 0 0-.419.475l-.244 1.21a.07.07 0 0 1-.066.052a.07.07 0 0 1-.067-.053l-.244-1.21a.63.63 0 0 0-.416-.474l-.578-.195a.07.07 0 0 1-.045-.063c0-.029.017-.053.045-.063m1.353 6.234l-.778.262a.85.85 0 0 0-.558.635l-.328 1.62a.09.09 0 0 1-.088.07c-.042 0-.08-.027-.087-.07l-.328-1.62a.85.85 0 0 0-.558-.635l-.778-.262a.09.09 0 0 1-.06-.083c0-.04.024-.074.06-.084l.778-.261a.85.85 0 0 0 .558-.635l.328-1.62a.09.09 0 0 1 .087-.07c.043 0 .081.027.088.07l.328 1.62c.06.296.271.537.558.634l.778.262c.034.01.06.046.06.084a.09.09 0 0 1-.06.083m7.484-2.611l-1.643.558a1.79 1.79 0 0 0-1.178 1.339l-.694 3.423a.19.19 0 0 1-.185.15a.19.19 0 0 1-.186-.15l-.693-3.423a1.79 1.79 0 0 0-1.179-1.339l-1.642-.558A.19.19 0 0 1 9.934 12c0-.08.048-.154.125-.178l1.642-.558a1.79 1.79 0 0 0 1.179-1.339l.693-3.423a.19.19 0 0 1 .186-.15c.09 0 .167.063.185.15l.694 3.423a1.79 1.79 0 0 0 1.178 1.339l1.643.558a.19.19 0 0 1 .125.178c0 .08-.048.154-.125.178"/></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.63 5.895l-4.47-2.584a2.32 2.32 0 0 0-2.32 0l-4.47 2.58a3.14 3.14 0 0 0-1.57 2.72v6.781c0 1.123.6 2.158 1.57 2.716l4.47 2.58a2.31 2.31 0 0 0 2.32 0l4.47-2.58a3.14 3.14 0 0 0 1.57-2.716v-6.78c0-1.123-.6-2.158-1.57-2.717m-9.008 2.66L9.2 8.36a.64.64 0 0 0 .416-.475l.244-1.209a.07.07 0 0 1 .067-.053c.032 0 .06.02.066.053l.244 1.21a.64.64 0 0 0 .42.474l.578.195a.066.066 0 0 1 0 .126l-.579.195a.64.64 0 0 0-.419.475l-.244 1.21a.07.07 0 0 1-.066.052a.07.07 0 0 1-.067-.053l-.244-1.21a.63.63 0 0 0-.416-.474l-.578-.195a.07.07 0 0 1-.045-.063c0-.029.017-.053.045-.063m1.353 6.234l-.778.262a.85.85 0 0 0-.558.635l-.328 1.62a.09.09 0 0 1-.088.07c-.042 0-.08-.027-.087-.07l-.328-1.62a.85.85 0 0 0-.558-.635l-.778-.262a.09.09 0 0 1-.06-.083c0-.04.024-.074.06-.084l.778-.261a.85.85 0 0 0 .558-.635l.328-1.62a.09.09 0 0 1 .087-.07c.043 0 .081.027.088.07l.328 1.62c.06.296.271.537.558.634l.778.262c.034.01.06.046.06.084a.09.09 0 0 1-.06.083m7.484-2.611l-1.643.558a1.79 1.79 0 0 0-1.178 1.339l-.694 3.423a.19.19 0 0 1-.185.15a.19.19 0 0 1-.186-.15l-.693-3.423a1.79 1.79 0 0 0-1.179-1.339l-1.642-.558A.19.19 0 0 1 9.934 12c0-.08.048-.154.125-.178l1.642-.558a1.79 1.79 0 0 0 1.179-1.339l.693-3.423a.19.19 0 0 1 .186-.15c.09 0 .167.063.185.15l.694 3.423a1.79 1.79 0 0 0 1.178 1.339l1.643.558a.19.19 0 0 1 .125.178c0 .08-.048.154-.125.178"/></svg>
</template>

CSS

.icon-treasure {
  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.63%205.895l-4.47-2.584a2.32%202.32%200%200%200-2.32%200l-4.47%202.58a3.14%203.14%200%200%200-1.57%202.72v6.781c0%201.123.6%202.158%201.57%202.716l4.47%202.58a2.31%202.31%200%200%200%202.32%200l4.47-2.58a3.14%203.14%200%200%200%201.57-2.716v-6.78c0-1.123-.6-2.158-1.57-2.717m-9.008%202.66L9.2%208.36a.64.64%200%200%200%20.416-.475l.244-1.209a.07.07%200%200%201%20.067-.053c.032%200%20.06.02.066.053l.244%201.21a.64.64%200%200%200%20.42.474l.578.195a.066.066%200%200%201%200%20.126l-.579.195a.64.64%200%200%200-.419.475l-.244%201.21a.07.07%200%200%201-.066.052a.07.07%200%200%201-.067-.053l-.244-1.21a.63.63%200%200%200-.416-.474l-.578-.195a.07.07%200%200%201-.045-.063c0-.029.017-.053.045-.063m1.353%206.234l-.778.262a.85.85%200%200%200-.558.635l-.328%201.62a.09.09%200%200%201-.088.07c-.042%200-.08-.027-.087-.07l-.328-1.62a.85.85%200%200%200-.558-.635l-.778-.262a.09.09%200%200%201-.06-.083c0-.04.024-.074.06-.084l.778-.261a.85.85%200%200%200%20.558-.635l.328-1.62a.09.09%200%200%201%20.087-.07c.043%200%20.081.027.088.07l.328%201.62c.06.296.271.537.558.634l.778.262c.034.01.06.046.06.084a.09.09%200%200%201-.06.083m7.484-2.611l-1.643.558a1.79%201.79%200%200%200-1.178%201.339l-.694%203.423a.19.19%200%200%201-.185.15a.19.19%200%200%201-.186-.15l-.693-3.423a1.79%201.79%200%200%200-1.179-1.339l-1.642-.558A.19.19%200%200%201%209.934%2012c0-.08.048-.154.125-.178l1.642-.558a1.79%201.79%200%200%200%201.179-1.339l.693-3.423a.19.19%200%200%201%20.186-.15c.09%200%20.167.063.185.15l.694%203.423a1.79%201.79%200%200%200%201.178%201.339l1.643.558a.19.19%200%200%201%20.125.178c0%20.08-.048.154-.125.178%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.63%205.895l-4.47-2.584a2.32%202.32%200%200%200-2.32%200l-4.47%202.58a3.14%203.14%200%200%200-1.57%202.72v6.781c0%201.123.6%202.158%201.57%202.716l4.47%202.58a2.31%202.31%200%200%200%202.32%200l4.47-2.58a3.14%203.14%200%200%200%201.57-2.716v-6.78c0-1.123-.6-2.158-1.57-2.717m-9.008%202.66L9.2%208.36a.64.64%200%200%200%20.416-.475l.244-1.209a.07.07%200%200%201%20.067-.053c.032%200%20.06.02.066.053l.244%201.21a.64.64%200%200%200%20.42.474l.578.195a.066.066%200%200%201%200%20.126l-.579.195a.64.64%200%200%200-.419.475l-.244%201.21a.07.07%200%200%201-.066.052a.07.07%200%200%201-.067-.053l-.244-1.21a.63.63%200%200%200-.416-.474l-.578-.195a.07.07%200%200%201-.045-.063c0-.029.017-.053.045-.063m1.353%206.234l-.778.262a.85.85%200%200%200-.558.635l-.328%201.62a.09.09%200%200%201-.088.07c-.042%200-.08-.027-.087-.07l-.328-1.62a.85.85%200%200%200-.558-.635l-.778-.262a.09.09%200%200%201-.06-.083c0-.04.024-.074.06-.084l.778-.261a.85.85%200%200%200%20.558-.635l.328-1.62a.09.09%200%200%201%20.087-.07c.043%200%20.081.027.088.07l.328%201.62c.06.296.271.537.558.634l.778.262c.034.01.06.046.06.084a.09.09%200%200%201-.06.083m7.484-2.611l-1.643.558a1.79%201.79%200%200%200-1.178%201.339l-.694%203.423a.19.19%200%200%201-.185.15a.19.19%200%200%201-.186-.15l-.693-3.423a1.79%201.79%200%200%200-1.179-1.339l-1.642-.558A.19.19%200%200%201%209.934%2012c0-.08.048-.154.125-.178l1.642-.558a1.79%201.79%200%200%200%201.179-1.339l.693-3.423a.19.19%200%200%201%20.186-.15c.09%200%20.167.063.185.15l.694%203.423a1.79%201.79%200%200%200%201.178%201.339l1.643.558a.19.19%200%200%201%20.125.178c0%20.08-.048.154-.125.178%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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