Solid Icons

A collection of 16 open source icon libraries packed into one for easy use in your SolidJS project with over 20522 icons.

Ctrl + K
Let's start by installing the library
yarn add solid-icons
Basic use
 import { BiCompass } from 'solid-icons/bi'

  function MyComponent() {
      return (
          <div>
              <BiCompass size={24} color="#000000" />
              <p>SolidJS App</p>
          </div>
      )
  }
Designed with
by