When you are drafting a schematic for a custom PCB, wiring an ESP32 sensor array, or mapping out a 12V LiFePO4 battery bank, using the wrong symbol standard leads to miscommunication, failed fabrication, and wasted time. The basic electrical symbols chart below maps the most critical components across the two dominant global standards: the US-based IEEE 315/NEMA standard and the international IEC 60617 standard.

Bookmark this page. The chart provides the exact symbol geometry you need, followed by a decision tree to lock in the correct standard for your specific build.

How to Read This Basic Electrical Symbols Chart

Before scanning the rows, you need to know which column applies to your installation and how to interpret the data. This table is structured into four columns: Component, US Standard (IEEE 315 / NEMA), International Standard (IEC 60617), and Schematic Context.

Which column applies to your installation?
If you are wiring a US or Canadian residential breaker panel, industrial motor control center, or drawing architectural electrical plans, the IEEE/NEMA column is your practical and code-aligned standard. If you are designing a printed circuit board (PCB) in KiCad or Altium, drafting embedded logic for a Raspberry Pi, or working anywhere in the EU/UK/AU, the IEC column applies.

The Schematic Context column tells you where this specific symbol variant typically lives. Pay attention to the quick-jump anchor links below the table for the most frequently queried components (Resistors, Capacitors, and Grounds) to verify your specific variant.

The Master Basic Electrical Symbols Chart

Source Standards: IEEE 315 / NEMA (US) and IEC 60617 (International).

Component US Standard (IEEE/NEMA) IEC Standard (60617) Schematic Context
Resistor (Fixed) Zigzag line Empty rectangle Current limiting, pull-up/pull-down
Capacitor (Non-Polarized) Two parallel straight lines Two parallel straight lines Decoupling, AC coupling
Capacitor (Polarized) One straight, one curved line (+) One straight, one curved line (+) Bulk filtering, electrolytics
Inductor / Coil Series of looping humps Series of looping humps (or rectangle with diagonal) Chokes, buck/boost converters
Diode (Standard) Triangle pointing to a line Triangle pointing to a line Reverse polarity protection
NPN Transistor (BJT) Circle, base, collector, emitter (arrow out) No circle, base, collector, emitter (arrow out) Low-side switching, logic level
MOSFET (N-Channel) Circle, gate, drain, source (arrow in) No circle, gate, drain, source (arrow in) High-current PWM switching
SPST Switch Break in line with hinged lever Break in line with hinged lever User input, power disconnects
Relay Coil Rectangle or circle with 'K' or 'CR' Rectangle with 'K' Galvanic isolation, high-power control
Ground (Earth) Three descending horizontal lines Three descending horizontal lines Safety earth, chassis bond
Ground (Signal/Logic) Single horizontal line or triangle Single horizontal line or triangle Arduino/ESP32 GND, DC return
Battery (Single Cell) One long, one short parallel line One long, one short parallel line 18650 cells, coin cells

How Modifier Symbols Alter the Base Component

Just as ambient temperature and bundling derate the ampacity of a wire in NEC Table 310.16, modifier symbols derate or alter the base function of a component in a schematic. A base symbol only tells you the physics of the part; the modifier tells you its specific behavior or rating context. Here is how modifier rows modify the base value:

  • The Diagonal Arrow (Variable): Drawing a diagonal arrow through a base IEEE zigzag resistor or IEC rectangular resistor instantly changes it from a fixed resistor to a variable resistor (potentiometer or rheostat). If the arrow terminates in a bar, it's a 3-terminal potentiometer; if it just crosses the body, it's a 2-terminal rheostat.
  • The Inward/Outward Arrows (Environmental): Adding arrows pointing inward toward a base diode symbol modifies it into a photodiode or solar cell. Adding arrows pointing outward modifies it into an LED. The base PN-junction physics remain, but the optical modifier changes the application entirely.
  • The Dashed Enclosure (Functional Grouping): Drawing a dashed box around a base relay coil and its associated switch contacts modifies the schematic to indicate a time-delay relay or solid-state relay (SSR). It tells the reader that these discrete symbols are physically housed inside a single sealed module.
  • The Thermal/Magnetic Slash (Breakers): In US NEMA diagrams, a base switch symbol modified by a small square with a 'T' (thermal) or 'M' (magnetic) indicates the specific trip curve mechanism of a circuit breaker, altering how you calculate let-through current and coordination.

Decision Tree: Picking the Exact Symbol Variant

Do not mix standards on a single schematic. Use this decision tree to terminate your choice in one concrete standard pick before you open your CAD software.

Project Scenario Decision Path Concrete Standard Pick
Wiring a US 120V/240V subpanel or drawing architectural plans for a US home. Is it US Mains/Building Wire? → Yes. IEEE 315 / NEMA
Designing an industrial motor control panel for a US-based factory floor. Is it US Industrial Control? → Yes. NEMA (ICS 18)
Laying out a custom PCB in KiCad, Altium, or Eagle for a commercial product. Is it PCB Fabrication? → Yes. → Is it US-only manufacturing? → No. IEC 60617
Drafting a wiring diagram for an Arduino, ESP32, or Raspberry Pi embedded project. Is it Embedded/DC Logic? → Yes. IEC 60617
Designing a 48V DC solar array or LiFePO4 battery management system (BMS). Is it DC Power/Renewable? → Yes. IEC 60617
The Default Recommendation: Unless you are explicitly pulling permits for US building wiring or building NEMA-rated industrial control panels, default exclusively to the IEC 60617 standard. Modern EDA tools (KiCad 8, Altium Designer 24) use IEC symbols as their native library defaults, and mixing IEC resistors with IEEE zigzags on a single PCB schematic will cause automated Design Rule Checks (DRC) and netlist generation to flag visual inconsistencies.

What This Chart Cannot Tell You

A basic electrical symbols chart defines the logical function of a component, but it is completely blind to physical and electrical realities. Relying solely on the symbol without cross-referencing the Bill of Materials (BOM) or datasheet will result in the following failures:

  1. Pinouts and Orientation: The symbol for an NPN transistor shows Base, Collector, and Emitter, but it will not tell you if you are looking at a TO-92 package (flat side down: E-B-C) or a TO-220 package. You must consult the specific manufacturer datasheet (e.g., Onsemi 2N2222) for the physical pin map.
  2. Physical Footprint: An IEC rectangular resistor symbol looks identical whether the physical part is a microscopic 0402 SMD package or a massive 5W through-hole cement resistor. The symbol does not dictate the PCB copper pad dimensions.
  3. Voltage and Current Ratings: A capacitor symbol tells you it stores charge. It does not tell you if it is rated for 16V or 400V. Placing a 16V electrolytic capacitor in a schematic symbol position that connects to a 48V DC bus will result in a catastrophic dielectric failure and venting on the bench.
  4. AC vs DC Specificity: A standard switch symbol does not inherently differentiate between a switch rated for 12V DC and one rated for 120V AC. DC arcs are notoriously harder to extinguish than AC arcs (which cross zero 120 times a second). Always verify the switch's DC interrupting capacity separately from its schematic symbol.

Use this chart to draw the logic correctly, then use your BOM and datasheets to ensure the physical parts can survive the voltages and currents your circuit demands.