The standard LED symbol in circuit diagrams is a triangle pointing toward a vertical line (the standard diode symbol) with two small diagonal arrows pointing outward, indicating light emission. The flat side of the triangle represents the anode (positive), and the vertical line represents the cathode (negative). In a schematic, current flows from the anode, through the junction, and out the cathode, dropping a specific forward voltage (Vf) depending on the semiconductor material.

The Complete LED Circuit Symbol & Variant Reference

While the basic light-emitting diode symbol is universal, modern schematics utilize specific variations to denote wavelength, package type, and internal wiring. The table below maps the schematic symbols to their physical counterparts and typical electrical characteristics at a standard 20mA test current and 25°C ambient temperature.

Symbol / Variant Name Schematic Representation Physical Package Equivalent Typical Forward Voltage (Vf) Primary Application
Standard Visible LED Diode + 2 outward arrows 5mm DIP, 0805 SMD 1.8V (Red) to 3.3V (Blue) Status indicators, basic illumination
Infrared (IR) LED Diode + 2 outward arrows + 'IR' label or dashed wave 5mm DIP (clear/dark), PLCC-2 1.2V - 1.5V Remote controls, IR break-beam sensors
Ultraviolet (UV) LED Diode + 2 outward arrows + 'UV' label 3535 SMD, 5mm DIP 3.3V - 3.8V UV curing, sterilization, fluorescence
RGB LED (Common Cathode) 3 diodes sharing 1 cathode line, 3 anodes + arrows 5mm 4-pin DIP, PLCC-4 R: 2.0V, G: 3.2V, B: 3.2V Full-color status, WS2812 alternatives
RGB LED (Common Anode) 3 diodes sharing 1 anode triangle, 3 cathodes + arrows 5mm 4-pin DIP, PLCC-4 R: 2.0V, G: 3.2V, B: 3.2V Active-low MCU driving (e.g., Arduino sinking)
OLED Segment / Array Diode + arrows + enclosing box labeled 'OLED' COG (Chip on Glass), flexible PCB 3.0V - 4.5V (depending on stack) Displays, high-end wearable lighting
Bench Note on RGB Pinouts: Never assume pin 1 is red on a PLCC-4 RGB LED. Manufacturers like Cree and Lite-On frequently rotate the pinout (e.g., Pin 1 = Blue, Pin 2 = Cathode, Pin 3 = Red, Pin 4 = Green). Always verify against the specific manufacturer's datasheet before designing the PCB footprint.

Regional Standards: IEC 60617 vs. IEEE 315

Schematic portability is a major issue when collaborating across international teams. The way an LED is drawn depends heavily on whether the engineer follows the International Electrotechnical Commission (IEC) or the North American IEEE/ANSI standards. According to the IEEE 315 standard for graphic symbols, components are often enclosed, whereas the IEC 60617 standard favors minimalist, unenclosed representations.

Criteria IEC 60617 (International / EU) IEEE 315 / ANSI Y32.2 (North America)
Basic Enclosure No circle. Bare diode symbol with outward arrows. Frequently enclosed in a circle to denote a distinct physical component package.
Arrow Styling Arrows typically drawn at strict 45-degree angles from the junction. Arrows may be drawn at varying angles, sometimes originating from the center of the diode body.
Optocoupler Context LED and phototransistor drawn inside a single shared rectangular boundary box. LED and phototransistor drawn in separate circles, linked by dashed arrows indicating optical coupling.
Cathode Marking Standard vertical bar. Sometimes a small 'k' is added in complex logic diagrams. Standard vertical bar. Often accompanied by a '+' symbol near the anode for explicit polarity.

For a deeper dive into general schematic reading across these standards, the All About Circuits reference textbook provides an excellent cross-walk of legacy vs. modern symbol usage.

Warning: Mains-Adjacent Optocouplers
When an LED symbol appears inside an optocoupler block (like the PC817) on the primary side of a switch-mode power supply, it is tied to high-voltage mains. De-energize, lock/tag out, and verify the bulk capacitors are discharged below 5V DC before probing the LED anode/cathode with a multimeter. Local electrical codes require licensed professionals for mains-level troubleshooting.

Rows People Get Wrong & Interpreting Faded Board Markings

Even experienced technicians misread specific schematic rows or struggle when physical PCB silkscreen markings wear off. Here is how to handle the most common points of failure.

Rows People Get Wrong

  • Photodiode vs. LED: The most common schematic error is confusing a photodiode with an LED. A photodiode (used in solar cells and light sensors) has arrows pointing inward toward the junction, indicating it absorbs light to generate current. An LED has arrows pointing outward, indicating it emits light when forward-biased.
  • Zener Diode vs. LED: A Zener diode symbol features a bent or 'Z' shaped cathode line. It does not have outward arrows. If you see a diode with a bent cathode line and outward arrows, it is likely a specialized voltage-reference LED or a schematic drafting error.
  • AC-Driven LEDs (ACLEDs): Standard LEDs will pop if reverse-biased beyond 5V. If a schematic shows an LED symbol with a small bridge rectifier inside an enclosing box, or two LEDs in anti-parallel, it denotes an AC-driven LED package (like the Lynk-on series) designed to wire directly to 120V/230V AC via a dropping capacitor.

Safe Interpretation When Markings Are Faded or Missing

On older PCBs, the silkscreen 'K' (cathode) or the flat-edge indicator on the PCB pad often fades, scratches off, or is obscured by conformal coating. Do not guess the polarity; a reversed 5mm LED won't just fail to light, it can suffer junction breakdown and short out, potentially damaging your MCU GPIO pin.

The Multimeter Diode Test Method:

  1. Set your multimeter (e.g., Fluke 117 or equivalent) to the Diode Test mode (usually indicated by a diode symbol on the dial).
  2. Place the red probe on one LED pad/pin and the black probe on the other.
  3. Read the display: If the meter reads a forward voltage drop (typically 1.5V to 3.3V) and the LED faintly illuminates, the red probe is on the Anode and the black probe is on the Cathode.
  4. If the meter reads 'OL' (Over Limit) or '1', the LED is reverse-biased. Swap the probes. If it still reads 'OL' in both directions, the LED is blown open.

The Physical 'Anvil and Post' Method (For 5mm DIP LEDs):
If the LED is removed from the board, look through the clear epoxy lens. You will see two metal pieces inside. The smaller piece with the pointed tip is the post (Anode). The larger, flat-topped piece that acts as a reflector cup is the anvil (Cathode). Note: While the 'short leg = cathode' rule applies to new LEDs, leads are frequently trimmed to equal lengths during rework, making the internal anvil/post check the only reliable visual indicator.