@iconscout/vue-unicons-solid

1.0.2 • Public • Published

Vue Unicons Solid

4,500+ Pixel-perfect vector icons as Vue Components. These icons are designed by IconScout.

Getting Started

You can easily install vue-unicons-solid using npm.

npm install --save @iconscout/vue-unicons-solid

Or using yarn

yarn add @iconscout/vue-unicons-solid

Usage

Use individual icons

<template>
  <div>
    <uis-star size="180px" class="logo" />
  </div>
</template>

<script>
import { UisStar } from '@iconscout/vue-unicons-solid'

export default {
  components: {
    UisStar
  }
}
</script>

PRO Icons

If you've subscribed to Unicons PRO, you can request your own NPM Token to get an access to all the PRO icons as NPM Package.

More ways

Contributing

We will be happy to have community support for Unicons. Feel free to fork and create pull requests. We have given a small roadmap above so that you can help us build these features.

Request icons

Can't find the icon you are looking for? No worries, we will design it for you. And we'll be happy to design them in upcoming weeks.

Request Icon

License

Unicons are Open Source icons and licensed under IconScout Simple License. You're free to use these icons in your personal and commercial project. We would love to see the attribution in your app's about screen, but it's not mandatory.

Vue Unicons by <a href="https://iconscout.com/">IconScout</a>

Package Sidebar

Install

npm i @iconscout/vue-unicons-solid

Weekly Downloads

51

Version

1.0.2

License

IconScout Simple License

Unpacked Size

334 kB

Total Files

202

Last publish

Collaborators

  • iconscout-team
  • tarunmangukiya