iconicicons
Iconic is a free “do wtf you want with” set of pixel-perfect icons.
Available as basic SVG icons and via first-party React and Vue libraries.
Basic Usage
The quickest way to use these icons is to simply copy the source for the icon you need from iconic.app and inline it directly into your HTML:
React
First, install @iconicicons/react
from npm:
Now each icon can be imported individually as a React component:
Icons use an upper camel case naming convention and are always suffixed with the word Icon
.
Vue
First, install @iconicicons/vue
or @iconicicons/vue3
from npm:
Now each icon can be imported individually as a Vue component:
Icons use an upper camel case naming convention and are always suffixed with the word Icon
.