Showcase your skills by using the URL below and adding the tech stack icons you want (separated by commas)

Parameter | Description | Required | Default |
---|---|---|---|
i |
Comma-separated list of icon names | Yes | / |
perline |
Number of icons per line | No | 15 |
To make it even easier to create your skills icons URL, You can use our graphical URL Builder
tool!
🔗 URL Builder: https://builder.syvixor.com
Below is a complete list of available icons and their IDs. You can use either the full ID or its alias (if available) in the i
parameter.
We welcome contributions from anyone! If you'd like to help, please follow the detailed guidelines in our CONTRIBUTING.md file.
- Add New Icons: Submit PRs to expand our icon collection.
- Bug Fixes: Help us identify and fix issues.
- Documentation: Help improve documentation.
# Clone the repository
git clone https://github.com/syvixor/skills-icons.git
# Install dependencies
pnpm install # or npm install
# Run development server
pnpm dev # or npm run dev
For more instructions on how to get started, check out the guidelines in the CONTRIBUTING.md.
This section provides instructions on building and running the Skills Icons
project using Docker. Follow the steps below to containerize and manage the application efficiently.
Before you begin, ensure you have the following installed:
- Docker (version 18.09 or higher)
To build the Docker image for Skills Icons
, follow these steps:
- Open a terminal and navigate to the directory.
- Run the following command to build the image:
docker build -t skills-icons .
# or
sudo docker build -t skills-icons .
Once the image is built, you can run it in a container:
- Execute the following command:
docker run -p 3000:3000 skills-icons
# or
sudo docker run -p 3000:3000 skills-icons
This command maps port 3000 of your host machine to port 3000 of the container, allowing you to access Skills Icons
at http://localhost:3000.
We strive to respect all branding guidelines and intellectual property. If you represent a company whose icon is included in this project and you would like it removed, or if you believe we have used an icon in a way that violates your branding guidelines, please open an issue on this repository detailing your request. We will review your request promptly and take appropriate action. We appreciate your understanding and cooperation.
If you find this project helpful, consider:
- Starring the repository
- Sharing it with others
- Contributing to its development
This project is licensed under MIT License