The official Vuesax icons for React. A modern and versatile icon library to enhance your React projects with sleek and customizable designs.
Choose one of these options:
# Using yarn
yarn add @meysam213/iconsax-react
# Using npm
npm install @meysam213/iconsax-react
# Using pnpm
pnpm install @meysam213/iconsax-react
# Using bun
bun add @meysam213/iconsax-reactimport { Iconsax } from '@meysam213/iconsax-react'
const App = () => {
return (
<Sax3dBuilding />
)
}
export default AppYou can customize the size, color, and stroke of the icon by passing the size, color, and stroke props to the component.
import { Iconsax } from '@meysam213/iconsax-react'
const App = () => {
return (
<Sax3dBuilding
className="text-red-500"
style={{ width: '100px', height: '100px' }}
/>
)
}
export default AppIconsax are the official icons of the Vuesax framework, these icons can be used for personal and commercial use for free, but they cannot be sold and distributed under another name, they cannot be used to create templates or ui kits without permission, if desired to use the iconsax icon pack for these purposes, you should contact: https://lusaxweb.net/contact