Tabler Icons

breadcrumbImg
Tabler Icons
🔍 Explore Icons

Browse and search for icons directly on the Tabler Icons website.


⚙️ Installation

To use Tabler icons in your project, install the official React package:

 npm install @tabler/icons-react 

🧩 Usage Example

Import and use any icon in your components:

import { IconHome } from '@tabler/icons-react';
function MyComponent() {
  return <IconHome />;
}