The standard LED light emitting diode symbol consists of a solid triangle (representing the anode or P-type material) pointing directly into a vertical bar (representing the cathode or N-type material), accompanied by two diagonal arrows pointing outward to indicate photon emission. Current flows in the direction of the triangle. While the schematic symbol is largely universal, the physical pinouts and the AC mains wiring color codes for LED drivers and luminaires vary significantly depending on whether you are working under US NEC, international IEC, or legacy UK standards.
Schematic Symbols & Standard Variants
When reading or drafting schematics, you will encounter the base LED symbol alongside several specialized variants. The governing bodies for these symbols are IEC 60617 (International Electrotechnical Commission) and IEEE 315 / ANSI Y32.2 (US standard). In modern CAD tools like KiCad or Altium, the IEC standard is the default, but older US military or aerospace schematics may still use the ANSI enclosed-circle variant.
| Component Type | Symbol Description (IEC 60617 / IEEE 315) | Practical Application & Bench Notes |
|---|---|---|
| Standard LED | Triangle pointing to a vertical line; two outward arrows. | General indicator lights, 5mm through-hole, and standard SMD (0805/1206) packages. |
| Infrared (IR) LED | Standard LED symbol, often with the letters 'IR' or a wavy line near the arrows. | Remote controls, optocouplers, and IR break-beam sensors. Forward voltage is typically lower (~1.2V). |
| RGB LED (Common Cathode) | Three triangles pointing to a single shared vertical line; three outward arrows. | Full-color indicators. The shared line is tied to GND; the three anodes connect to PWM pins via current-limiting resistors. |
| RGB LED (Common Anode) | Three triangles pointing to three separate lines that merge into a single shared input node. | Common in 12V LED strips and automotive lighting. The shared node connects to VCC; cathodes are pulled low to activate. |
| OLED / Display Array | Standard LED symbol enclosed in a dashed or solid rectangle, sometimes with multiple diodes shown in a matrix. | Used for I2C/SPI OLED screens (e.g., SSD1306). The symbol represents the individual organic diode pixels. |
| Photodiode (Contrast) | Triangle pointing to a line, but arrows point inward toward the junction. | Light sensors and solar cells. The inward arrows indicate it absorbs photons to generate current, rather than emitting them. |
For a deeper dive into standard electronic schematic symbols and their historical evolution, the All About Circuits reference textbook provides an excellent breakdown of IEEE vs. IEC drafting conventions.
Physical Pinouts & Regional Wiring Color Codes
While the schematic symbol tells you how the component behaves in a circuit, physical installation requires knowing two things: the DC polarity of the LED itself, and the AC mains wiring colors for the LED driver or fixture. This is where regional standards diverge sharply.
| Wire Function | US / Canada (NEC / UL) | EU / International (IEC 60446) | Old UK (Pre-2004 Harmonization) |
|---|---|---|---|
| AC Line / Hot (Mains) | Black (or Red for 240V) | Brown | Red |
| AC Neutral (Mains) | White (or Grey) | Blue | Black |
| Protective Earth / Ground | Bare Copper or Green | Green with Yellow Stripe | Green with Yellow Stripe |
| DC Positive (+) to LED | Red | Red (or Brown for DC) | Red |
| DC Negative (-) to LED | Black | Black (or Blue for DC) | Black |
If you are repairing an older UK installation (pre-2004) that has been partially updated with modern IEC-compliant LED fixtures, you will encounter a dangerous mix of old red/black and new brown/blue wiring. Always trace and test; never assume a black wire is neutral in an old UK ceiling rose—it was the Line (Hot) wire in the switch drop. For comprehensive wiring color code tables, refer to the wire color code reference guide.
Physical DC Polarity Markings on the LED Component
For the physical LED package (DC side), polarity is indicated by physical geometry rather than wire color:
- Through-Hole (5mm/3mm): The longer leg is the Anode (+). The shorter leg is the Cathode (-). The epoxy lens will also have a flattened edge on the Cathode side.
- SMD Packages (0805, 1206, 5050): Look for a green or black dot, a small notch, or a silkscreen line on the PCB footprint. The line or notch indicates the Cathode.
- High-Power COB / Star LEDs: The PCB will explicitly print '+' and '-' symbols, or use a red dot for Anode and a black/blue dot for Cathode.
The 'Rows People Get Wrong' & Faded Markings
Even experienced makers stumble on specific LED identification quirks. Here are the most common points of failure on the bench, and how to resolve them when physical markings are worn off or missing.
1. The Internal 'Anvil vs. Post' Fallacy
If you look inside a clear 5mm LED epoxy lens, you will see two metal pieces. A pervasive myth in hobbyist circles is that the smaller piece is the Cathode. This is backwards. The larger, flat-topped metal piece (the anvil) is the Cathode (-). The smaller, post-like piece that the actual semiconductor die sits on is the Anode (+). Relying on the internal structure is a good backup when the legs have been clipped to the same length, but always verify with a meter if possible.
2. RGB LED Pinout Assumptions
In a standard 4-pin 5mm RGB LED, the longest pin is the common connection. However, beginners frequently assume this longest pin is the Ground (Common Cathode). While Common Cathode is standard for 3.3V/5V microcontroller logic, Common Anode is heavily used in 12V automotive and LED strip applications. If you wire a Common Anode RGB LED as if it were Common Cathode, applying 5V to the longest pin and grounding the colors will result in a dead short or a blown GPIO pin. Always check the datasheet for the specific part number (e.g., Kingbright WP154A4SURQBFZW).
3. Safe Interpretation of Faded or Missing Markings
When salvaging LEDs from old PCBs, or dealing with cheap bulk bins where leg lengths and flat spots are inconsistently manufactured (a common issue with unbranded import components), you must electrically verify polarity. Do not guess and apply full circuit voltage; you risk popping the die or damaging your power supply.
The Multimeter Diode Test Procedure:
- Set your digital multimeter (e.g., Fluke 117 or Brymen BM235) to the Diode Test mode (usually indicated by a triangle with a line and a soundwave symbol).
- Touch the Red probe to the suspected Anode and the Black probe to the suspected Cathode.
- Read the Forward Voltage (Vf): If the LED lights up dimly and the meter displays a voltage drop, you have correct polarity.
- IR LEDs: ~1.0V to 1.4V
- Red/Orange/Yellow: ~1.7V to 2.2V
- Green/Blue/White/UV: ~2.8V to 3.4V
- Swap the probes. The meter should read 'OL' (Open Loop) or '1', and the LED should remain dark. If it reads a voltage in both directions, the LED is shorted. If it reads 'OL' in both directions, the LED is blown open or your meter's test current (usually 1-2mA) is too low to forward-bias a high-Vf blue/white LED.
Understanding the LED light emitting diode symbol is only the first step. Translating that symbol into a physical, safely wired circuit requires respecting both the microscopic geometry of the semiconductor junction and the macroscopic regional codes governing the mains power that drives it. Always verify your assumptions with a meter before applying power.






