The standard diode electronic symbol is a triangle pointing toward a vertical line, representing the anode (triangle base) and cathode (line). Conventional current flows from the anode to the cathode. While this basic geometry is universal, specialized diodes modify the cathode line or add directional arrows to indicate specific semiconductor behaviors. Below is the complete schematic reference for identifying diode types on the bench and in CAD software.

The Master Diode Electronic Symbol Reference Table

Use this table to decode schematic symbols and match them to physical components. The forward voltage (Vf) values assume a standard room temperature (25°C) and typical operating current.

Diode Type Schematic Symbol Description Standard Part Example Typical Vf Primary Use Case
Standard Rectifier Solid triangle pointing to a straight vertical cathode line. 1N4007 0.7V - 1.1V AC to DC power conversion, reverse polarity protection.
Signal / Switching Identical to standard rectifier; differentiated only by part number. 1N4148 0.6V - 1.0V High-frequency logic clamping, fast switching circuits.
Schottky Triangle pointing to a cathode line with 'S' or 'N' shaped hooks at both ends. 1N5819 0.2V - 0.4V Low-loss power rectification, solar panel bypass.
Zener Triangle pointing to a cathode line with bent 'hooks' pointing in opposite directions. BZX55C5V1 Defined by Vz (e.g., 5.1V) Voltage regulation, overvoltage clamping (operated in reverse breakdown).
Light Emitting (LED) Standard triangle/line with two small arrows pointing away from the symbol. LTL-307EE 1.8V - 3.3V Visual indication, optical isolation, lighting.
Photodiode Standard triangle/line with two small arrows pointing toward the symbol. BPW34 N/A (Generates current) Light sensing, optical encoders, fiber optic receivers.
Varactor (Varicap) Triangle pointing to a cathode line, with a second parallel line separated by a gap. BBY58 N/A (Reverse biased) Voltage-controlled oscillators, RF tuning circuits.

Rows People Get Wrong

  • Zener vs. Schottky: Beginners frequently confuse these. The Zener cathode line has sharp, 90-degree bent hooks resembling a staple. The Schottky cathode line curves smoothly into an 'S' or 'N' shape. Mixing these up in a power supply design will result in either a shorted supply (if a 0.3V Schottky is used where a 5V Zener clamp was intended) or massive heat dissipation.
  • LED vs. Photodiode Arrows: The arrows denote photon direction. LEDs emit light, so arrows point away from the diode body. Photodiodes absorb light, so arrows point inward. Swapping these on a schematic confuses PCB layout designers regarding component placement and shielding.
  • Signal vs. Rectifier: The schematic symbol for a 1N4148 (signal) and a 1N4007 (rectifier) is exactly the same. You cannot tell them apart purely from the basic symbol; you must read the schematic's reference designator text (e.g., D1 vs D2) and check the bill of materials (BOM).

IEEE vs. IEC: Regional Schematic Standard Variants

While the core triangle-and-line geometry is globally recognized, the surrounding schematic conventions differ based on whether your engineering team follows North American or international standards.

IEEE 315 / ANSI Y32.2 (North America):
Under IEEE standards, the diode symbol is typically drawn as a standalone component. Current flow is traditionally routed from left to right, meaning the anode is on the left and the cathode is on the right. If a diode is part of a multi-component package (like a bridge rectifier), IEEE schematics usually draw each individual diode symbol separately and connect them with wires, rather than using a single box.

IEC 60617 (Europe / International):
The IEC standard utilizes the same fundamental triangle, but frequently encloses semiconductor components within a solid or dashed rectangular envelope box. This box denotes the physical package boundary. For example, a dual common-cathode Schottky diode in a single SOT-23 package will be drawn as two diode symbols enclosed in one dashed box, with shared pin numbers mapped to the box's exterior terminals. Furthermore, IEC schematics often prioritize top-to-bottom signal flow in power rails, meaning you will frequently see the anode pointing downward toward ground in clamping configurations.

Obsolete Variants (Old UK BS 3939):
If you are servicing legacy British equipment from the 1970s or 80s, you may encounter the BS 3939 standard. This older standard sometimes represented the cathode bar with a significantly thicker line or a filled-in triangle rather than an outlined one. Always verify the drawing's legend block before assuming a filled triangle represents a different component class.

Bench Identification: Reading Faded Markings and Testing Pinouts

Schematic symbols are clean and precise; physical components are not. Through-hole DO-41 glass and black epoxy diodes rely on a painted band to indicate the cathode. In high-heat environments (like near power resistors or inside amplifiers), this band bakes off, leaving you with an unmarked black cylinder. Similarly, SMD packages like SOD-123 often feature microscopic polarity marks that are obscured by flux residue.

Never guess the polarity based on physical placement assumptions. Instead, use the Diode Test mode on your digital multimeter (DMM). According to Fluke's official testing guidelines, this mode applies a small internal current (usually 1-2 mA) to measure the forward voltage drop.

Step-by-Step DMM Verification

  1. Isolate the Component: If the diode is in-circuit, desolder at least one leg. Parallel resistive paths will skew your Vf reading and mask a shorted junction.
  2. Forward Bias Test: Place the red probe on the suspected anode and the black probe on the suspected cathode. A healthy silicon diode will read between 0.450V and 0.750V. A Schottky will read 0.150V to 0.300V.
  3. Reverse Bias Test: Swap the probes. The meter should display 'OL' (Over Limit) or a '1' on the left side of the LCD, indicating infinite resistance.
  4. Failure Modes: If the meter reads ~0.000V and beeps continuously in both directions, the junction is shorted (common in 1N400x rectifiers subjected to voltage spikes). If it reads 'OL' in both directions, the internal wire bond has snapped open.

SMD Dual-Diode Pinout Mapping:
The schematic symbol for a dual diode (two diodes in one package) will show shared connections, but the physical pinout of a SOT-23 package is notoriously inconsistent across manufacturers. A single SOT-23 footprint can house a common-cathode pair, a common-anode pair, or a series pair. The schematic symbol will show a dotted line connecting the respective cathodes or anodes, but you must cross-reference the exact manufacturer part number (e.g., Nexperia BAS40-04 vs. BAS40-05) to map Pin 1, Pin 2, and Pin 3 correctly. As noted in SparkFun's diode tutorial, assuming a standard pinout for multi-die SMD packages is a leading cause of reverse-bias shorts during PCB prototyping.

When markings are entirely missing on an SMD component and you cannot identify the part number, use the DMM diode test to map the internal junctions. By testing all three pins against each other in both directions (6 total measurements), you can mathematically deduce whether the internal topology is common-cathode, common-anode, or series, allowing you to safely substitute a known equivalent.