📄 lucide/icons/club

File: club.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/club

Skip to content

Return to top

club

shape • suit • playing • cards

shapes gaming

Created:

v0.228.0

Last changed:

v0.228.0

Contributors:

danielbayley karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

document.body.append('<i data-lucide="club"></i>');  

tsx

import { Club } from 'lucide-react';

const App = () => {
  return (
    <Club />
  );
};

export default App;

vue

<script setup>
import { Club } from 'lucide-vue-next';
</script>

<template>
  <Club />
</template>

svelte

<script>
import { Club } from 'lucide-svelte';
</script>

<Club />

tsx

import { Club } from 'lucide-preact';

const App = () => {
  return (
    <Club />
  );
};

export default App;

tsx

import { Club } from 'lucide-solid';

const App = () => {
  return (
    <Club />
  );
};

export default App;

tsx

// app.module.ts
import { LucideAngularModule, Club } from 'lucide-angular';

@NgModule({
  imports: [\
    LucideAngularModule.pick({ Club })\
  ],
})

// app.component.html
<lucide-icon name="club"></lucide-icon>

html

<div class="icon-club"></div>

See this icon in action

ClubCancel

Bug

Feature

Club

Documents Readme Club 12

112

8

11

2

More icons like this