Browse and search for icons directly on the Tabler Icons website.
To use Tabler icons in your project, install the official React package:
npm install @tabler/icons-react
Import and use any icon in your components:
import { IconHome } from '@tabler/icons-react';
function MyComponent() {
return <IconHome />;
}