%% generate tags start %%
#software-engineering
%% generate tags end %%
#software-engineering/react
> [!info] read more
> [Iconify for React](https://iconify.design/docs/icon-components/react/)
you can use [Icon Sets • Iconify](https://icon-sets.iconify.design/) which is a collection of many icon pack
Install component: `npm install --save-dev @iconify/react`
Import component: `import { Icon } from '@iconify/react';`
Use component in template: `<Icon icon="lucide:airplay" />`
you can also use the real time preview vscode extension: [antfu/vscode-iconify: 🙂 Iconify IntelliSense for VS Code (github.com)](https://github.com/antfu/vscode-iconify)