Simple Icons as Vue components.
npm install vue3-simple-icons
import { ApacheMavenIcon, NpmIcon } from 'vue3-simple-icons'
See all icons and usage here: https://vue3-simple-icons.wyatt-herkamp.dev/
<ApacheMavenIcon style="fill: white"/>
You can also set a px
size directly by passing an integer
<NpmIcon style="fill: white" size="24px" />
- Because identifiers can’t start with numeric literals, names beginning with numbers have them converted to English words. For example, the logo for 500px is available as
FiveHundredPxIcon
. - Versioning follows the Simple Icons package.
Forked from mainvest/vue3-simple-icons
Based on vue-feather-icons by egoist