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

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

The same logo in other sets

Use the sand logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.313 8.625h-5.625V6.937h-3.376v3.375h7.238L19.312 12v7.154L17.55 21H6.508l-1.82-1.846v-3.78h5.624v2.25h3.376v-3.937H6.465L4.688 12V4.846L6.508 3H17.55l1.762 1.846z"/></svg>

React

import type { SVGProps } from "react";

export function TokenSand(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="M19.313 8.625h-5.625V6.937h-3.376v3.375h7.238L19.312 12v7.154L17.55 21H6.508l-1.82-1.846v-3.78h5.624v2.25h3.376v-3.937H6.465L4.688 12V4.846L6.508 3H17.55l1.762 1.846z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.313 8.625h-5.625V6.937h-3.376v3.375h7.238L19.312 12v7.154L17.55 21H6.508l-1.82-1.846v-3.78h5.624v2.25h3.376v-3.937H6.465L4.688 12V4.846L6.508 3H17.55l1.762 1.846z"/></svg>
</template>

CSS

.icon-sand {
  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%22M19.313%208.625h-5.625V6.937h-3.376v3.375h7.238L19.312%2012v7.154L17.55%2021H6.508l-1.82-1.846v-3.78h5.624v2.25h3.376v-3.937H6.465L4.688%2012V4.846L6.508%203H17.55l1.762%201.846z%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%22M19.313%208.625h-5.625V6.937h-3.376v3.375h7.238L19.312%2012v7.154L17.55%2021H6.508l-1.82-1.846v-3.78h5.624v2.25h3.376v-3.937H6.465L4.688%2012V4.846L6.508%203H17.55l1.762%201.846z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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