'How to use Iconsax icons in css format

I downloaded iconsax icons packages in css format, I am unable to find any ways to use them also im new to web dev section. I have never used any icons pack up until now. This is my first time using package.

After some searching i found most of icon packages use this format to show the icons:

<head>
    <link rel="stylesheet" href="./assets/icon-css-style.css">
</head>

<i class="icon-add-circle"></i>

Any help is appreciated.



Solution 1:[1]

I use this package with React and I have no problem. I import the style.css file with the fonts folder then I use the following syntax: <i className="isax isax-square"></i>.

The icon is not broken.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Bonsai