When you open a schematic, the geometric shapes on the screen are not just arbitrary drawings; they are a standardized language governed by strict international and regional bodies. The two dominant standards you will encounter on the bench and in CAD software are IEEE 315 (often referenced alongside ANSI Y32.2, dominant in North America) and IEC 60617 (the international standard used across Europe, the UK, Australia, and modern global manufacturing). Misinterpreting a polarized capacitor symbol or missing a mechanical actuation modifier because you were reading the wrong standard's column can lead to reversed components, shorted power rails, and fried PCBs.
This reference provides a direct, data-dense lookup for the most queried passive, active, and electromechanical components, detailing exactly how the two major standards diverge in their visual geometry.
The Master Electronic Schematic Symbols Chart (IEEE 315 vs IEC 60617)
How to read this table: The table below maps base component classes to their specific geometric representations under both major standards. The IEEE 315 (US) column applies primarily to North American military, aerospace, and legacy industrial documentation. The IEC 60617 (Intl) column applies to modern commercial electronics, EU/UK/AU regulatory submissions, and default libraries in modern EDA tools like KiCad and Altium. The Standard Modifiers column lists the universal geometric additions (like arrows or dashed lines) that alter the base symbol's meaning. All symbol geometries are defined per the IEC 60617 database and the All About Circuits standard reference.
| Component Class | IEEE 315 (US Standard) | IEC 60617 (International) | Standard Modifiers |
|---|---|---|---|
| Resistor (Fixed) | Zigzag line (typically 4 peaks) | Empty rectangle (aspect ratio 3:1) | Diagonal arrow through/alongside = Variable/Potentiometer |
| Capacitor (Non-Polarized) | Two parallel straight lines separated by a gap | Two parallel straight lines separated by a gap | One curved line (IEEE) or '+' sign (IEC) = Polarized/Electrolytic |
| Inductor / Coil | Series of 4 connected semi-circular bumps | Series of 4 connected semi-circles OR a rectangle with core marks | Straight line parallel to bumps = Magnetic core; Dashed line = Tunable |
| Diode (Standard) | Triangle pointing to a perpendicular bar (often enclosed in a circle) | Triangle pointing to a perpendicular bar (circle usually omitted) | Arrows pointing away = LED; Arrows pointing in = Photodiode |
| Transistor (NPN BJT) | Circle containing base line, collector, and emitter with outward arrow | Circle (optional) containing base line, collector, and emitter with outward arrow | Circle omitted in dense IC schematics; Inward arrow = PNP |
| MOSFET (N-Channel) | Gate line separated from channel; solid channel line (depletion) or broken (enhancement) | Similar to IEEE, but bulk/body connection explicitly drawn or tied to source internally | Arrow on source pointing in = N-Channel; Dashed channel line = Enhancement mode |
| Operational Amplifier | Triangle with '+' and '-' inputs inside the body | Triangle with '+' and '-' inputs, or an infinity symbol inside the body | Additional boxes attached = Internal compensation or multi-unit IC packages |
Device library leans heavily toward IEC 60617 (rectangular resistors). If you are submitting a design to a US-based defense contractor requiring MIL-STD documentation, you must explicitly swap to the Device_IEEE or legacy ANSI libraries to ensure the zigzag resistors and circled diodes render correctly on the PDF output.
How Modifiers and Terminals Alter the Base Symbol
Just as ampacity tables use derating factors to modify a base current value based on temperature and bundling, schematic symbols use modifiers to alter the base component's electrical behavior. A base symbol only tells you the component class; the modifiers tell you how it interacts with the circuit physically and electrically.
- The Variable Arrow: A solid diagonal arrow crossing a resistor or capacitor indicates a user-adjustable component (like a trimpot). If the arrow terminates in a perpendicular bar, it indicates a preset or internally adjusted component not meant for daily user tweaking.
- Mechanical Actuation (Dashed Lines): A dashed line connecting two distinct switches or variable resistors indicates mechanical ganging. When you turn the shaft, both wipers move simultaneously. If the dashed line connects a coil to a switch blade, it denotes electromechanical actuation (a relay or contactor).
- Polarity and Terminal Marks: Under IEEE 315, a polarized capacitor is drawn with one curved plate and one straight plate. Under IEC 60617, both plates are straight, but a distinct '+' sign is placed adjacent to the positive terminal. Missing this modifier distinction when reading a foreign schematic can result in placing a tantalum capacitor backward, which is a known fire hazard on the bench.
- Core Material Lines: For inductors and transformers, a solid straight line parallel to the coil indicates a ferromagnetic core (iron/ferrite). A dashed line indicates a powdered iron or tunable core. Two parallel lines (one solid, one dashed) indicate a laminated core with an air gap.
What This Chart Cannot Tell You (And Where to Look Next)
A schematic symbol chart is purely a logical abstraction. It defines the function of the component in the circuit topology, but it deliberately hides the physical and thermal realities required to actually build the board. Here is what the symbols will never tell you, and where you must look instead:
- Pinouts and Internal Logic: An NE555 timer is often drawn as a simple rectangular box labeled '555' with numbers 1 through 8 on the terminals. The symbol does not tell you that Pin 1 is Ground and Pin 8 is VCC. You must consult the manufacturer's datasheet (e.g., Texas Instruments NE555 datasheet) for the physical pin mapping.
- Physical Footprints: The IEC rectangular resistor symbol looks identical whether the physical part is a tiny 0201 surface-mount device or a massive 5W wirewound through-hole resistor. The footprint assignment happens in the PCB layout software, linked via the component's property metadata, not the schematic symbol.
- Thermal and Power Limits: A MOSFET symbol with an enhancement-mode modifier tells you how it switches, but it does not convey its $R_{DS(on)}$, maximum junction temperature ($T_J$), or thermal resistance ($\theta_{JA}$). You cannot calculate heatsink requirements from a schematic symbol alone.
- Parasitic Elements: Real capacitors have Equivalent Series Resistance (ESR) and Equivalent Series Inductance (ESL). The schematic symbol assumes an ideal component. In high-frequency RF or fast-switching power supply designs, you must account for these parasitics using simulation models (SPICE), which are not visible in the 2D drawing.
Regional Standards: Choosing the Right Column for Your Project
Deciding which column of the master chart applies to your installation or documentation package depends entirely on your target audience, regulatory environment, and manufacturing location.
Choose the IEEE 315 / ANSI Y32.2 Column When:
- You are designing for US military, aerospace, or government contracts (MIL-STD compliance often mandates ANSI/IEEE symbol sets).
- You are maintaining or reverse-engineering legacy North American industrial control panels built before the year 2000.
- Your documentation will be reviewed by older US-based electrical engineers who were trained exclusively on the zigzag resistor and curved-plate capacitor.
Choose the IEC 60617 Column When:
- You are designing commercial consumer electronics for a global market, particularly the EU, UK, or Australia.
- You are submitting documentation for CE marking or IEC 62368-1 safety compliance, where reviewers expect standard IEC symbology.
- You are using modern open-source or enterprise EDA tools (KiCad, Altium Designer, EasyEDA) out-of-the-box, as their default global libraries are mapped to IEC geometries.
- You are designing dense, multi-layer PCBs where the simple rectangular IEC resistor saves valuable schematic sheet space compared to the wide zigzag IEEE alternative.
Ultimately, consistency is more critical than the specific standard you choose. Never mix IEEE zigzag resistors with IEC rectangular logic gates on the same schematic page. Pick the column that matches your organization's CAD library standards, lock it in your design rules checklist, and apply it uniformly from the first power rail to the final output stage.






