treasure logo
treasure-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- treasure-background
- Set
- Web3 Icons Branded
- Style
- Background
- 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"><g clip-path="url(#SVGHcSWxdhd4)"><path fill="#dc2626" d="M24 0H0v24h24z"/><path fill="#fff" d="M17.005 6.574L13.03 4.277a2.06 2.06 0 0 0-2.062 0L6.996 6.57A2.8 2.8 0 0 0 5.6 8.988v6.027c0 .998.533 1.918 1.395 2.415l3.975 2.293a2.06 2.06 0 0 0 2.06 0l3.975-2.293a2.8 2.8 0 0 0 1.395-2.415V8.988c0-.998-.533-1.918-1.395-2.414M8.997 8.938l.515-.173a.57.57 0 0 0 .37-.422l.216-1.075a.06.06 0 0 1 .06-.047a.06.06 0 0 1 .059.047l.216 1.075c.04.198.184.356.373.422l.514.173q.039.015.04.056a.06.06 0 0 1-.04.056l-.514.173a.57.57 0 0 0-.373.422l-.216 1.075a.06.06 0 0 1-.06.047a.06.06 0 0 1-.06-.047l-.216-1.075a.56.56 0 0 0-.37-.422l-.514-.173a.06.06 0 0 1 0-.112m1.203 5.541l-.691.233a.75.75 0 0 0-.496.564l-.292 1.441a.08.08 0 0 1-.078.062c-.038 0-.071-.024-.077-.062l-.292-1.44a.75.75 0 0 0-.496-.565l-.692-.233a.08.08 0 0 1-.053-.074c0-.035.022-.065.053-.074l.692-.233a.75.75 0 0 0 .496-.563l.292-1.441a.08.08 0 0 1 .077-.062c.038 0 .072.024.078.062l.292 1.44a.75.75 0 0 0 .496.564l.691.233c.03.009.053.04.053.074a.08.08 0 0 1-.053.074m6.652-2.321l-1.46.496a1.59 1.59 0 0 0-1.047 1.19l-.617 3.043a.17.17 0 0 1-.164.134a.17.17 0 0 1-.165-.134l-.617-3.043a1.59 1.59 0 0 0-1.047-1.19l-1.46-.496a.17.17 0 0 1-.112-.158c0-.071.043-.137.112-.158l1.46-.496a1.59 1.59 0 0 0 1.047-1.19l.617-3.043a.17.17 0 0 1 .165-.134c.08 0 .148.056.164.134l.617 3.042a1.59 1.59 0 0 0 1.048 1.19l1.46.497a.17.17 0 0 1 .11.158a.16.16 0 0 1-.11.158"/></g><defs><clipPath id="SVGHcSWxdhd4"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedTreasureBackground(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"><g clipPath="url(#SVGHcSWxdhd4)"><path fill="#dc2626" d="M24 0H0v24h24z"/><path fill="#fff" d="M17.005 6.574L13.03 4.277a2.06 2.06 0 0 0-2.062 0L6.996 6.57A2.8 2.8 0 0 0 5.6 8.988v6.027c0 .998.533 1.918 1.395 2.415l3.975 2.293a2.06 2.06 0 0 0 2.06 0l3.975-2.293a2.8 2.8 0 0 0 1.395-2.415V8.988c0-.998-.533-1.918-1.395-2.414M8.997 8.938l.515-.173a.57.57 0 0 0 .37-.422l.216-1.075a.06.06 0 0 1 .06-.047a.06.06 0 0 1 .059.047l.216 1.075c.04.198.184.356.373.422l.514.173q.039.015.04.056a.06.06 0 0 1-.04.056l-.514.173a.57.57 0 0 0-.373.422l-.216 1.075a.06.06 0 0 1-.06.047a.06.06 0 0 1-.06-.047l-.216-1.075a.56.56 0 0 0-.37-.422l-.514-.173a.06.06 0 0 1 0-.112m1.203 5.541l-.691.233a.75.75 0 0 0-.496.564l-.292 1.441a.08.08 0 0 1-.078.062c-.038 0-.071-.024-.077-.062l-.292-1.44a.75.75 0 0 0-.496-.565l-.692-.233a.08.08 0 0 1-.053-.074c0-.035.022-.065.053-.074l.692-.233a.75.75 0 0 0 .496-.563l.292-1.441a.08.08 0 0 1 .077-.062c.038 0 .072.024.078.062l.292 1.44a.75.75 0 0 0 .496.564l.691.233c.03.009.053.04.053.074a.08.08 0 0 1-.053.074m6.652-2.321l-1.46.496a1.59 1.59 0 0 0-1.047 1.19l-.617 3.043a.17.17 0 0 1-.164.134a.17.17 0 0 1-.165-.134l-.617-3.043a1.59 1.59 0 0 0-1.047-1.19l-1.46-.496a.17.17 0 0 1-.112-.158c0-.071.043-.137.112-.158l1.46-.496a1.59 1.59 0 0 0 1.047-1.19l.617-3.043a.17.17 0 0 1 .165-.134c.08 0 .148.056.164.134l.617 3.042a1.59 1.59 0 0 0 1.048 1.19l1.46.497a.17.17 0 0 1 .11.158a.16.16 0 0 1-.11.158"/></g><defs><clipPath id="SVGHcSWxdhd4"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGHcSWxdhd4)"><path fill="#dc2626" d="M24 0H0v24h24z"/><path fill="#fff" d="M17.005 6.574L13.03 4.277a2.06 2.06 0 0 0-2.062 0L6.996 6.57A2.8 2.8 0 0 0 5.6 8.988v6.027c0 .998.533 1.918 1.395 2.415l3.975 2.293a2.06 2.06 0 0 0 2.06 0l3.975-2.293a2.8 2.8 0 0 0 1.395-2.415V8.988c0-.998-.533-1.918-1.395-2.414M8.997 8.938l.515-.173a.57.57 0 0 0 .37-.422l.216-1.075a.06.06 0 0 1 .06-.047a.06.06 0 0 1 .059.047l.216 1.075c.04.198.184.356.373.422l.514.173q.039.015.04.056a.06.06 0 0 1-.04.056l-.514.173a.57.57 0 0 0-.373.422l-.216 1.075a.06.06 0 0 1-.06.047a.06.06 0 0 1-.06-.047l-.216-1.075a.56.56 0 0 0-.37-.422l-.514-.173a.06.06 0 0 1 0-.112m1.203 5.541l-.691.233a.75.75 0 0 0-.496.564l-.292 1.441a.08.08 0 0 1-.078.062c-.038 0-.071-.024-.077-.062l-.292-1.44a.75.75 0 0 0-.496-.565l-.692-.233a.08.08 0 0 1-.053-.074c0-.035.022-.065.053-.074l.692-.233a.75.75 0 0 0 .496-.563l.292-1.441a.08.08 0 0 1 .077-.062c.038 0 .072.024.078.062l.292 1.44a.75.75 0 0 0 .496.564l.691.233c.03.009.053.04.053.074a.08.08 0 0 1-.053.074m6.652-2.321l-1.46.496a1.59 1.59 0 0 0-1.047 1.19l-.617 3.043a.17.17 0 0 1-.164.134a.17.17 0 0 1-.165-.134l-.617-3.043a1.59 1.59 0 0 0-1.047-1.19l-1.46-.496a.17.17 0 0 1-.112-.158c0-.071.043-.137.112-.158l1.46-.496a1.59 1.59 0 0 0 1.047-1.19l.617-3.043a.17.17 0 0 1 .165-.134c.08 0 .148.056.164.134l.617 3.042a1.59 1.59 0 0 0 1.048 1.19l1.46.497a.17.17 0 0 1 .11.158a.16.16 0 0 1-.11.158"/></g><defs><clipPath id="SVGHcSWxdhd4"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-treasure-background {
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%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd4)%22%3E%3Cpath%20fill%3D%22%23dc2626%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.005%206.574L13.03%204.277a2.06%202.06%200%200%200-2.062%200L6.996%206.57A2.8%202.8%200%200%200%205.6%208.988v6.027c0%20.998.533%201.918%201.395%202.415l3.975%202.293a2.06%202.06%200%200%200%202.06%200l3.975-2.293a2.8%202.8%200%200%200%201.395-2.415V8.988c0-.998-.533-1.918-1.395-2.414M8.997%208.938l.515-.173a.57.57%200%200%200%20.37-.422l.216-1.075a.06.06%200%200%201%20.06-.047a.06.06%200%200%201%20.059.047l.216%201.075c.04.198.184.356.373.422l.514.173q.039.015.04.056a.06.06%200%200%201-.04.056l-.514.173a.57.57%200%200%200-.373.422l-.216%201.075a.06.06%200%200%201-.06.047a.06.06%200%200%201-.06-.047l-.216-1.075a.56.56%200%200%200-.37-.422l-.514-.173a.06.06%200%200%201%200-.112m1.203%205.541l-.691.233a.75.75%200%200%200-.496.564l-.292%201.441a.08.08%200%200%201-.078.062c-.038%200-.071-.024-.077-.062l-.292-1.44a.75.75%200%200%200-.496-.565l-.692-.233a.08.08%200%200%201-.053-.074c0-.035.022-.065.053-.074l.692-.233a.75.75%200%200%200%20.496-.563l.292-1.441a.08.08%200%200%201%20.077-.062c.038%200%20.072.024.078.062l.292%201.44a.75.75%200%200%200%20.496.564l.691.233c.03.009.053.04.053.074a.08.08%200%200%201-.053.074m6.652-2.321l-1.46.496a1.59%201.59%200%200%200-1.047%201.19l-.617%203.043a.17.17%200%200%201-.164.134a.17.17%200%200%201-.165-.134l-.617-3.043a1.59%201.59%200%200%200-1.047-1.19l-1.46-.496a.17.17%200%200%201-.112-.158c0-.071.043-.137.112-.158l1.46-.496a1.59%201.59%200%200%200%201.047-1.19l.617-3.043a.17.17%200%200%201%20.165-.134c.08%200%20.148.056.164.134l.617%203.042a1.59%201.59%200%200%200%201.048%201.19l1.46.497a.17.17%200%200%201%20.11.158a.16.16%200%200%201-.11.158%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd4%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd4)%22%3E%3Cpath%20fill%3D%22%23dc2626%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.005%206.574L13.03%204.277a2.06%202.06%200%200%200-2.062%200L6.996%206.57A2.8%202.8%200%200%200%205.6%208.988v6.027c0%20.998.533%201.918%201.395%202.415l3.975%202.293a2.06%202.06%200%200%200%202.06%200l3.975-2.293a2.8%202.8%200%200%200%201.395-2.415V8.988c0-.998-.533-1.918-1.395-2.414M8.997%208.938l.515-.173a.57.57%200%200%200%20.37-.422l.216-1.075a.06.06%200%200%201%20.06-.047a.06.06%200%200%201%20.059.047l.216%201.075c.04.198.184.356.373.422l.514.173q.039.015.04.056a.06.06%200%200%201-.04.056l-.514.173a.57.57%200%200%200-.373.422l-.216%201.075a.06.06%200%200%201-.06.047a.06.06%200%200%201-.06-.047l-.216-1.075a.56.56%200%200%200-.37-.422l-.514-.173a.06.06%200%200%201%200-.112m1.203%205.541l-.691.233a.75.75%200%200%200-.496.564l-.292%201.441a.08.08%200%200%201-.078.062c-.038%200-.071-.024-.077-.062l-.292-1.44a.75.75%200%200%200-.496-.565l-.692-.233a.08.08%200%200%201-.053-.074c0-.035.022-.065.053-.074l.692-.233a.75.75%200%200%200%20.496-.563l.292-1.441a.08.08%200%200%201%20.077-.062c.038%200%20.072.024.078.062l.292%201.44a.75.75%200%200%200%20.496.564l.691.233c.03.009.053.04.053.074a.08.08%200%200%201-.053.074m6.652-2.321l-1.46.496a1.59%201.59%200%200%200-1.047%201.19l-.617%203.043a.17.17%200%200%201-.164.134a.17.17%200%200%201-.165-.134l-.617-3.043a1.59%201.59%200%200%200-1.047-1.19l-1.46-.496a.17.17%200%200%201-.112-.158c0-.071.043-.137.112-.158l1.46-.496a1.59%201.59%200%200%200%201.047-1.19l.617-3.043a.17.17%200%200%201%20.165-.134c.08%200%20.148.056.164.134l.617%203.042a1.59%201.59%200%200%200%201.048%201.19l1.46.497a.17.17%200%200%201%20.11.158a.16.16%200%200%201-.11.158%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd4%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-background.svg?color=%231a73e8&size=48