4,500+ Pixel-perfect vector icons as Qwik Components. These icons are designed by IconScout.
You can easily install qwik-unicons using npm.
npm install --save qwik-unicons
Or using yarn
yarn add qwik-unicons
import UilAdjust from 'qwik-unicons/icons/uil-adjust'
const App = () => {
return <UilAdjust size="140" color="#61DAFB" />
};
export default App;
You can customize icons as below:
<Unicons.UilAdjust size="140" color="#61DAFB" />
import * as Unicons from 'qwik-unicons';
const App = () => {
return <Unicons.UilAdjust />
};
export default App;
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.
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.
Qwik Unicons by <a href="https://iconscout.com/">IconScout</a>