The standard symbol for a diode is a solid triangle pointing toward a vertical line, representing the anode (triangle base) and cathode (vertical line). Conventional current flows only in the direction the triangle points.

The Complete Diode Symbol Reference Table

Below is the master reference for diode schematic symbols, cross-referenced with standard part numbers and typical forward voltage ($V_F$) drops. Use this table to identify components on a schematic or verify a bill of materials (BOM).

Diode Type Schematic Symbol Description Standard Part Example Typical $V_F$ / Breakdown Primary Use Case
Standard Rectifier Solid triangle, straight vertical cathode line 1N4007 (DO-41) 0.7V - 1.1V AC to DC conversion, freewheeling
Schottky Triangle, cathode line bent backward into an 'S' or 'Z' shape 1N5819 (DO-41) 0.2V - 0.4V High-frequency switching, low-loss rectification
Zener Triangle, cathode line bent at 90° angles at both ends (staple shape) 1N4733A (5.1V) N/A (5.1V Reverse) Voltage regulation, reference clipping
Light Emitting (LED) Standard diode with two arrows pointing AWAY from the symbol C503B-RAN (5mm) 1.8V - 3.3V Visual indication, optical transmission
Photodiode Standard diode with two arrows pointing TOWARD the symbol BPW34 (SMD) 0.4V - 0.6V Light sensing, optical receivers
TVS (Unidirectional) Triangle, cathode line bent AWAY from each other at the ends SMBJ5.0A Clamps at 9.2V ESD and transient surge protection
Varactor (Varicap) Triangle, cathode line has a small parallel hook or 'L' shape BBY58 (SOT-23) N/A (Reverse biased) RF tuning, voltage-controlled oscillators

Regional Standards and the "Rows People Get Wrong"

While the basic triangle-and-line is universal, the subtle variations for specialized diodes change depending on the drafting standard your EDA software or legacy schematic follows.

IEEE 315 vs. IEC 60617 Variants

In the US, the IEEE 315 standard dictates the use of a solid, filled-in triangle for standard semiconductor junctions. Historically, the international IEC 60617 standard preferred an open (unfilled) triangle or a simple box notation for certain semiconductor devices. However, in modern 2026 practice, the filled triangle has become the de facto global standard across KiCad, Altium, and Eagle. If you are reading a legacy European schematic from the 1980s, expect open triangles; for anything modern, assume the IEEE filled style.

The Symbols Makers Always Confuse

  • Zener vs. Schottky: This is the most common bench mistake. A Zener's cathode bar bends at 90 degrees at both ends, pointing outward like a staple [. A Schottky's cathode bar bends backward toward the anode, forming an 'S' or 'Z' shape, but the ends do not touch the triangle.
  • TVS vs. Zener: A unidirectional TVS diode looks like a Zener, but the ends of the cathode bar bend away from each other, resembling a stretched staple. Bidirectional TVS symbols often just show two Zener diodes facing cathode-to-cathode.
  • LED vs. Photodiode Arrows: The arrows denote photon flow. LEDs emit light, so arrows point away. Photodiodes absorb light, so arrows point toward the junction. Reversing these in a schematic will cause your PCB fab house to populate the wrong component if they rely on automated optical BOM matching.

Decision Matrix: Zener vs. TVS vs. Schottky

Criterion Zener (e.g., 1N47xx) TVS (e.g., SMBJxx) Schottky (e.g., 1N58xx)
Primary Function Continuous voltage regulation Transient surge clamping (microseconds) High-speed, low-loss rectification
Power Dissipation 1W to 5W continuous 600W+ peak (pulse only) 1W to 3W continuous
Response Time ~1 µs < 1 ns (picoseconds) N/A (Forward biased)
Symbol Cathode Bar Bent at 90° at both ends Bent away from each other Bent backward into an 'S' shape

Identifying Faded or Missing Diode Markings in Practice

When repairing a switching power supply or an automotive ECU, you will frequently encounter a diode where the PCB silkscreen is burned off by a nearby hot MOSFET, or the schematic simply labels it "D4" with no BOM entry. Here is how to safely interpret the physical component when the symbol is missing.

⚠️ SAFETY WARNING: High-Voltage Capacitor Discharge
Before probing any diode in a mains-powered circuit (like an ATX power supply or LED driver), you must verify that the primary DC bus capacitors are fully discharged. A 400V DC bus capacitor can hold a lethal charge for weeks. Use a high-wattage bleed resistor (e.g., 10kΩ 5W) across the capacitor terminals and verify with a CAT III rated multimeter before touching the diode pads.

The Physical Cathode Band

The vertical line in the diode symbol corresponds directly to the physical cathode band on the component body. On through-hole DO-41 packages (like the 1N4007), this is a painted ring. On SMD packages like DO-214AC (SMA) or SOD-123, it is a printed white or black stripe. The stripe always marks the cathode. If the stripe is faded, the underlying epoxy or glass body will often have a slight bevel or chamfer on the cathode edge, though this is manufacturer-dependent.

The Multimeter Diode Test Protocol

When visual identification fails, use the multimeter diode test mode to map the anode and cathode. This applies a small test current (usually 1mA to 2mA) and measures the forward voltage drop.

  1. Set your multimeter to the diode test function (the symbol with a triangle and a plus sign).
  2. Place the Red probe on one pad and the Black probe on the other.
  3. Forward Bias Reading: If the meter reads between 0.2V and 0.8V, the Red probe is on the Anode (triangle side) and the Black probe is on the Cathode (line side). A Schottky will read ~0.25V; a standard silicon rectifier will read ~0.55V.
  4. Reverse Bias Reading: Swap the probes. The meter should read "OL" (Over Limit) or "1" (depending on the brand), indicating the junction is blocking current.
  5. Failure Modes: If you read ~0.00V in both directions, the diode is shorted (common in TVS diodes that have sacrificed themselves to a surge). If you read "OL" in both directions, the internal silicon die has cracked open.

Pro-Tip: Testing in-circuit can yield false low readings if parallel resistor networks provide an alternate current path. For absolute certainty, desolder one leg of the diode before testing. Additionally, remember that Schottky diodes have a negative temperature coefficient for forward voltage; as they heat up, their $V_F$ drops, which can lead to thermal runaway in high-current parallel configurations. This is why the Schottky symbol often appears with a heatsink notation in high-power supply schematics.

By combining the physical band inspection with the multimeter $V_F$ reading, you can definitively identify the anode and cathode, allowing you to safely map the physical component back to the standard triangle-and-line symbol on your schematic.