The standard schematic diode symbol is a triangle pointing toward a vertical line, representing the anode (triangle base) and cathode (vertical line). Conventional current flows in the direction of the arrow. However, specialized diodes feature distinct geometric modifications, and regional drafting standards dictate subtle but critical differences in how these are drawn. Below is the definitive reference for identifying these symbols in schematics and decoding them on the bench.

The Master Schematic Diode Symbol Reference Table

Use this table to cross-reference schematic symbols with physical components and expected electrical behavior. The geometry descriptions assume the anode is on the left and the cathode is on the right.

Diode Type Symbol Geometry (Anode → Cathode) Common Part Numbers Typical Forward Voltage ($V_f$) Primary Use Case
Standard Rectifier Triangle pointing to a straight vertical line. 1N4001 - 1N4007 0.7V - 1.1V AC to DC conversion, reverse polarity protection.
Small Signal Triangle pointing to a straight vertical line (often drawn thinner). 1N4148, BAV99 0.6V - 0.7V High-speed switching, logic gating, clipping.
Schottky Triangle with inward hooks at the base corners; cathode line is straight. 1N5817, BAT54, SS34 0.2V - 0.4V Low-loss rectification, high-frequency SMPS.
Zener Triangle pointing to a vertical line with outward 90-degree bends (tabs) at both ends. BZX55C5V1, 1N4733A N/A (Operates in reverse breakdown) Voltage regulation, reference generation.
LED (Light Emitting) Standard triangle/line, enclosed in a circle, with two small arrows pointing away. Standard 5mm, WS2812B 1.8V (Red) to 3.3V (Blue/White) Visual indication, illumination.
TVS (Transient Voltage Suppressor) Similar to Zener, but often features a second opposing triangle or a thickened cathode bar. SMAJ5.0A, P6KE15A N/A (Operates in reverse avalanche) ESD protection, inductive spike clamping.

IEEE vs. IEC: Which Standard Applies to Your Region?

When designing schematics in Altium, KiCad, or Eagle, your symbol library must match the drafting standard expected by your region or manufacturing partner. Mixing standards in a single schematic leads to fabrication confusion.

Warning: Never mix IEEE and IEC symbol libraries in the same project. A Zener diode drawn with IEC outward bends might be misread as a generic connector pin if placed next to IEEE-style components by an overseas contract manufacturer.

IEEE 315 / ANSI Y32.2 (North America)

The North American standard, governed by IEEE and ANSI guidelines, frequently encloses the basic diode symbol in a circle. The Zener diode cathode bar in older ANSI prints sometimes features inward-angled ticks rather than strict 90-degree outward bends. Schottky hooks are drawn sharply inward from the triangle base.

IEC 60617 (Europe and International)

The International Electrotechnical Commission standard omits the enclosing circle for most discrete semiconductors. The Zener cathode bar is strictly drawn with 90-degree outward bends (resembling a 'Z'). For LEDs and photodiodes, IEC standardizes the angle of the emission/reception arrows to exactly 60 degrees relative to the cathode line. If you are submitting designs to European assembly houses, ensure your CAD library uses the IEC 60617 footprint mappings.

Rows People Get Wrong: Misread Symbols and Variants

Even experienced engineers misread specific diode variants when scanning complex schematics. Here are the most common points of failure:

  • Zener vs. Schottky: This is the most frequent bench error. A Zener has bent tabs on the cathode bar (the vertical line). A Schottky has hooks on the anode triangle. If you swap them in a power supply feedback loop, the Schottky will short the rail when forward-biased, while the Zener will fail to regulate.
  • TVS vs. Zener: In simplified schematics, a TVS diode is often drawn identically to a Zener. However, a true TVS symbol (per standard semiconductor tutorials) may include a second, opposing triangle to denote bidirectional operation. If the symbol is unidirectional but labeled with a high wattage (e.g., 1500W), it is a TVS, not a standard Zener.
  • Photodiode vs. LED: Both feature arrows, but the direction dictates the physics. Arrows point away from the cathode for an LED (light emitting). Arrows point toward the anode for a photodiode (light receiving). Reversing these in an opto-isolator schematic will cause the PCB fab house to populate the wrong polarity if the silkscreen is ambiguous.
  • Varactor (Varicap) vs. Standard: A varactor symbol features a cathode line that looks like a capacitor (two parallel lines or a line with a distinct gap). It is used for voltage-controlled capacitance in RF oscillators, not for rectification.

Safe Interpretation When Physical Markings Fail

Schematic symbols are useless if you cannot verify the physical component on the board. When a diode's silkscreen or laser marking (like the 1N400x band) is faded, burnt, or missing, you must identify it electrically. Set your multimeter (e.g., Fluke 87V) to the diode test mode, which typically sources ~2mA.

Multimeter Reading (Forward Bias) Probable Diode Type Expected Physical Marking Action if Unmarked / Suspect
0.55V - 0.75V Standard Silicon (Rectifier/Signal) Single band on cathode end. Check reverse bias; should read 'OL'. If it reads low resistance both ways, the junction is shorted.
0.15V - 0.35V Schottky Single band, often on a metallic or dark grey body. Verify it is not a germanium diode (rare in modern boards). Check for low reverse leakage.
1.6V - 3.4V LED Clear or tinted epoxy dome; flat spot on cathode rim. If it reads >1.6V but emits no light, it may be an IR LED (invisible to naked eye; check with phone camera).
'OL' (Overload) in both directions Zener or TVS (or dead component) Single band (Zener) or bidirectional markings. Zeners read 'OL' in forward bias if $V_f$ > meter's test voltage, or if you are probing reverse. Apply a variable DC supply with a 1kΩ series resistor to find the breakdown voltage.
Bench Trick: If you suspect an unmarked component is a Zener diode but your multimeter reads 'OL' in both directions, build a quick test jig: a 12V bench supply, a 1kΩ current-limiting resistor, and the mystery diode in reverse bias. Measure the voltage across the diode. If it clamps at a specific voltage (e.g., 5.1V) rather than passing the full 12V, you have successfully identified a Zener diode and its breakdown voltage.