When you pull up an electrical symbol chart, you are immediately confronted with a split in the engineering world: the International Electrotechnical Commission (IEC) standard versus the North American NEMA/IEEE standard. Using a NEMA symbol on a PCB destined for European manufacturing, or an IEC symbol on a US 480V motor control ladder diagram, will cause confusion, miswiring, and failed inspections. The direct answer for your workbench is this: use IEC 60617 for all low-voltage DC, microcontrollers, and PCB design, and reserve IEEE 315 / NEMA ICS 19 strictly for North American industrial AC motor controls and panel wiring.
The Master Electrical Symbol Chart: IEC vs. NEMA Standards
How to read this table: Column 1 identifies the base component. Column 2 provides the visual description for the IEC 60617 international standard, which favors abstract, geometric representations. Column 3 provides the IEEE 315 / NEMA North American standard, which often uses pictorial or legacy representations. The temperature and voltage ratings are not inherent to the symbol itself; they must be annotated via text tags (e.g., "600V", "105°C") adjacent to the symbol on your schematic.
| Component | IEC 60617 (International / PCB) | IEEE 315 / NEMA (North American / Industrial) |
|---|---|---|
| Resistor | Empty rectangle (box) | Zig-zag line |
| Capacitor (Non-Polarized) | Two parallel lines, one curved or both straight | Two parallel straight lines with a gap |
| Capacitor (Polarized) | One straight line, one curved line, with a "+" sign | One straight line, one curved line, with a "+" sign |
| Inductor / Coil | Series of half-circles (loops) or a rectangle with loops | Series of full overlapping loops (coils) |
| Diode | Triangle pointing to a line, no circle | Triangle pointing to a line, often inside a circle |
| NPN Transistor | Circle with base, collector, emitter; arrow points OUT | Circle with base, collector, emitter; arrow points OUT |
| MOSFET (N-Channel) | Gate, Drain, Source lines; arrow points IN on source | Similar, but often includes bulk/body diode explicitly |
| Relay / Contactor Coil | Rectangle with diagonal line or "K" designation | Circle or rectangle, often with "CR" (Control Relay) text |
| Normally Open (NO) Contact | Two parallel lines, one with a pivot gap (like a switch) | Two parallel lines, top line angled up (gap visible) |
| Normally Closed (NC) Contact | NO symbol with a diagonal slash across the gap | NO symbol with a diagonal slash, or overlapping lines |
| AC Motor (3-Phase) | Circle with "M" and "3~" inside | Circle with "M" and a sine wave symbol inside |
Quick-Jump Reference: The Most Queried Schematic Symbols
Bookmark this section for the symbols that cause the most schematic misreads on the bench. These are the components where a slight visual deviation completely changes the circuit's behavior.
- Optocoupler / Optoisolator: Look for an LED symbol pointing at a phototransistor symbol, enclosed in a dashed or solid box. If the box is missing, it is just discrete components, not an isolated IC package like the common PC817.
- Crystal Oscillator: A rectangle between two parallel lines. If it has a third line connected to the casing (ground), it is a 3-pin active oscillator. If it only has two pins, it is a passive crystal (like a 16MHz HC-49S) requiring external load capacitors.
- Fuse vs. Circuit Breaker: A fuse is a rectangle with a solid line through the middle. A circuit breaker adds a manual toggle switch symbol over that line. Never confuse them in a high-fault-current design; their let-through current (I²t) profiles are vastly different.
- Ground Symbols:
- Earth Ground: Three descending horizontal lines (safety/chassis).
- Signal/Logic Ground: A solid horizontal line with three downward diagonal hash marks (0V reference for ESP32/Arduino).
- Chassis Ground: Three diagonal lines slanting down to the left.
Decision Tree: Which Symbol Standard Should You Use?
Use this decision path to lock in your schematic standard before drawing your first wire. Do not mix standards on a single page.
| If your project involves... | And the primary audience is... | THEN USE THIS STANDARD |
|---|---|---|
| PCBs, ESP32, Arduino, Raspberry Pi, SMD components | Global makers, PCB fabs (JLCPCB, PCBWay), software engineers | IEC 60617 (Strictly) |
| 480V/240V 3-phase motors, VFDs, industrial PLCs | US/Canadian electricians, panel builders, maintenance techs | NEMA ICS 19 / IEEE 315 |
| Residential US wiring, 120V/240V branch circuits | US homeowners, local AHJ inspectors | NFPA 70 (NEC) Hybrid (Lean NEMA) |
| Automotive 12V DC wiring harnesses | Auto electricians, DIN-standard manufacturers | DIN 72552 / IEC |
Concrete Pick: If you are building a mixed-voltage system (e.g., an ESP32 controlling a 120V AC relay module), draw the low-voltage DC logic section using IEC 60617 symbols, and draw the high-voltage AC load section using NEMA symbols, but separate them onto two distinct schematic pages with clear boundary boxes. Never mix a NEMA zig-zag resistor next to an IEC box relay on the same net.
Modifiers: How Secondary Symbols Alter the Base Component
Just as derating factors in a wire ampacity table modify the base current limit, modifier symbols alter the base function of an electrical component. A standard relay coil symbol just tells you it is an electromagnet. The modifiers tell you how it behaves in time and space.
When you see a standard NO (Normally Open) contact symbol with an added modifier, look at the arrow direction on the modifier slash:
- Arrow pointing AWAY from the contact line (On-Delay): The contact delays closing when the coil is energized, but snaps open instantly when de-energized.
- Arrow pointing TOWARD the contact line (Off-Delay): The contact closes instantly when energized, but delays opening when the coil power is removed.
Thermal vs. Magnetic Overloads: On a motor starter schematic, a basic overload symbol looks like a heater element (a box with a squiggly line inside). If it has a small "M" next to it, it is a magnetic trip (instantaneous short-circuit protection). If it has a small "T" or a bimetallic strip symbol, it is a thermal trip (inverse-time protection for sustained overloads). A Siemens 3RT20 contactor will often show both modifiers on its integrated breaker symbol.
What This Chart Cannot Tell You (And Where to Look Next)
An electrical symbol chart defines logical function, not physical reality. Relying solely on schematic symbols will lead to wiring errors if you fail to cross-reference the following three data points:
- Terminal Pinouts: The symbol for a DPDT relay coil does not tell you that the coil pins are A1 and A2, or that the common terminals are 11 and 21. You must pull the manufacturer datasheet (e.g., Omron G2R-2-SND) to map the symbol to the physical socket.
- Physical Footprint and Clearance: An IEC capacitor symbol takes up 2mm on your screen. The physical 450V 1000µF electrolytic capacitor it represents might be 35mm in diameter and require 10mm of clearance for heat dissipation. The symbol does not convey spatial constraints.
- Wire Color Codes: Schematics rarely dictate wire color. A line drawn in black on a schematic might need to be wired with blue THHN (for 277V AC) or black (for 120V AC hot) depending on local NEC/IEC color codes. Always annotate your schematic with explicit text tags (e.g., "W1: 12 AWG BLU") rather than relying on the drawing color.
The Workbench Default: Stop Mixing Standards
The most common mistake hobbyists and junior engineers make is copying and pasting symbols from disparate online libraries into a single KiCad or AutoCAD Electrical project. This results in a schematic where a NEMA zig-zag resistor sits next to an IEC logic gate, confusing the PCB fab house and the panel builder alike.
Your Default Action Plan: Set your EDA software (KiCad, Altium, EasyEDA) to strictly enforce the IEC 60617 library for all board-level and low-voltage DC designs. If you are drafting ladder logic for a US industrial panel in AutoCAD Electrical, switch your active library to JIC (NEMA). Commit to one standard per schematic document, verify your modifier arrows for time-delays, and always cross-reference the physical datasheet for terminal numbers before cutting your first wire.






