Skip to content

ramsankar27/ngx-vector-icons

Repository files navigation

💝 ngx-vector-icons

Build Status

angular typescript

An easy way to add icons to your Angular app.

NGX Vector Icons directory has over 5000 icons to choose from.

Ngx vector icons banner image

🎉 Features

  • It's a light-weight library.
  • Six icon sets are included in the package and can be used for free.
  • It may be used for commercial projects, open source projects, or nearly anything else.
  • To have access to a set of six bundel icons, simply import one module.

📦 Bundled Icon Sets

🚀 Demo

If you'd like to see an example, please click here.

🔥 Installation

npm install ngx-vector-icons

📝 ️Usage

🚴 step 1 :

Import NgxVectorIconsModule in app.module.ts file

import { NgxVectorIconsModule } from 'ngx-vector-icons';

🚴 step 2 :

In app.module.ts add NgxVectorIconsModule to your @NgModule

@NgModule({
  ...,
  imports: [ ...,NgxVectorIconsModule ],
  ...
})

🚴 step 3 :

That's all, you're ready to use icons in your project now. NGX Vector Icons directory has over 5000 icons to choose from.

Ant Design Icons example
<ant-design-icons class="ml-60" name="logout" [size]="22" color="limegreen"></ant-design-icons>
Fontisto Icons example
<fontisto-icons class="ml-60" name="podcast" [size]="22" color="pink"></fontisto-icons>
Font Awesome Icons example
<font-awesome-icons class="ml-20" name="address-book" [size]="32" color="grey"></font-awesome-icons>
Material Design Icons example
<material-design-icons class="ml-20" name="pizza" [size]="32" color="blue"></material-design-icons>
Material Icons example
<material-icons class="ml-20" name="pizza" [size]="32" color="blue"></material-icons>
Simple Icons example
<simple-icons class="ml-40" name="people" [size]="22" color="red"></simple-icons>

📚 License

MIT

For ❤️ Angular developers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages