Vue Feather Icons offers a rich set of Feather icon components for Vue.js. Visit the Feather homepage to explore and search icons.
- Install package
# npm
npm install @wanwanvxt/vue-feathericons
# yarn
yarn add @wanwanvxt/vue-feathericons
- Import individually the icon as a Vue component:
<script setup>
import { GithubIcon } from '@wanwanvxt/vue-feathericons';
</script>
<template>
<GithubIcon />
<div>...</div>
</template>
This library is MIT licensed.