Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.07 KB

README.md

File metadata and controls

57 lines (46 loc) · 2.07 KB

Vue Unicons

1100+ Pixel-perfect vector icons as Vue Components. These icons are designed by Iconscout.

Vue 3 and Vite Support

No more errors while trying to install package.

Getting Started

You can easily install vue-unicons using npm.

npm install --save @iconscout/vue-unicons

Or using yarn

yarn add @iconscout/vue-unicons

Usage

Use individual icons

<template>
  <div>
    <uil-vuejs size="180px" class="logo" />
  </div>
</template>

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

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

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.

Icon Requests

We've created a thread at Iconscout Community where you can request for new icons. And we'll be happy to design them in upcoming weeks.

License

Unicons are Open Source icons and licensed under Apache 2.0. 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>

Contributing

This project was inspired by Vue Unicons from simonepozzobon. The icons itself were designed by Iconscout.