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

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

The same logo in other sets

Use the trove logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.897 19.198a2.83 2.83 0 0 0 2.515 1.52h2.172a1.413 1.413 0 0 0 1.254-2.066L13.254 4.04a1.417 1.417 0 0 0-2.51 0L3.16 18.652a1.412 1.412 0 0 0 1.255 2.065h1.93a2.84 2.84 0 0 0 2.464-1.434l2.144-3.793a2.13 2.13 0 0 1-.81-.816a2.25 2.25 0 1 1 3.713 0a2.14 2.14 0 0 1-.872.85z"/></svg>

React

import type { SVGProps } from "react";

export function TokenTrove(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="M14.897 19.198a2.83 2.83 0 0 0 2.515 1.52h2.172a1.413 1.413 0 0 0 1.254-2.066L13.254 4.04a1.417 1.417 0 0 0-2.51 0L3.16 18.652a1.412 1.412 0 0 0 1.255 2.065h1.93a2.84 2.84 0 0 0 2.464-1.434l2.144-3.793a2.13 2.13 0 0 1-.81-.816a2.25 2.25 0 1 1 3.713 0a2.14 2.14 0 0 1-.872.85z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.897 19.198a2.83 2.83 0 0 0 2.515 1.52h2.172a1.413 1.413 0 0 0 1.254-2.066L13.254 4.04a1.417 1.417 0 0 0-2.51 0L3.16 18.652a1.412 1.412 0 0 0 1.255 2.065h1.93a2.84 2.84 0 0 0 2.464-1.434l2.144-3.793a2.13 2.13 0 0 1-.81-.816a2.25 2.25 0 1 1 3.713 0a2.14 2.14 0 0 1-.872.85z"/></svg>
</template>

CSS

.icon-trove {
  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%22M14.897%2019.198a2.83%202.83%200%200%200%202.515%201.52h2.172a1.413%201.413%200%200%200%201.254-2.066L13.254%204.04a1.417%201.417%200%200%200-2.51%200L3.16%2018.652a1.412%201.412%200%200%200%201.255%202.065h1.93a2.84%202.84%200%200%200%202.464-1.434l2.144-3.793a2.13%202.13%200%200%201-.81-.816a2.25%202.25%200%201%201%203.713%200a2.14%202.14%200%200%201-.872.85z%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%22M14.897%2019.198a2.83%202.83%200%200%200%202.515%201.52h2.172a1.413%201.413%200%200%200%201.254-2.066L13.254%204.04a1.417%201.417%200%200%200-2.51%200L3.16%2018.652a1.412%201.412%200%200%200%201.255%202.065h1.93a2.84%202.84%200%200%200%202.464-1.434l2.144-3.793a2.13%202.13%200%200%201-.81-.816a2.25%202.25%200%201%201%203.713%200a2.14%202.14%200%200%201-.872.85z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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