iconview.org

  • Home
  • Icons
  • Pricing
  • docs
  • Support

Documents & Guidelines

Start Your Project With iconview

Stay Focused and get the icon you need within your design app.
Different Style

This is React/Nextjs Documentations

How to use IconView Icons in your projects.


STEP 1 Install NPM Packagenpm i iconview

STEP 2 Import NPM Package into your fileconst nextConfig = {
  transpilePackages: ['iconview'],
};

STEP 3 Search & Import Icon into Your Page. Example:import { Facebook_Fab } from "iconview/svgs/Facebook_Fab";import { Wifi_Fas } from "iconview/svgs/Wifi_Fas";

STEP 4 Copy and Paste the style.css Into your global.css file, add at the top --

global.css

@import "iconview/style.css"

The Page will look like -

 
import { Facebook_Fab } from "iconview/svgs/Facebook_Fab"
import { Sun_Far } from "iconview/svgs/Sun_Far"

// Note That Most icon is Less than - 1kb icon

export default function Home() {
    return (
        <div>
            <Facebook_Fab/>
            <Sun_Far className="sun" color="blue" onClick={handleClick} />
        </div>
    )
}
 

iconview.org


iconview is a subsidery services of Belivup Technology Limited.


Belivup, a software company offering web, mobile and desktop application services


By Nazmul Hossain

Our Company

belivup.com dev.nazmul.co
Our Pages

Icons Pricing Documents Dashboard
Newsletter

Subscribe to stay tuned for new web design and latest updates. Let's do it!