An electronic circuit symbols chart translates abstract schematic glyphs into physical components, but the exact geometry you draw depends entirely on your regional and industry standard. The global electronics industry operates on two primary drafting standards: IEEE 315 (the North American/ANSI standard) and IEC 60617 (the International Electrotechnical Commission standard). Using the wrong standard in a professional schematic can lead to manufacturing confusion, failed design reviews, or rejected military/aerospace contracts.

This reference provides the exact geometric definitions for both standards, explains how graphical modifiers alter base components, and gives you a concrete decision path for configuring your EDA (Electronic Design Automation) software.

How to Read This Electronic Circuit Symbols Chart

Before drafting or reading a schematic, you must identify which standard column applies to your installation or project. The table below is split into three primary data columns:

  • Component Class: The physical electronic part being represented.
  • IEEE 315 (US/ANSI) Geometry: The traditional North American drafting shapes, heavily reliant on pictographic representations (e.g., zigzags for resistors, scallops for inductors). This is mandated for US Department of Defense and legacy aerospace projects.
  • IEC 60617 (International) Geometry: The modern global standard, heavily reliant on rectangular boxes and orthogonal lines. This is the default for CE-marked consumer electronics, automotive, and modern open-source hardware.
How Modifiers 'Derate' or Alter the Base Symbol:
Just as wire ampacity tables use derating factors to modify a base current capacity based on ambient temperature, symbol charts use graphical modifiers

The Master Electronic Circuit Symbols Chart

The following table details the exact drafting geometry for the most common components. Source standards: IEEE 315-1975 (R2008) and IEC 60617. For a deeper dive into component theory alongside these symbols, refer to the All About Circuits reference textbook.

Component IEEE 315 (US) Geometry IEC 60617 (Intl) Geometry Common Modifier (Applies to Both)
Resistor (Fixed) Zigzag line (typically 3 to 4 peaks) Empty rectangle (aspect ratio 3:1) Diagonal arrow through center = Variable/Potentiometer
Capacitor (Non-Polarized) Two parallel straight lines perpendicular to wire Two parallel straight lines perpendicular to wire One curved plate (IEEE) or '+' sign (IEC) = Polarized/Electrolytic
Inductor / Coil Series of 3 to 4 continuous scallops (half-circles) Rectangle with diagonal internal lines, or series of half-circles Parallel line above/below = Magnetic core; Dashed line = Ferrite
Diode (Standard) Triangle pointing to a perpendicular line (filled or unfilled) Triangle pointing to a perpendicular line (usually unfilled) Barbs pointing backward at the cathode = Zener Diode
NPN Transistor (BJT) Circle enclosing a vertical line; base, collector, and emitter lines; arrow OUT on emitter No enclosing circle; vertical line with base, collector, emitter; arrow OUT on emitter Circle with dashed border = Darlington pair or integrated array
N-Channel MOSFET Circle enclosing channel line; Gate, Drain, Source; arrow IN on substrate No circle; vertical channel line broken into 3 segments; arrow IN on substrate Dashed line between Drain/Source = Enhancement mode (normally off)
Ground (Earth) Three descending horizontal lines of decreasing width One horizontal line with three descending vertical hash marks below it Triangle pointing down = Chassis/Signal ground (not earth)
Wire Junction Filled black dot at intersection = Connected; No dot = Unconnected Filled black dot = Connected; 'Hop' or semicircle bridge = Unconnected

Decision Path: Choosing the Right Standard and Variant

Do not mix standards on a single schematic. Use this decision tree to determine which column from the chart above applies to your specific installation, and configure your EDA tool (KiCad, Altium Designer, Eagle) accordingly.

If Your Project Is... Then Apply This Standard Why / Edge Case
US Military, Aerospace, or Gov Contract IEEE 315 (ANSI Y32.2) Mandated by MIL-STD and legacy NASA documentation. Using IEC here will fail design review.
EU Consumer Electronics (CE Mark) IEC 60617 Required for compliance documentation in the European Economic Area.
Open-Source Hardware / Hobbyist / Global Commercial IEC 60617 Modern EDA tools default to IEC. It scales better on dense, multi-layer PCB schematics.
Automotive (ISO 26262 / IATF 16949) IEC 60617 (with ISO 10628 overlays) Base symbols are IEC, but harness and connector representations follow specific automotive ISO variants.

Concrete Pick: For 95% of modern commercial, open-source, and hobbyist designs in 2026, select IEC 60617. Configure your EDA tool to the IEC library default. The rectangular geometries of IEC 60617 consume less schematic real estate and align better with the orthogonal routing of modern CAD software. Only default to IEEE 315 if your contract explicitly mandates US defense/aerospace compliance or if you are maintaining a legacy schematic originally drafted before 1995.

What This Chart Cannot Tell You

While a symbol chart defines the logical representation of a component, it is critical to understand what the table cannot tell you. Relying solely on the symbol for physical implementation will result in PCB layout errors:

  1. Pinout Mapping: A MOSFET symbol shows Gate, Drain, and Source logically, but it does not tell you if Pin 1 on the physical SOT-23 package is the Gate or the Source. You must cross-reference the manufacturer's datasheet (e.g., Nexperia or Infineon) for the physical pinout.
  2. Physical Footprint: The symbol for a 10kΩ resistor is identical whether the physical part is a massive 5W wirewound cylinder or a microscopic 0201 SMD chip. The symbol does not dictate the PCB copper pad geometry.
  3. Electrical Ratings: The symbol does not convey voltage limits, Rds(on), or thermal resistance. A diode symbol could represent a 1N4148 signal diode (100V, 300mA) or a high-power Schottky rectifier. Always append the exact Manufacturer Part Number (MPN) next to the symbol in your schematic.

Quick-Jump Reference for the Most Queried Symbols

Bookmark these specific rows for the components that cause the most confusion on the bench and in CAD libraries.

  • Polarized vs. Non-Polarized Capacitors: In IEEE 315, a polarized capacitor (electrolytic/tantalum) is drawn with one straight plate and one curved plate, with the curved plate indicating the negative terminal. In IEC 60617, both plates are straight, but a '+' sign is explicitly drawn next to the positive terminal. Never rely on the curve alone in modern international designs.
  • Depletion vs. Enhancement MOSFETs: Look at the vertical channel line between the Drain and Source. If the line is solid, it is a Depletion-mode MOSFET (normally ON). If the line is broken into three distinct segments (or dashed), it is an Enhancement-mode MOSFET (normally OFF). Getting this backward in a power supply design will result in a dead short upon power-up.
  • Earth vs. Chassis Ground: Earth ground (the 3 descending lines or hash marks) implies a physical connection to the earth rod. Chassis ground (the hollow triangle or rake symbol) implies a connection to the metal enclosure or 0V reference plane, which may be floating relative to actual earth. Mixing these up causes ground loops and EMI failures.
  • Optocouplers: An optocoupler is not a single base symbol. It is a composite: an LED symbol pointing toward a phototransistor symbol, enclosed in a single dashed box. The dashed box is the critical modifier that tells the PCB layout software these two isolated circuits belong to the same physical IC package.