55000+ SVG Icons For Vue Apps – VueIcons

Yet another Vue icon library that enables developers to use 55,000+ SVG icons as components in the next project.

Icon Packs Included:

  • bootstrap-icons
  • codicons
  • feather
  • font-awesome
  • healthicons
  • hero
  • iconoir
  • ionicons
  • line-awesome
  • majesticons
  • mingcute
  • octicons
  • remix
  • themify
  • typicons
  • vscode

Basic usage:

1. Import an icon from an icon pack of your choice.

import { BsCalendar4Range } from '@kalimahapps/vue-icons/bs';
export default {
  components: {
    BsCalendar4Range 
  }
};

2. Use the icon as a component in your app.

<template>
  <div class="button"><BsCalendar4Range /> Select Date</div>
</template>

Preview:

55000+ SVG Icons For Vue Apps

Changelog:

v1.4.0 (05/11/2023)

  • Bugfixes

Download Details:

Author: kalimah-apps

Live Demo: https://kalimah-apps.github.io/vue-icons/

Download Link: https://github.com/kalimah-apps/vue-icons/archive/refs/heads/master.zip

Official Website: https://github.com/kalimah-apps/vue-icons

Install & Download:

# Yarn
$ yarn add @kalimahapps/vue-icons

# NPM
$ npm i @kalimahapps/vue-icons
Tags:

Add Comment