iconora

Tetris

tetris·block·puzzle·retro·gaming

$ pnpm dlx shadcn@latest add  https://iconora.vercel.app/r/game/tetris.json
svg
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path class="tet-row" d="M8 7h8v2H8z" />
  <path class="tet-col" d="M11 9h2v6h-2z" />
</svg>

SVG exports are intentionally static for maximum compatibility. Use the Shadcn component for interactive hover animations.