Lucide is an open-source icon library that provides
1000+
vector (SVG) icons for use in digital and non-digital
projects.
This library simplifies incorporating icons into web applications by providing several official
packages,
including the Angular package for easy integration.
Install the Lucide Angular package using npm or yarn:
yarn add lucide-angular --save
Follow these steps to use Lucide Icons in your Angular project.
// Import the Lucide Angular module in your component or module file import { LucideAngularModule } from 'lucide-angular'; @Component({ selector: [/* your components */], standalone: true, imports: [ LucideAngularModule, // other imports ], templateUrl: [/* your components */], styleUrl: [/* your components */], }) export class AppModule { }
Use the Lucide icons directly in your templates:
<lucide-angular name="eye" class="inline-block ltr:mr-1 rtl:ml-1 size-4"></lucide-angular>
For more details on using Lucide icons in Angular, refer to the official documentation:
See the Lucide Angular Documentation.
Be the first to know about new updates and exclusive discounts. No spam, just great offers!
How about
With over 7 years of experienced team, we specialize in delivering custom projects for startups, blue-chip companies, and government agencies. We have successfully completed over 250+ projects, providing tailored solutions that meet the unique needs of each client.
Hire Us© Domiex Created & Crafted by SRBThemes.