The standard symbol of light emitting diode (LED) consists of a solid triangle (representing the anode) pointing toward a vertical line (the cathode), accompanied by two small outward-pointing arrows indicating photon emission. Whether you are reading a legacy US schematic or a modern European datasheet, identifying this symbol correctly and mapping it to the physical component is the first step in designing reliable optoelectronic circuits. Below is the complete reference mapping schematic symbols to physical hardware.
Complete LED Symbol and Physical Pinout Reference
The table below maps the schematic symbol variations to their physical counterparts in both Through-Hole Technology (THT) and Surface-Mount Device (SMD) packages. Use this as a quick-reference when translating a schematic into a physical breadboard or PCB layout.
| Feature / Identifier | IEEE 315 (US Standard) | IEC 60617 (Intl Standard) | Physical THT (e.g., 5mm Round) | Physical SMD (e.g., 0805 / 0603) |
|---|---|---|---|---|
| Core Symbol Shape | Triangle pointing to vertical bar | Triangle pointing to vertical bar | N/A (Physical component) | N/A (Physical component) |
| Enclosure Circle | Optional (often omitted in modern CAD) | Mandatory for discrete optoelectronics | N/A | N/A |
| Emission Arrows | Two arrows pointing away (45° up/out) | Two arrows pointing away (45° up/out) | N/A | N/A |
| Anode (+) Identification | Left side of symbol (triangle base) | Left side of symbol (triangle base) | Longer lead, unflattened bulb edge | Pad 1, or marked with a '+' silkscreen |
| Cathode (-) Identification | Right side of symbol (vertical bar) | Right side of symbol (vertical bar) | Shorter lead, flat spot on bulb rim | T-shaped pad, or wider thermal pad |
| Standard Forward Voltage (Vf) | Not specified in symbol | Not specified in symbol | Red: 1.8-2.2V | Blue/White: 2.8-3.4V | Red: 1.8-2.2V | Blue/White: 2.8-3.4V |
Regional Standards: IEEE 315 vs. IEC 60617
When you open a schematic in KiCad 8 or Altium 24, the default symbol library will usually pull from either the US-based IEEE 315 standard or the international IEC 60617 standard. While the core triangle-and-bar geometry remains identical, the peripheral styling differs in ways that can confuse beginners reading cross-regional documentation.
The Enclosure Circle Debate
The most visible difference is the circle. Under IEC 60617 guidelines, discrete optoelectronic components like LEDs and photodiodes are traditionally enclosed in a circle to distinguish them from standard rectifying diodes. In contrast, IEEE 315 treats the circle as optional. In modern, high-density PCB design, CAD libraries almost universally omit the circle to save schematic real estate and reduce visual clutter. If you see a circle, you are likely looking at an older European schematic or an educational textbook; if you don't, it's standard modern practice.
Arrow Direction and Angle
Both standards mandate two arrows pointing away from the diode body to signify light emission. However, older schematics sometimes draw these arrows straight up, while modern libraries angle them at 45 degrees outward. The angle has no electrical meaning—it is purely a drafting convention to prevent the arrows from overlapping with adjacent component symbols or wire nets on dense schematics.
Rows People Get Wrong: Symbol Misinterpretations and Faded Markings
Even experienced hobbyists misread optoelectronic symbols or struggle with physical identification when components are mishandled. Here are the most common pitfalls and how to resolve them.
Mistake 1: Confusing Emission with Detection
The most frequent schematic error is mixing up the LED with a photodiode or solar cell. If the two arrows are pointing away from the diode body, it is an emitter (LED). If the arrows are pointing toward the diode body, it is a detector (photodiode/phototransistor). Always check the arrow direction before ordering parts from a datasheet.
Mistake 2: Misidentifying the Cathode Bar
In the symbol of light emitting diode, the vertical bar represents the cathode (negative side). A common mental trap is assuming the 'point' of the triangle is the positive side because it 'points' in the direction of conventional current flow. While conventional current does flow from the triangle base to the bar, the bar itself is the cathode terminal. Remember: the bar looks like a minus sign (-), which helps anchor the cathode association.
Recovering Faded or Clipped Physical Markings
When you are sorting through a bin of salvaged 5mm THT LEDs, the leads are often clipped to the same length, and the flat spot on the plastic rim might be sanded off or obscured by dirt. Similarly, on tiny 0603 SMD LEDs, the silkscreen cathode dot is often invisible without a microscope. Do not guess polarity; a reversed LED won't explode, but it will block current and halt your debugging process.
The Multimeter Diode Test Fix:
According to practical testing guidelines outlined in the Vishay LED FAQ documentation, you can definitively identify the anode and cathode using a standard digital multimeter (DMM).
- Set your DMM to the diode test mode (usually indicated by a diode symbol on the dial).
- Touch the red probe to one leg/pad and the black probe to the other.
- If the LED lights up dimly and the meter reads a forward voltage drop (e.g., ~1.8V for a standard GaAsP red LED, or ~3.2V for an InGaN blue LED), the red probe is on the Anode and the black probe is on the Cathode.
- If the meter reads 'OL' (Over Limit) or '1', the LED is reverse-biased. Swap the probes.
Schematic Placement Convention: Anode vs. Cathode Resistor
When translating the symbol into a physical circuit, you must place a current-limiting resistor in series. Electrically, it does not matter if the resistor is placed on the anode side (VCC → Resistor → LED → GND) or the cathode side (VCC → LED → Resistor → GND); the current limiting effect is identical. However, industry convention and standard semiconductor textbook practices strongly prefer placing the resistor on the anode side. This keeps the cathode tied directly to ground (or the switching transistor), which simplifies troubleshooting with an oscilloscope and ensures predictable behavior when multiplexing LED matrices.






