Adding Lucid Icon in Angular with @lucid/angular
Step 1 : Install dependency bash
Adding Lucid Icon in Angular with @lucid/angular

Step 1 : Install dependency bash
npm i @lucid/angular
Step 2: Register Icons In App Config (Optional)
...
import { LucidePlus, provideLucideIcons } from '@lucide/angular';
export const appConfig: ApplicationConfig = {
providers: [
...,
provideLucideIcons(
LucidePlus,
)
]
};
Step 3: Import Icon where you want to use
import { Component } from '@angular/core';
import { LucidePlus } from '@lucide/angular';
@Component({
selector: 'app-search-dialog',
imports: [LucidePlus],
templateUrl: './search-dialog.html',
styleUrl: './search-dialog.css',
})
export class SearchDialog {}
Step 4: use Icon in SVG tag
<svg lucidePlus></svg>
Step 5: if not comming just restart the server ,
bye bye…..
메타데이터
- post_id
- 81eeda57b58b
- slug
- adding-lucid-icon-in-angular-with-lucid-angular-81eeda57b58b
- url
- https://medium.com/@krishna.web18/adding-lucid-icon-in-angular-with-lucid-angular-81eeda57b58b
- canonical_url
- https://medium.com/@krishna.web18/adding-lucid-icon-in-angular-with-lucid-angular-81eeda57b58b
- author_url
- https://medium.com/@krishna.web18
- status
- ok
- fetched_at
- 2026-07-13 06:23:13