[Feature]: Add SiJava Icon

Author: TaH00RCreated Aug 5, 2026Updated Aug 5, 2026

Describe

While working on my portfolio website, I noticed that react-icons doesn't include an icon for SiJava (Simple Icons). This made it difficult to maintain a consistent appearance in the tech stack section, as I had to mix icon libraries or use custom SVGs.

Since Java remains one of the most widely used programming languages, having its Simple Icons version available in react-icons would improve consistency and make it easier for developers to represent Java alongside other technologies.

Solution

Add the SiJava icon from Simple Icons (if/when available), or include a Java icon under the Simple Icons set so it can be imported like:

import { SiJava } from "react-icons/si";

This would allow developers to display Java consistently with other technology icons without relying on custom SVGs or multiple icon libraries.

Minimal sample repository URL

No response

Additional context

This issue came up while building a developer portfolio where all technologies were displayed using react-icons. Java was the only commonly used language missing from the Simple Icons set, resulting in inconsistent styling.