The standard schematic symbol for an LED light is a solid-state diode symbol—a triangle pointing toward a vertical line—with two small arrows pointing outward to indicate photon emission. The flat base of the triangle represents the anode (positive), and the vertical line represents the cathode (negative). While this basic shape is universal for board-level DC design, variations exist for RGB, bi-color, and invisible-spectrum diodes, and architectural lighting diagrams use entirely different conventions.

The Complete LED Schematic Symbol & Pinout Reference

Below is the primary reference table for LED schematic symbols, pinout configurations, and typical forward voltage ($V_f$) characteristics. Use this when translating a schematic to a physical breadboard or PCB layout.

LED Type Schematic Symbol Description Pinout / Configuration Typical $V_f$ (Forward Voltage) Common Part Example
Standard 5mm / SMD Single diode triangle + bar, two outward arrows. 2-pin: Anode (A), Cathode (K). Red: 1.8V - 2.2V
Blue/White: 3.0V - 3.4V
LTL-307EE (Red), WP710A13QBC/D (Blue)
RGB (Common Cathode) Three diodes sharing a single cathode line. Arrows point away from the shared node. 4-pin: 1 Common Cathode (GND), 3 Anodes (R, G, B). R: 2.0V
G/B: 3.2V
LTL2R3CBGF
RGB (Common Anode) Three diodes sharing a single anode base. Arrows point away from the individual cathodes. 4-pin: 1 Common Anode (VCC), 3 Cathodes (R, G, B). R: 2.0V
G/B: 3.2V
WP154A4SUREQBFZGW
Bi-Color (2-Pin) Two diodes in anti-parallel (pointing opposite directions) sharing the same two terminals. 2-pin: Polarity determines color. No common pin. Color 1: 2.0V
Color 2: 2.2V
LTL287KG (Red/Green)
Infrared (IR) Standard diode symbol, but arrows are often drawn dashed or enclosed in a circle. Sometimes labeled with $\lambda$. 2-pin: Anode, Cathode. Often used with a series resistor. 1.2V - 1.5V (at high current pulses) TSAL6200 (940nm)
Ultraviolet (UV) Standard diode symbol. Arrows may be drawn with shorter wavelengths or labeled 'UV'. 2-pin: Anode, Cathode. Requires strict current limiting. 3.3V - 3.8V VLCS5930 (395nm)

Rows People Get Wrong & Faded Marking Workarounds

Even with a clear schematic, translating the symbol to a physical component is where most bench mistakes happen. Here are the specific failure modes and how to resolve them.

Confusing Common Anode vs. Common Cathode RGB Symbols

The most frequent error in microcontroller projects is wiring a Common Anode RGB LED to a microcontroller GPIO configured for a Common Cathode. In a Common Cathode schematic, the shared vertical bar (cathode) connects to ground, and the MCU pins source current through the anodes. In a Common Anode schematic, the shared triangle base (anode) connects to $V_{CC}$ (usually 3.3V or 5V), and the MCU pins sink current. If you wire a Common Anode LED to a Common Cathode circuit, the logic will be inverted (HIGH turns the LED off, LOW turns it on), and if the MCU GPIO cannot handle the combined sink current of all three colors, you risk burning out the internal microcontroller trace.

The 2-Pin Bi-Color Trap

A 2-pin bi-color LED symbol shows two anti-parallel diodes. Beginners often assume this is a standard 2-pin LED and wire it with a single series resistor to a DC source. While it will light up in one color, reversing the battery or H-bridge state will light the second color. However, if you apply an AC signal without a reverse-bias protection diode, the reverse voltage ($V_R$) rating of the LED (typically only 5V) will be exceeded during the negative half-cycle, destroying the junction. Always place a standard silicon diode (like a 1N4148) in inverse parallel when driving 2-pin bi-color LEDs from AC or H-bridge outputs.

Bench Trick: Identifying Faded or Clipped LED Polarity

Physical LEDs rely on a flat edge on the lens, a shorter lead, or a larger internal "anvil" to denote the cathode. When leads are clipped flush for PCB mounting or the epoxy is faded, visual identification fails. Set your digital multimeter (DMM) to Diode Test mode (usually indicated by a diode symbol on the dial). Touch the red probe to one lead and the black to the other. A forward-biased junction will display the $V_f$ drop (e.g., 1.85V for red) and emit a faint glow. A reverse-biased junction will read "OL" (Over Limit). The lead touching the black probe during the forward-bias reading is your cathode. For high-$V_f$ blue or white LEDs, some standard DMMs lack the open-circuit voltage to forward-bias them; use a 3V coin cell with a 330Ω resistor instead.

Addressable vs. Dumb RGB Symbols

Schematics for addressable LEDs (like the WS2812B or SK6812) do not use standard discrete diode symbols. Instead, they are represented as integrated circuit blocks with pins for VDD, VSS, DIN, and DOUT. If you see a standard 4-pin RGB diode symbol on a schematic, it is a "dumb" analog LED requiring PWM control, not a digitally addressable pixel.

Regional Standards and Symbol Variants (IEC vs IEEE/ANSI)

Schematic symbols are governed by regional standards bodies. While the core physics remain the same, the drafting conventions differ depending on whether you are reading a US-based or European/International schematic.

Standard Body Region / Primary Use LED Symbol Drafting Convention
IEEE 315 / ANSI Y32.2 United States, Canada Solid filled triangle pointing to a straight vertical bar. Outward arrows are drawn at a 45-degree angle from the cathode side.
IEC 60617 Europe, UK, International Often uses an unfilled (outline) triangle. The enclosing circle around the diode symbol is more common to denote a discrete component housing. Arrows are drawn similarly but may originate from the center of the junction.
Old UK (BS 3939) Legacy UK (Pre-1990s) Used a distinct arrow-and-line notation without the triangle for some semiconductor devices, though largely superseded by IEC 60617. You will only see this on vintage equipment schematics.

For modern hobbyists and engineers, the IEEE and IEC symbols are visually similar enough that confusion is rare at the component level. However, the distinction becomes critical when scaling up from board-level DC design to architectural or industrial wiring diagrams.

Warning: Board-Level DC vs. Architectural Mains Symbols

Do not confuse a board-level LED diode symbol with an architectural lighting fixture symbol. On an electrical floor plan or single-line diagram (governed by NEC/IEC wiring standards), an LED light fixture (like an E26 bulb or integrated panel) is represented by a circle with a specific cross-hatch, a "W" for wall sconce, or the letters "LED" inside a lighting block. These symbols represent the entire mains-powered fixture, including the internal AC/DC driver and thermal management. Never wire raw DC board-level LEDs directly to 120V/230V AC mains based on an architectural symbol; the internal driver is mandatory to rectify, step down, and current-limit the AC waveform.

When reading schematics, always check the title block for the governing standard (IEEE vs. IEC) and verify the voltage domain. A 2.0V forward drop on a board-level schematic means you need a current-limiting resistor calculated via Ohm's Law ($R = (V_{source} - V_f) / I_f$). If the schematic is a facility power diagram, that same symbol block represents a 120V/277V hardwired luminaire requiring proper gauge wiring, conduit fill calculations, and breaker sizing.

For further reading on standard schematic drafting, refer to the All About Circuits reference chapter on schematic symbols. For practical bench verification of diode junctions when physical markings are missing, consult the Fluke guide on testing diodes with a digital multimeter.