60000+ Icons As Components For Vue 3

Install & Download:

# Yarn
$ yarn add @kalimahapps/vue-icons
# NPM
$ npm i @kalimahapps/vue-icons

Description:

Yet another icon component library that allows you to use 60,000+ icons from popular icon sets in your Vue 3 applications.

See Also:

Icon Sets Included:

Icon SetPrefixLicenseVersionCount
FontAudioadMIT1.1155
AcademiconsaiSIL OFL 1.11.9.3149
AkarakMIT1.9.14437
Ant DesignanMIT4.2.1789
Bootstrap IconsbsMIT1.10.31851
BoxiconsbxCC 4.02.1.41632
CarboncaApache-2.011.25.01849
Charm IconschMIT0.18.0261
CoolIconsclCC 4.04.1442
BytesizebyMIT1.4101
CircumciMPL-2.02.0.0285
CodiconscdMIT0.0.32422
Core UI IconscoCC 4.03.0.11569
css.ggcgMIT2.0.0704
DeviconsdeMIT2.15.1784
FluentUI SystemflMIT1.1.1864285
Font AwesomefaCC BY 4.06.3.02016
FeatherfeMIT4.29.0287
GitLabglMIT3.31.0388
GoviconsgvSIL OFL 1.11.6.0136
HealthiconsheMIT0.1.01154
HerohiMIT2.0.16584
Humble IconshuMIT1.9.0235
JamiconsjaMIT3.1.0940
IconoiricMIT6.5.01209
IonIconsioMIT7.1.01332
Line AwesomelaMIT1.2.11544
LineariconsliCC BY-SA 4.0170
LucideluISC0.127.0909
MajesticonsmiMIT2.1.2760
MakimaCC0 1.0 Universal8.0.0211
Material DesignmdApache-2.04.0.010750
MingCutemcApache-2.02.71346
OcticonsocMIT18.3.0241
OpenWebowSIL Open Font License1.6.3115
PhosphorphMIT2.0.27488
PixelarticonspxMIT1.7.0480
Prime IconsprMIT6.0.1260
QuillquMIT1.0.0133
RadixraMIT1.3.0318
RemixreApache 2.02.5.02271
Simple IconssiCC0 1.08.8.02402
System UIconssuUnlicense430
TablertaMIT2.11.02907
ThemifythSIL Open Font License (OFL)1.0.1352
TypiconstiCC BY-SA 4.02.1.2336
UniconsunIconScout Simple License3.0.01206
uiw iconsuiMIT2.6.7214
VSCodevsMIT12.2.01180
Weather IconswiSIL OFL 1.12.0.10219
Total60238

How to use it:

1. Import an icon component.

import { AdDuplicate } from "@kalimahapps/vue-icons";

2. Use the icon component in the template.

<template>
  <div class="button">
    <AdDuplicate /> Duplicate
  </div>
</template>

Preview:

60000+ Icons As Components For Vue 3

Add Comment