The standard LED schematic symbol is a semiconductor diode (a triangle pointing to a vertical line) with two outward-pointing arrows indicating light emission. However, modern PCB designs rely heavily on RGB, addressable, and infrared variants that alter this baseline. Reading these symbols correctly—and knowing when a schematic is lying to you—is critical for avoiding blown GPIO pins and inverted logic on the bench.
The LED Schematic Symbol Reference Table
The table below maps the most common LED symbols you will encounter in EDA tools like KiCad, Altium, and Eagle, alongside their real-world electrical characteristics. Use this as your primary lookup when reviewing a new schematic or debugging a BOM mismatch.
| Component Type | Schematic Symbol Description | Standard Forward Voltage (Vf) | Common Package / Part Example |
|---|---|---|---|
| Standard Visible LED | Triangle pointing to a vertical bar; two solid arrows pointing outward. | 1.8V (Red) to 3.3V (Blue/White) | Kingbright WP710A (5mm T-1 3/4) |
| RGB LED (Common Cathode) | Three diode triangles pointing toward a single shared vertical cathode line; outward arrows. | R: 2.0V, G/B: 3.2V | Cree CLVBA-FKA (PLCC-6) |
| Infrared (IR) Emitter | Identical to standard LED, or features dashed arrows / 'IR' text annotation. | 1.2V to 1.5V | Vishay TSAL6200 (940nm) |
| Addressable RGB (e.g., WS2812B) | IC logic block showing DIN, DOUT, VCC, GND pins, often with a small LED symbol inside or adjacent. | 5.0V (Logic), 3.3V-5V (LED junction) | Worldsemi WS2812B (5050 package) |
| Photodiode (Light Sensor) | Triangle pointing away from the light source; two arrows pointing INWARD toward the junction. | N/A (Operates in reverse bias) | Osram BPW34 (Surface mount) |
Regional Standards: IEEE vs. IEC Baselines
While the outward-pointing arrows universally denote light emission, the base diode symbol changes depending on the standard your schematic adheres to. This frequently causes confusion when collaborating across international teams or importing legacy design files.
- IEEE/ANSI (US Standard - IEEE 315): Uses the classic triangle pointing to a vertical line to represent the PN junction. This is the default in most modern hobbyist and commercial EDA tools (KiCad, Altium Designer, EasyEDA).
- IEC (International Standard - IEC 60617): Strictly uses a rectangular box to represent the semiconductor junction body, with a line indicating the cathode. The light-emission arrows remain the same. You will see this in older European industrial schematics and strict military/aerospace documentation.
Rows People Get Wrong & Pinout Traps
Schematics are only as good as the engineer who drew them. Here are the most common symbol misinterpretations that lead to hardware failures, based on years of debugging imported PCB designs.
1. The IR vs. Visible Red Trap
In many older or hastily drawn schematics, an Infrared (IR) emitter is drawn using the exact same symbol as a standard visible red LED. If you are building a remote-control receiver circuit and you solder a visible red LED where the IR emitter belongs, the circuit will light up, but your TV remote won't trigger the sensor. Always cross-reference the BOM (Bill of Materials) for the specific wavelength (e.g., 940nm) when you see a standard LED symbol in an optical transmission path.
2. RGB Common Anode vs. Common Cathode
The RGB symbol shows three diodes. Look closely at the shared line:
- Common Cathode: The three triangles point toward the shared line. The shared pin goes to GND. You drive the colors by pulling the anode pins HIGH.
- Common Anode: The three triangles point away from the shared line. The shared pin goes to VCC. You drive the colors by pulling the cathode pins LOW (sink current).
3. Addressable (WS2812B) vs. 'Dumb' RGB
A WS2812B (NeoPixel) is not just an LED; it is an LED combined with a shift-register IC. The correct schematic symbol must show a logic block with DIN, DOUT, VCC, and GND. If a schematic shows a standard 4-pin RGB symbol (R, G, B, GND) but the BOM calls for WS2812B chips, the PCB layout will be fundamentally broken. Addressables require a single PWM data line, not three separate analog/PWM color lines.
Safe Interpretation: Testing Faded or Unmarked LEDs
When working on reverse-engineered boards or repairing older equipment, you will frequently encounter LEDs where the silkscreen markings are burned off, faded, or entirely missing. Never guess the pinout or color based on the plastic lens tint alone, as water-clear lenses are used for Red, Blue, White, and IR LEDs.
Instead, use your multimeter's Diode Test mode to read the forward voltage drop (Vf). This provides a reliable fingerprint of the LED's internal chemistry.
| LED Color / Type | Expected Vf Reading (Diode Test) | Visual Confirmation |
|---|---|---|
| Infrared (IR) | 1.2V to 1.5V | Invisible to naked eye (view through phone camera) |
| Red / Orange | 1.8V to 2.2V | Dim red/orange glow |
| Standard Green / Yellow | 2.0V to 2.2V | Dim green/yellow glow |
| Blue / White / High-Bright Green | 3.0V to 3.4V | Bright blue/white/green glow |
By combining the schematic symbol reference with real-world Vf testing, you can accurately map any LED circuit, regardless of whether the original engineer used IEEE triangles, IEC boxes, or left the board completely unmarked. For deeper dives into component symbols, the All About Circuits schematic symbol guide provides excellent baseline references, while specific part datasheets from manufacturers like Components101's LED reference library are invaluable for verifying exact pinouts on SMD packages.






