Skip to content

Releases: ProgrammerKR/ProXIcons

ProXIcons v1.4.4 Release

12 Apr 09:24
711e3a9
Compare
Choose a tag to compare

ProXIcons

ProXIcons is a modern, clean, and scalable open-source icon pack designed for developers and designers. With over 30+ high-quality icons in SVG format, ProXIcons is perfect for UI/UX projects, offering a sleek, customizable, and lightweight solution for your icon needs.

Features

  • 30+ High-Quality Icons: A broad range of icons for UI, business, social media, media, and more.
  • SVG Format: Scalable vector icons that retain quality at any size.
  • Customizable: Easily adjust the size, color, and style of icons.
  • Lightweight: Optimized for fast loading with minimal overhead.
  • Open-Source: Free to use and contribute to under the MIT license.

Installation

Using CDN

To get started quickly, use the CDN link for integration:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ProgrammerKR/[email protected]/css/proxicons.min.css">

Download

You can also download ProXIcons directly from GitHub:

Usage

Basic Example

To use an icon, simply add the corresponding class to an i element in your HTML:

<i class="px px-home"></i>

You can also customize the icon size and color using standard CSS:

<i class= px px-home" style="font-size: 24px; color: #000;"></i>

Full Documentation

Check out the ProXIcons Documentation for more examples, customization options, and advanced usage.

Changelog

v1.4.3

  • New Icons: Added 30+ new icons across various categories.
  • Performance Improvements: Optimized icons for faster loading and reduced file size.
  • Customizable Styles: Added new CSS classes for better customization.
  • Bug Fixes: Fixed rendering and alignment issues in specific browsers.

v1.4.2

  • Minor bug fixes and optimizations.

Contributing

We welcome contributions to ProXIcons! Whether you're reporting a bug, requesting a new icon, or submitting a pull request, your help is appreciated.

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Make your changes and test them.
  4. Submit a pull request to the main branch.

License

ProXIcons is open-source and released under the MIT License.

Contact

For any questions or feedback, please open an issue on GitHub or reach out via email.


Happy Coding!