The Complete LED Symbol Reference Table (IEC and IEEE)
Before wiring a breadboard or routing a PCB, you must correctly interpret the schematic symbol. The table below maps the most common LED variants to their physical pinouts and typical forward voltages. Read the 'Symbol Geometry' column to identify the component on your schematic, then use the 'Physical Pinout' column to wire it correctly.
| Component Type | Symbol Geometry (IEEE 315 / IEC 60617) | Physical Pinout & Polarity | Typical Forward Voltage (Vf) |
|---|---|---|---|
| Standard Indicator LED | Single diode triangle/bar with two outward arrows. | 2 pins. Anode (+) to triangle base, Cathode (-) to bar. | 1.8V (Red) to 3.3V (Blue/White) |
| Bi-Color LED (2-Pin) | Two parallel diodes facing opposite directions, single outward arrow pair. | 2 pins. Polarity dictates color (e.g., Anode+=Red, Anode-=Green). | ~2.0V (both directions) |
| RGB LED (Common Cathode) | Three diodes with cathodes (bars) tied to a single shared ground node. | 4 pins. Longest pin is shared GND. Other 3 are R, G, B anodes. | R: 2.0V, G: 3.2V, B: 3.2V |
| RGB LED (Common Anode) | Three diodes with anodes (triangles) tied to a single shared VCC node. | 4 pins. Longest pin is shared VCC. Other 3 are R, G, B cathodes. | R: 2.0V, G: 3.2V, B: 3.2V |
| Infrared (IR) LED | Standard diode symbol, but arrows are often labeled 'IR' or enclosed in a dashed circle. | 2 pins. Identical physical footprint to standard 5mm LED. | 1.2V to 1.5V (940nm) |
| Photodiode (Receiver) | Standard diode symbol with two arrows pointing INWARD toward the junction. | 2 pins. Operates in reverse bias. Cathode to VCC, Anode to GND/Load. | N/A (Generates current when illuminated) |
Rows People Get Wrong (And How to Fix Them)
Even experienced hobbyists and junior engineers misinterpret specific LED symbols, leading to reversed polarity, blown microcontroller GPIO pins, or non-functional circuits. Here are the most common schematic reading errors and how to avoid them.
Confusing IR Emitters with Photodiode Receivers
The most frequent error in optoelectronic circuits is mixing up the Infrared (IR) LED and the Photodiode. Both look nearly identical on a schematic, but the arrow direction is the critical differentiator. Arrows pointing away from the diode junction mean the component emits light (IR LED). Arrows pointing toward the junction mean the component receives light (Photodiode). Wiring a photodiode in forward bias like a standard LED will result in a dead short across your power supply, as it lacks the forward voltage drop of an emitter.
RGB Common Anode vs. Common Cathode
An RGB LED symbol showing three diodes sharing a single pin does not tell you how to wire it to a microcontroller unless you look at which end is shared. If the shared line connects to the vertical bars (cathodes), it is a Common Cathode LED. The shared pin goes to Ground (GND), and you drive the colors by pulling the anode pins HIGH. If the shared line connects to the flat bases of the triangles (anodes), it is a Common Anode LED. The shared pin goes to VCC (usually 3.3V or 5V), and you drive the colors by pulling the cathode pins LOW (sinking current). Driving a common anode LED with a common cathode logic sequence will result in inverted colors or no illumination at all.
Bi-Color vs. Bi-Level (3-Pin) Packaging
A 2-pin bi-color LED symbol shows two anti-parallel diodes. This component changes color based on AC polarity or by toggling a DC H-bridge. However, many physical components that look like 2-pin bi-color LEDs are actually 3-pin packages with a hidden common pin. Always verify the physical pin count against the schematic. If the physical part has 3 legs but the schematic shows a 2-pin anti-parallel symbol, the schematic is missing the common pin reference, and you must use a multimeter to trace the internal die structure.
Regional Standards: Which One Applies to You?
Schematic symbols are governed by two primary standards bodies. While the core geometry of the LED remains consistent, the enclosure and styling rules differ based on your region and the CAD software you use.
- North America (IEEE 315 / ANSI Y32.2): The IEEE 315 standard dictates the classic, unenclosed triangle-and-bar symbol with two outward arrows. This is the default in most US-based educational materials and legacy schematics.
- Europe and International (IEC 60617): The IEC 60617 standard (specifically Part 5 for semiconductors) often encloses the diode symbol in a circle or a specific boundary box to denote a discrete component, and the light emission arrows may be stylized differently. Modern CAD tools like Altium Designer and KiCad allow you to toggle between IEEE and IEC symbol libraries.
Safe Interpretation When Markings are Faded or Missing
Schematics are only half the battle. On the workbench, you will frequently encounter salvaged LEDs, unmarked bulk bins, or SMD components where the physical polarity markings (flat spots, green dots, or thick cathode bars) are faded, missing, or obscured by conformal coating. Never guess the polarity; applying reverse voltage exceeding 5V will permanently damage the semiconductor junction.
Physical Identification Cues
For standard 3mm and 5mm through-hole LEDs, the cathode (negative) is indicated by three physical features: 1. The plastic lens has a flattened edge on the cathode side. 2. The internal anvil (the larger metal piece inside the epoxy) is the cathode. 3. The cathode lead wire is factory-cut shorter than the anode lead (though this is useless if the leads have been trimmed).
For SMD LEDs (like the ubiquitous 0805 or 1206 packages), look for a green or black dot on the top surface, or a thick printed line on the bottom pad. The dot/line always indicates the cathode.
The Multimeter Diode Test Protocol
When visual cues fail, use the diode test function on your digital multimeter (DMM). This is the only safe way to identify an unmarked LED without risking reverse-bias breakdown.
- Set your DMM to the diode test mode (usually indicated by a diode symbol and a sound wave icon).
- Place the red probe on one pin and the black probe on the other.
- If the LED illuminates dimly and the meter displays a voltage between 1.2V and 3.3V, the red probe is on the Anode and the black probe is on the Cathode. The displayed number is the exact forward voltage (Vf) of that specific bin.
- If the meter reads 'OL' (Over Limit) or '1', the polarity is reversed. Swap the probes. If it still reads 'OL' in both directions, the LED is blown (open junction).
By cross-referencing your schematic symbols with the physical multimeter data, you eliminate the guesswork from optoelectronic design. Always confirm the standard (IEEE vs IEC) used by your schematic author, pay strict attention to the arrow direction on IR/Photodiode pairs, and verify RGB common-pin topology before applying power to your microcontroller GPIOs.






