Unplugin Icons

screenshot of Unplugin Icons
nuxt
react
vite
vue

Access thousands of icons as components on-demand universally.

Overview

unplugin-icons is a npm package that allows users to access thousands of icons as components on-demand, making it easy to integrate icons into their projects. This package is universal, meaning it can be used with various frameworks and build tools. With support for major frameworks such as React, Vue, and Svelte, unplugin-icons offers flexibility and customizability for developers.

Features

  • Universal: Compatible with multiple frameworks.
  • Any icon sets: Access to over 150 popular icon sets with over 200,000 icons, logos, emojis, etc.
  • Major build tools: Works seamlessly with major build tools such as Vite, Webpack, Rollup, Nuxt, etc.
  • Major frameworks: Supports Vanilla, Web Components, React, Vue 3, Vue 2, Solid, Svelte, and more.
  • On-demand: Bundles only the icons you actually use, saving on resources.
  • SSR / SSG friendly: Icons can be shipped with the page, reducing FOUC (Flash of Unstyled Content).
  • Stylable: Easily change size, color, and add animations using styles and classes.
  • Custom icons: Load your own custom icons for universal integration.
  • Auto Importing: Use icons as components directly in your template.
  • TypeScript support: Fully compatible with TypeScript.
nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.