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

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

1 other variant in Web3 Icons Branded

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"><g fill="none"><path fill="#dc2626" d="M4.8 8.611v6.782c0 1.122.6 2.158 1.57 2.716l4.47 2.58c.719.415 1.6.415 2.32 0l4.471-2.58a3.14 3.14 0 0 0 1.569-2.716V8.61c0-1.123-.6-2.158-1.569-2.716L13.16 3.31a2.32 2.32 0 0 0-2.32 0L6.37 5.89A3.14 3.14 0 0 0 4.8 8.61"/><path fill="#fffdf7" d="m17.46 11.822l-1.643-.558a1.79 1.79 0 0 1-1.178-1.339l-.695-3.424a.186.186 0 0 0-.185-.15a.19.19 0 0 0-.185.15l-.694 3.424a1.79 1.79 0 0 1-1.178 1.34l-1.643.557a.18.18 0 0 0-.125.178c0 .08.052.15.125.178l1.643.558a1.79 1.79 0 0 1 1.178 1.338l.694 3.425c.018.087.095.15.185.15a.186.186 0 0 0 .185-.15l.695-3.424a1.79 1.79 0 0 1 1.178-1.34l1.643-.557a.18.18 0 0 0 .125-.178c0-.08-.052-.15-.125-.178M8.622 8.68l.579.196a.62.62 0 0 1 .415.474l.244 1.21a.07.07 0 0 0 .067.052a.07.07 0 0 0 .066-.052l.244-1.21c.046-.22.202-.4.419-.474l.579-.195a.07.07 0 0 0 .044-.063a.07.07 0 0 0-.044-.063l-.58-.195a.64.64 0 0 1-.418-.474l-.244-1.21a.07.07 0 0 0-.066-.052c-.032 0-.06.02-.067.052l-.244 1.21a.64.64 0 0 1-.415.474l-.58.195a.07.07 0 0 0-.044.063c0 .028.017.052.045.063m1.353 5.941l-.778-.262a.85.85 0 0 1-.558-.634l-.327-1.621a.09.09 0 0 0-.087-.07a.086.086 0 0 0-.088.07l-.328 1.62a.84.84 0 0 1-.558.635l-.777.262a.09.09 0 0 0-.06.084c0 .038.025.073.06.083l.777.262a.84.84 0 0 1 .558.634l.328 1.622c.007.042.045.07.088.07c.041 0 .076-.032.087-.07l.327-1.622a.85.85 0 0 1 .558-.634l.778-.262a.09.09 0 0 0 .06-.083a.09.09 0 0 0-.06-.084"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedTreasure(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#dc2626" d="M4.8 8.611v6.782c0 1.122.6 2.158 1.57 2.716l4.47 2.58c.719.415 1.6.415 2.32 0l4.471-2.58a3.14 3.14 0 0 0 1.569-2.716V8.61c0-1.123-.6-2.158-1.569-2.716L13.16 3.31a2.32 2.32 0 0 0-2.32 0L6.37 5.89A3.14 3.14 0 0 0 4.8 8.61"/><path fill="#fffdf7" d="m17.46 11.822l-1.643-.558a1.79 1.79 0 0 1-1.178-1.339l-.695-3.424a.186.186 0 0 0-.185-.15a.19.19 0 0 0-.185.15l-.694 3.424a1.79 1.79 0 0 1-1.178 1.34l-1.643.557a.18.18 0 0 0-.125.178c0 .08.052.15.125.178l1.643.558a1.79 1.79 0 0 1 1.178 1.338l.694 3.425c.018.087.095.15.185.15a.186.186 0 0 0 .185-.15l.695-3.424a1.79 1.79 0 0 1 1.178-1.34l1.643-.557a.18.18 0 0 0 .125-.178c0-.08-.052-.15-.125-.178M8.622 8.68l.579.196a.62.62 0 0 1 .415.474l.244 1.21a.07.07 0 0 0 .067.052a.07.07 0 0 0 .066-.052l.244-1.21c.046-.22.202-.4.419-.474l.579-.195a.07.07 0 0 0 .044-.063a.07.07 0 0 0-.044-.063l-.58-.195a.64.64 0 0 1-.418-.474l-.244-1.21a.07.07 0 0 0-.066-.052c-.032 0-.06.02-.067.052l-.244 1.21a.64.64 0 0 1-.415.474l-.58.195a.07.07 0 0 0-.044.063c0 .028.017.052.045.063m1.353 5.941l-.778-.262a.85.85 0 0 1-.558-.634l-.327-1.621a.09.09 0 0 0-.087-.07a.086.086 0 0 0-.088.07l-.328 1.62a.84.84 0 0 1-.558.635l-.777.262a.09.09 0 0 0-.06.084c0 .038.025.073.06.083l.777.262a.84.84 0 0 1 .558.634l.328 1.622c.007.042.045.07.088.07c.041 0 .076-.032.087-.07l.327-1.622a.85.85 0 0 1 .558-.634l.778-.262a.09.09 0 0 0 .06-.083a.09.09 0 0 0-.06-.084"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#dc2626" d="M4.8 8.611v6.782c0 1.122.6 2.158 1.57 2.716l4.47 2.58c.719.415 1.6.415 2.32 0l4.471-2.58a3.14 3.14 0 0 0 1.569-2.716V8.61c0-1.123-.6-2.158-1.569-2.716L13.16 3.31a2.32 2.32 0 0 0-2.32 0L6.37 5.89A3.14 3.14 0 0 0 4.8 8.61"/><path fill="#fffdf7" d="m17.46 11.822l-1.643-.558a1.79 1.79 0 0 1-1.178-1.339l-.695-3.424a.186.186 0 0 0-.185-.15a.19.19 0 0 0-.185.15l-.694 3.424a1.79 1.79 0 0 1-1.178 1.34l-1.643.557a.18.18 0 0 0-.125.178c0 .08.052.15.125.178l1.643.558a1.79 1.79 0 0 1 1.178 1.338l.694 3.425c.018.087.095.15.185.15a.186.186 0 0 0 .185-.15l.695-3.424a1.79 1.79 0 0 1 1.178-1.34l1.643-.557a.18.18 0 0 0 .125-.178c0-.08-.052-.15-.125-.178M8.622 8.68l.579.196a.62.62 0 0 1 .415.474l.244 1.21a.07.07 0 0 0 .067.052a.07.07 0 0 0 .066-.052l.244-1.21c.046-.22.202-.4.419-.474l.579-.195a.07.07 0 0 0 .044-.063a.07.07 0 0 0-.044-.063l-.58-.195a.64.64 0 0 1-.418-.474l-.244-1.21a.07.07 0 0 0-.066-.052c-.032 0-.06.02-.067.052l-.244 1.21a.64.64 0 0 1-.415.474l-.58.195a.07.07 0 0 0-.044.063c0 .028.017.052.045.063m1.353 5.941l-.778-.262a.85.85 0 0 1-.558-.634l-.327-1.621a.09.09 0 0 0-.087-.07a.086.086 0 0 0-.088.07l-.328 1.62a.84.84 0 0 1-.558.635l-.777.262a.09.09 0 0 0-.06.084c0 .038.025.073.06.083l.777.262a.84.84 0 0 1 .558.634l.328 1.622c.007.042.045.07.088.07c.041 0 .076-.032.087-.07l.327-1.622a.85.85 0 0 1 .558-.634l.778-.262a.09.09 0 0 0 .06-.083a.09.09 0 0 0-.06-.084"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23dc2626%22%20d%3D%22M4.8%208.611v6.782c0%201.122.6%202.158%201.57%202.716l4.47%202.58c.719.415%201.6.415%202.32%200l4.471-2.58a3.14%203.14%200%200%200%201.569-2.716V8.61c0-1.123-.6-2.158-1.569-2.716L13.16%203.31a2.32%202.32%200%200%200-2.32%200L6.37%205.89A3.14%203.14%200%200%200%204.8%208.61%22%2F%3E%3Cpath%20fill%3D%22%23fffdf7%22%20d%3D%22m17.46%2011.822l-1.643-.558a1.79%201.79%200%200%201-1.178-1.339l-.695-3.424a.186.186%200%200%200-.185-.15a.19.19%200%200%200-.185.15l-.694%203.424a1.79%201.79%200%200%201-1.178%201.34l-1.643.557a.18.18%200%200%200-.125.178c0%20.08.052.15.125.178l1.643.558a1.79%201.79%200%200%201%201.178%201.338l.694%203.425c.018.087.095.15.185.15a.186.186%200%200%200%20.185-.15l.695-3.424a1.79%201.79%200%200%201%201.178-1.34l1.643-.557a.18.18%200%200%200%20.125-.178c0-.08-.052-.15-.125-.178M8.622%208.68l.579.196a.62.62%200%200%201%20.415.474l.244%201.21a.07.07%200%200%200%20.067.052a.07.07%200%200%200%20.066-.052l.244-1.21c.046-.22.202-.4.419-.474l.579-.195a.07.07%200%200%200%20.044-.063a.07.07%200%200%200-.044-.063l-.58-.195a.64.64%200%200%201-.418-.474l-.244-1.21a.07.07%200%200%200-.066-.052c-.032%200-.06.02-.067.052l-.244%201.21a.64.64%200%200%201-.415.474l-.58.195a.07.07%200%200%200-.044.063c0%20.028.017.052.045.063m1.353%205.941l-.778-.262a.85.85%200%200%201-.558-.634l-.327-1.621a.09.09%200%200%200-.087-.07a.086.086%200%200%200-.088.07l-.328%201.62a.84.84%200%200%201-.558.635l-.777.262a.09.09%200%200%200-.06.084c0%20.038.025.073.06.083l.777.262a.84.84%200%200%201%20.558.634l.328%201.622c.007.042.045.07.088.07c.041%200%20.076-.032.087-.07l.327-1.622a.85.85%200%200%201%20.558-.634l.778-.262a.09.09%200%200%200%20.06-.083a.09.09%200%200%200-.06-.084%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23dc2626%22%20d%3D%22M4.8%208.611v6.782c0%201.122.6%202.158%201.57%202.716l4.47%202.58c.719.415%201.6.415%202.32%200l4.471-2.58a3.14%203.14%200%200%200%201.569-2.716V8.61c0-1.123-.6-2.158-1.569-2.716L13.16%203.31a2.32%202.32%200%200%200-2.32%200L6.37%205.89A3.14%203.14%200%200%200%204.8%208.61%22%2F%3E%3Cpath%20fill%3D%22%23fffdf7%22%20d%3D%22m17.46%2011.822l-1.643-.558a1.79%201.79%200%200%201-1.178-1.339l-.695-3.424a.186.186%200%200%200-.185-.15a.19.19%200%200%200-.185.15l-.694%203.424a1.79%201.79%200%200%201-1.178%201.34l-1.643.557a.18.18%200%200%200-.125.178c0%20.08.052.15.125.178l1.643.558a1.79%201.79%200%200%201%201.178%201.338l.694%203.425c.018.087.095.15.185.15a.186.186%200%200%200%20.185-.15l.695-3.424a1.79%201.79%200%200%201%201.178-1.34l1.643-.557a.18.18%200%200%200%20.125-.178c0-.08-.052-.15-.125-.178M8.622%208.68l.579.196a.62.62%200%200%201%20.415.474l.244%201.21a.07.07%200%200%200%20.067.052a.07.07%200%200%200%20.066-.052l.244-1.21c.046-.22.202-.4.419-.474l.579-.195a.07.07%200%200%200%20.044-.063a.07.07%200%200%200-.044-.063l-.58-.195a.64.64%200%200%201-.418-.474l-.244-1.21a.07.07%200%200%200-.066-.052c-.032%200-.06.02-.067.052l-.244%201.21a.64.64%200%200%201-.415.474l-.58.195a.07.07%200%200%200-.044.063c0%20.028.017.052.045.063m1.353%205.941l-.778-.262a.85.85%200%200%201-.558-.634l-.327-1.621a.09.09%200%200%200-.087-.07a.086.086%200%200%200-.088.07l-.328%201.62a.84.84%200%200%201-.558.635l-.777.262a.09.09%200%200%200-.06.084c0%20.038.025.073.06.083l.777.262a.84.84%200%200%201%20.558.634l.328%201.622c.007.042.045.07.088.07c.041%200%20.076-.032.087-.07l.327-1.622a.85.85%200%200%201%20.558-.634l.778-.262a.09.09%200%200%200%20.06-.083a.09.09%200%200%200-.06-.084%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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