The Master Schematic Symbols Chart (IEEE 315 & IEC 60617)

When designing or troubleshooting circuits, the schematic is your roadmap. However, a schematic is only as useful as your ability to read its legend. The symbols used to represent components are not universal; they are governed by specific regional and international standards. In North America, the IEEE 315 standard (often overlapping with ANSI Y32.2) dictates graphical symbols. In Europe and most international markets, the IEC 60617 standard applies.

How to Read This Table

Before referencing the chart below, understand how the columns apply to your specific installation and design workflow. Column 2 (IEEE/ANSI) applies if you are designing for US-based manufacturing, military contracts, or legacy North American industrial panels. Column 3 (IEC) applies to modern global consumer electronics, European industrial installations, and most modern EDA (Electronic Design Automation) software defaults like Altium or KiCad. The Designator Prefix column provides the standard letter code (e.g., 'R' for Resistor) used in netlists and PCB silkscreens.

Core Schematic Symbols Chart (Sources: IEEE 315 & IEC 60617)
Component Class IEEE/ANSI Symbol Description IEC 60617 Symbol Description Designator Prefix
Resistor Zigzag line Empty rectangle R
Capacitor (Non-Polarized) Two parallel straight lines Two parallel straight lines C
Capacitor (Polarized) One straight line, one curved line (curved = negative) One straight line, one curved line with a '+' mark C
Inductor Series of connected humps (loops) Series of connected humps or a rectangle with a diagonal line L
Diode Triangle pointing to a line, with a circle around it Triangle pointing to a line (no circle) D
NPN Transistor Circle with vertical line, base, and emitter with outward arrow No circle; vertical line, base, and emitter with outward arrow Q
N-Channel MOSFET Circle, broken vertical line (gate isolated), arrows for body diode No circle, broken vertical line, distinct source/drain/gate terminals Q
Relay Coil Rectangle or circle with diagonal lines Rectangle with a single diagonal line K
SPST Switch Break in line with a hinged lever Break in line with a hinged lever and a solid dot at the pivot S
Earth Ground Three descending horizontal lines Three descending horizontal lines (identical) E / GND
Bookmark Tip: The rows above use HTML anchor IDs (e.g., #sym-resistor). If you are integrating this chart into an internal wiki or Notion database, you can link directly to these specific component rows for quick-jump navigation during schematic reviews.

How Modifier Symbols Change the Base Component

Just as ampacity tables use derating factors to modify a base wire value based on ambient temperature, schematic charts use modifier symbols to alter the base meaning of a component. A base symbol only tells you the general class of the part; the modifier tells you how it behaves or how it is actuated.

Here is how common modifiers change the base values in the chart above:

  • The Variable Arrow: Drawing a diagonal arrow through the base IEEE resistor zigzag (or IEC rectangle) modifies it from a fixed resistor to a potentiometer or rheostat. If the arrow points inward and terminates in a 'T' shape, it indicates a preset trimmer pot.
  • The Actuator Line: A base SPST switch symbol becomes a pushbutton when you add a perpendicular line at the end of the hinged lever. If you add a dashed line connecting two separate switch poles, it modifies the symbol into a multi-pole, multi-throw (DPDT) switch operated by a single mechanical actuator.
  • The Thermal/Magnetic Trip: In industrial control schematics (governed by NEMA ICS 19), a basic relay coil or switch symbol is modified by adding a small box with a diagonal line (thermal overload) or a box with a hook (magnetic trip) to indicate a circuit breaker's specific tripping mechanism.
  • Polarity Marks: Adding a '+' sign to the positive plate of an IEC capacitor modifies it from a generic ceramic/film cap to an electrolytic or tantalum capacitor, dictating strict orientation rules during PCB assembly.

What This Chart Cannot Tell You (And Where to Look Next)

A schematic symbols chart defines the logical function of a component, not its physical reality. Relying solely on this chart for procurement or assembly will lead to critical errors. Here is what the table cannot tell you:

  1. Pinouts and Internal Routing: A 555 timer symbol shows you the logical connections for Trigger, Threshold, Discharge, etc. It does not tell you that Pin 1 is Ground and Pin 8 is VCC on a standard DIP-8 package. You must cross-reference the manufacturer's datasheet (e.g., Texas Instruments NE555P) for physical pin mapping.
  2. Physical Footprints: The symbol for a 10kΩ resistor is identical whether the physical part is a massive 5W wirewound axial cylinder or a microscopic 0201 SMD chip. The schematic symbol does not dictate the PCB footprint; the BOM (Bill of Materials) and footprint library do.
  3. Thermal and Voltage Limits: A diode symbol does not indicate whether it is a 1N4148 signal diode (100V, 300mA) or a 1N5408 rectifier (1000V, 3A). Pushing 2A through a 1N4148 based purely on schematic logic will result in a shorted, smoking component.

Always pair your schematic review with the specific component datasheets and your EDA tool's footprint library to bridge the gap between logical design and physical implementation.

Frequently Asked Questions (FAQ)

What is the difference between NEMA and IEC schematic symbols for contactors?

NEMA (North America) and IEC (International) use entirely different philosophies for industrial control symbols. NEMA symbols (per NEMA ICS 19) often use descriptive, pictorial representations—for example, a contactor coil might be drawn as a circle with a specific letter inside, and contacts are drawn with distinct mechanical linkages. IEC 60617 uses a highly modular, minimalist approach, relying on base symbols (like a simple rectangle for a coil) combined with standardized alphanumeric designators (like -KM1 for a contactor) and separate reference designators to map the coil to its associated contacts across different pages of a schematic.

How do I identify polarized vs non-polarized capacitors on a schematic chart?

In the IEEE standard, a non-polarized capacitor is drawn as two parallel straight lines. A polarized capacitor (like an aluminum electrolytic) is drawn with one straight line (positive) and one curved line (negative). In the IEC standard, both use parallel straight lines, but the polarized version will explicitly include a '+' symbol next to one terminal, or a shaded/filled rectangle for the negative plate. Always verify the BOM; if the value is above 1µF, it is likely polarized regardless of how the CAD software defaulted the symbol.

Which ground symbol column applies to my mixed-signal PCB installation?

For mixed-signal (analog and digital) PCBs, standard earth ground symbols are insufficient. While the chart above shows the universal Earth Ground (three descending lines), mixed-signal designs require distinct logical grounds to prevent digital switching noise from coupling into sensitive analog ADCs. You should use the inverted triangle for Signal Ground, the triangle with a line underneath for Analog Ground (AGND), and a triangle with a hatched line for Digital Ground (DGND). These are logically separated on the schematic and only tied together at a single star-ground point on the physical PCB.

Where can I find a reliable reference for op-amp and IC schematic symbols?

Most standard charts, including All About Circuits, cover discrete components thoroughly. However, for complex ICs like operational amplifiers, microcontrollers, or logic gates, the standard practice is to draw a simple rectangle or triangle and label the pins internally. An op-amp is universally drawn as a triangle with the non-inverting input (+), inverting input (-), and output. Power rails (V+ and V-) are often omitted in high-level system block diagrams but must be included in detailed circuit schematics to ensure proper decoupling capacitor placement.