The standard schematic representation for a light-emitting diode is a triangle pointing toward a vertical line, accompanied by two outward-pointing arrows indicating photon emission. In physical space, the triangle side (anode) is positive, and the vertical line side (cathode) is negative. Because misinterpreting polarity instantly destroys the component or prevents illumination, below is the complete reference for interpreting these symbols across schematics, PCB silkscreens, and physical hardware.

The Complete LED Diode Symbol & Pinout Reference Table

Use this table to cross-reference the schematic symbol you see on a blueprint with the physical markings on your workbench. Note that while schematic standards are rigid, physical PCB silkscreen marks vary heavily by CAD software.

Symbol / Mark Type Visual Description Anode (+) Identifier Cathode (-) Identifier Standard / Region
Schematic (US) Solid triangle to straight line, 2 arrows pointing away Triangle base (left) Vertical line (right) IEEE 315 / ANSI Y32.2
Schematic (Global) Triangle to line, 2 arrows, sometimes enclosed in a circle Triangle base Vertical line IEC 60617
PCB Silkscreen (Standard) Diode outline with a thick white bar on one end Blank / Unmarked side Thick white bar side IPC-7351 (General CAD)
PCB Silkscreen (Altium) Rectangle outline with a white dot or filled corner Opposite the dot White dot / Filled corner Altium Designer Default
Physical 5mm Through-Hole Epoxy lens with a flat edge; internal die structure visible Longer leg / Round edge / Small internal post Shorter leg / Flat edge / Large internal anvil JEDEC / Manufacturer
Physical SMD (0805/1206) Tiny green or black rectangle with a colored dot or line Side opposite the mark Green dot or printed line Lite-On / Vishay standard

Regional Schematic Standards and Faded Mark Protocols

When reading schematics, your region dictates the drawing standard. In the United States, the IEEE 315 / ANSI Y32.2 standard governs electronic symbols. The LED diode symbol is drawn as a solid, filled-in triangle pointing to a straight vertical bar. In Europe and most international markets, the IEC 60617 standard applies. While the modern IEC LED symbol is nearly identical to the IEEE version, older IEC schematics (pre-1990s) often enclosed the entire diode symbol in a circle to denote it as a discrete semiconductor device, and the light-emission arrows were sometimes drawn with different angular spacing.

Unlike mains wiring where NEC and IEC color codes strictly dictate hot/neutral/ground, physical LED polarity marks are not governed by a single universal legal code. They follow manufacturer conventions (like JEDEC for through-hole) and CAD library defaults for SMD pads. This lack of universal physical standardization leads to a critical bench problem: faded, clipped, or missing polarity marks.

Safe Interpretation for Faded or Missing Marks: Never guess polarity on a faded SMD LED, a through-hole LED with clipped legs, or a salvaged component. Guessing and applying power will pop the die. Set your multimeter to Diode Test mode (usually indicated by a diode symbol on the dial). Touch the red probe to one pad/leg and the black probe to the other. If the LED emits a faint glow and the meter reads a forward voltage drop (typically 1.8V for red, 2.1V for yellow/green, 3.0V for blue/white), the red probe is on the Anode (+). If the meter reads 'OL' or '1' (open loop), reverse the probes. This method provides 100% certainty without risking the component.

Rows and Marks People Get Wrong

Even experienced makers fall into traps when interpreting LED symbols and physical marks. Here are the most common points of failure on the bench:

1. The 'Flat Edge' and 'Short Leg' Myth

Standard teaching says the flat edge on a 5mm LED epoxy lens and the shorter lead indicate the cathode (negative). While this is true for 95% of reputable brands (like Kingbright or Lite-On), cheap bulk imports from overseas marketplaces frequently reverse this molding convention. Furthermore, if you are working with a salvaged LED, the legs have likely been clipped to equal lengths. Always verify with a multimeter diode test before soldering into a tight SMD pad or enclosed housing where rework is difficult.

2. RGB LED Pinout Confusion (Common Anode vs. Common Cathode)

An RGB LED is essentially three separate LEDs in one package. The schematic symbol will show three triangles pointing to three separate cathode lines, all sharing a single anode line (Common Anode), or vice versa (Common Cathode).

  • Common Cathode: The shared pin goes to GND. You drive the colors by applying PWM to the R, G, and B anode pins. This is standard for most 5V Arduino and ESP32 direct-drive circuits.
  • Common Anode: The shared pin goes to VCC (e.g., 12V or 5V). You drive the colors by pulling the cathode pins LOW. This is required when using N-channel MOSFETs or open-drain LED drivers like the TLC5940.
Mixing these up won't just fail to light the LED; if you force a Common Anode RGB LED into a Common Cathode circuit without current-limiting resistors on the individual color lines, you will instantly burn out the internal bond wires.

3. Confusing the LED with a Photodiode or Zener

At a quick glance, the symbols look similar. A Photodiode symbol has the arrows pointing inward toward the junction, indicating it absorbs light to generate current (used in optical encoders and light meters). A Zener diode symbol has no light arrows; instead, the vertical cathode line has bent 'tails' or a zigzag at the ends, indicating its ability to conduct in reverse breakdown. If your schematic shows inward arrows, you are looking at a light sensor, not an emitter.

Frequently Asked Questions

What do the arrows on the symbol led diode schematic mean?

The two small, outward-pointing arrows on the schematic symbol represent photon emission—literally, light leaving the semiconductor junction. In semiconductor physics, when electrons recombine with holes in the direct bandgap material (like Gallium Arsenide Phosphide for red LEDs), they release energy as photons rather than heat. The arrows differentiate the component from a standard rectifying diode (like a 1N4007), which has the exact same triangle-and-line symbol but lacks the emission arrows because it dissipates energy as heat.

How do I read a faded symbol led diode on an old PCB silkscreen?

Older PCBs, especially those manufactured before standardized CAD libraries became common, often used cryptic silkscreen marks for SMD LEDs. If the standard white bar or dot is faded, look for the copper pad geometry. Many older designs used a square pad for the Cathode and a round pad for the Anode. If the pads are identical and the silkscreen is completely gone, you must rely on the component's physical markings. For SMD LEDs, look closely at the green or black body under a magnifying glass; manufacturers like Vishay often mold a tiny notch or print a faint line on the cathode side that is invisible to the naked eye but obvious under 10x magnification. When in doubt, use the multimeter diode-test method outlined above.

Does the symbol led diode triangle point toward positive or negative?

The triangle points toward the negative side (the cathode). A helpful way to remember this is that the triangle acts like an arrowhead or a one-way valve for conventional current. Conventional current flows from positive to negative, so it enters the flat base of the triangle (Anode/Positive) and is 'pointed' through the junction to the vertical bar (Cathode/Negative). The vertical bar acts as the 'wall' or 'stop' that the current hits, which aligns with the physical reality that the cathode is the terminal where electrons exit the device to return to the power supply's positive terminal.

For further reading on physical component identification and safe breadboarding practices, refer to the SparkFun polarity guide and the Electronics Club LED primer. Always verify your specific component's datasheet, as manufacturer-specific pinouts for high-power or multi-die LEDs will override general bench rules.