Iconify Icons

  1. Home
  2. /
  3. Iconify Icons
Installation

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

 npm i @iconify-icon/react 
Usage Example

Import and use any icon in your components:

import { Icon } from '@iconify/react';
function MyComponent() {
  return <Icon icon='solar:arrow-right-linear' width='20' height='20' />;
}
Explore Icons

© 2026 by WrapPixel, creating a better web for you.