Blog / PCB Schematic Symbols: The Complete Visual Reference (100+ Symbols)
PCB Schematic Symbols: The Complete Visual Reference (100+ Symbols)
Posted: May, 2026Writer: NextPCB Content Team
Share:
How many different symbols can appear in a single schematic? On a complex PCB design, the answer can easily exceed two hundred. Miss one unfamiliar symbol and your entire build can go wrong — a reversed diode, a misread ground type, a logic gate wired backwards.
This guide covers 100+ PCB schematic symbols, organized into 9 categories, with side-by-side IEC 60617 and ANSI/IEEE 315 diagrams for every component that differs between the two standards. Whether you're a student reading your first schematic or an engineer cross-checking an unfamiliar notation, bookmark this page as your go-to visual reference.
Overview of 100+ PCB schematic symbols grouped into 9 categories.
Memory trick: NPN — arrow points away from base. PNP — arrow points toward base. Both have three terminals: B (Base), C (Collector), E (Emitter). The circle around the transistor symbol is optional.
NPN BJT (emitter arrow outward from base) vs PNP BJT (emitter arrow toward base). Terminals: B=Base, C=Collector, E=Emitter. Circle is optional.
2.3 MOSFETs
Symbol Name
Gate Position
Body Diode
Type
Common Use
N-Channel Enhancement MOSFET
Left side
Upward arrow
Enhancement (normally off)
Power switching
P-Channel Enhancement MOSFET
Left side
Downward arrow
Enhancement (normally off)
High-side switch
N-Channel Depletion MOSFET
Left side, solid gate line
Upward arrow
Depletion (normally on)
RF, specialty analog
P-Channel Depletion MOSFET
Left side, solid gate line
Downward arrow
Depletion (normally on)
RF, specialty analog
Gate insulation gap: The gap between the gate line and the channel represents the oxide layer — this makes MOSFETs voltage-controlled, not current-controlled.
MOSFET: N-ch enhancement (dashed channel, body diode ↑), P-ch enhancement (body diode ↓), N-ch depletion (solid channel, normally ON). Gate oxide gap in all enhancement types.
Power and ground symbols are the most misunderstood symbols in schematics — and the most dangerous to mix up.
3.1 Power Supply Rail Symbols
Symbol
Name
Typical Voltage
Notes
VCC
Collector supply voltage
5V (TTL-era)
Digital logic, BJT circuits
VDD
Drain supply voltage
3.3V / 1.8V
CMOS / MOSFET circuits
VBAT
Battery supply
3.6V–12V
Battery-powered systems
VBUS
USB bus voltage
5V
USB-powered devices
+12V / +24V
Named rail
Specific
Power electronics, industrial
AVDD / AVCC
Analog supply
Varies
Analog sections, ADC/DAC
Power rails: VCC (5V TTL), VDD (3.3V/1.8V CMOS), VBAT (battery), VBUS (USB 5V), +12V, AVDD (analog supply). All shown as upward bar with label; VBAT shown as battery cell stack.
3.2 Ground Symbols — Do Not Mix These Up
This is the single most common schematic error. Four ground symbols exist for a reason — they represent electrically isolated return paths.
Symbol
Name
Shape
Use Case
GND (Digital)
Horizontal lines, decreasing width
Signal return for digital circuits
Keep separate from AGND
AGND (Analog)
Same or triangular
Signal return for analog/ADC circuits
Never mix with DGND at high frequency
PGND (Power)
Bold bar or distinctive mark
Return for high-current power stage
Needs wide traces
Earth / Safety Ground
Three lines narrowing to a point
AC mains safety earth
Chassis, safety-critical
Chassis Ground
Diagonal hatching to bar
Connection to chassis metal
RF shielding, EMC
Why they cannot be mixed: A digital switching current on the same ground plane as an ADC reference will inject noise into analog measurements. On a properly designed PCB, these grounds join at a single star point — not distributed across the board.
Five ground types: Digital GND (decreasing bars), Analog AGND (triangle), Power PGND (bold bar), Earth/Safety (stake), Chassis (diagonal hatching). Meet at a single star point near the supply.
Section 4: Logic Gate and Digital Circuit Symbols
Two notation systems exist: the distinctive-shape system (ANSI) and the rectangular-box system (IEC/IEEE 91). Most engineers prefer distinctive shapes for readability.
The clock triangle: A small triangle on the CLK input means the flip-flop is edge-triggered. A bubble before the triangle means falling-edge triggered. No triangle = level-sensitive latch.
D flip-flop: D input, CLK with edge-trigger triangle (▷), Q and Q̄ outputs, active-low CLR with inversion bubble.
4.3 Multiplexers, Decoders, and Bus Symbols
Symbol
Appearance
Function
2:1 MUX
Trapezoid or box with select input
Select between two signals
4:1 / 8:1 MUX
Same, wider
Wider bus selection
Decoder / Demux
Inverted trapezoid or box
One input to many outputs
Bus Line
Thick line or line with diagonal slash + number
Multiple signals in one wire
Bus Connection
Short diagonal tick on bus
Individual signal tapping off bus
2:1 MUX (trapezoid: wide=inputs, narrow=output, SEL on bottom). Bus line (thick) with slash+number for width; diagonal ticks for tap-offs.
Section 5: Connector and Mechanical Symbols
5.1 Connector Symbols
Symbol
Description
Application
Generic Pin / Terminal
Short line with dot
Single-point connection
Male Connector (Plug)
Arrow pointing away from box
Plugs into socket
Female Connector (Socket)
Arrow pointing into box
Receives plug
2-Pin Header
Two pin symbols with designation
Power, UART connections
Multi-Pin Connector
Box with numbered pins
MCU headers, ribbon cables
D-Sub Connector
Trapezoidal shell with pins
DB9 (RS-232), DB25
USB Connector
Trident-style or labeled box
USB 2.0, USB-C
5.2 Switches
Symbol
IEC
ANSI
Variant
SPST (Single Pole Single Throw)
Line with gap
Same
Normally Open or Closed
SPDT (Single Pole Double Throw)
Line between two contacts
Same
Selector switch
DPDT (Double Pole Double Throw)
Two SPDT ganged
Same
Relay equivalent
Momentary Push-Button (NO)
Gap with button arc
Same
Reset, interrupt
Momentary Push-Button (NC)
Contact with button arc
Same
Emergency stop
DIP Switch
Array of SPST
Same
PCB configuration
Connector and switch symbols: multi-pin header (numbered), SPST normally open, SPDT selector, momentary push-button (NO), and DIP switch array.
5.3 Test Points, Fuses, and Other Mechanical Elements
Sources: DC voltage (circle +/−), AC voltage (circle ~), battery (alternating long/short lines), current source (circle with arrow), controlled voltage source (diamond +/−), controlled current source (diamond arrow).
Section 7: Reading PCB Symbols in EDA Software
7.1 Symbol Libraries by Software
Software
Default Symbol Library Location
Custom Symbol Method
License
KiCad 7/8
kicad/share/kicad/symbols/
Symbol Editor → New Symbol
Free & Open Source
Altium Designer
Managed Content Server or local .SchLib
Component Wizard or Schematic Library editor
Commercial
Eagle (Fusion 360)
eagle/lbr/ directory
Library Editor → New Device
Free tier limited
OrCAD
Capture/library/
Part Editor
Commercial
EasyEDA / LCEDA
Cloud component library
Create Component in editor
Free (web-based)
Tip for KiCad users: The official KiCad library contains 10,000+ component symbols maintained on GitHub. Before creating a new symbol, search the library — the part almost certainly already exists.
Consistent naming prevents linking errors when assigning footprints. Best practices:
Use the manufacturer part number as the base (e.g., STM32F103C8T6)
Append the package in parentheses (e.g., LQFP-48)
Prefix generic parts with their value: R_10k, C_100nF_X7R
Keep pin numbers consistent with the datasheet, not with physical position on the symbol
Section 8: The 5 Most Commonly Confused Symbol Pairs
Even experienced engineers pause on these. Know them cold.
Pair 1: NPN vs. PNP BJT
The emitter arrow direction is the only visible difference. NPN arrow points outward (away from the base). PNP arrow points inward (toward the base). When in doubt: draw the base as a vertical line in your mind, then ask — does the emitter arrow point toward the base or away? Toward = PNP. Away = NPN.
Pair 2: N-Channel vs. P-Channel MOSFET
The body diode arrow is the key. N-Channel: body diode arrow points upward toward the drain. P-Channel: body diode arrow points downward toward the source. The gate oxide gap is present in both enhancement-mode types.
Pair 3: Electrolytic Capacitor Polarity
The curved plate is the negative terminal in the IEC symbol. The “+” label always marks the positive (flat/straight) terminal. Engineers who assume the curved plate = positive will install capacitors backwards, causing failure or explosion. If in doubt about polarity, look for the explicit “+” label — never assume from the plate shape alone.
Pair 4: Earth Ground vs. Digital Ground
Earth ground (three lines converging to a downward point) is a safety connection to physical earth — it is not the same as your circuit's signal return path (GND). Accidentally connecting signal GND to earth can introduce 50/60 Hz hum or create a destructive ground loop. Use Earth ground only where the datasheet or safety standard explicitly requires it.
Pair 5: Zener vs. Schottky Diode
Both modify the cathode bar, but differently. Zener: both ends of the bar bend outward — a “Z” shape. Schottky: only one side curves into a small “S”. In small schematics the difference is subtle. Confusing them matters: Zener sets a reference voltage; Schottky provides a low-voltage-drop rectifier. Wrong selection means the circuit behaves completely differently.
Section 9: Free Downloadable Symbol Reference
PCB Schematic Symbols Quick Reference Card (PDF)
Get a printable A4/Letter reference card covering all 100+ symbols in this guide, organized by category, with IEC and ANSI variants.
What is the difference between a PCB symbol and a footprint?
A schematic symbol represents the electrical function of a component — what you place in a schematic diagram. A footprint represents the physical shape on the PCB — the pad pattern the component solders onto. In EDA tools like KiCad or Altium, each component links one symbol to one or more footprints, stored in separate libraries and edited with separate tools.
Which schematic symbol standard should I use: IEC or ANSI?
It depends on your region and industry. IEC 60617 is the international standard required by most European and Asian companies, and ISO-compliant documentation. ANSI/IEEE 315 is common in North American companies and older documentation. For personal and open-source projects, pick one and stay consistent. When submitting designs professionally, follow the company style guide or ask your client.
Where can I find free PCB schematic symbol libraries?
The best free sources are: (1) KiCad's official library on GitHub (10,000+ parts, actively maintained), (2) SnapEDA — free component search with symbols and footprints, (3) Ultra Librarian — free downloads for registered users, and (4) Component manufacturer websites — many publish KiCad or Altium library files directly on their product pages.
How do I read a PCB schematic if I'm a beginner?
Start by identifying the power rails (VCC, GND) to understand voltage domains. Then trace the signal path: follow wires from inputs (connectors, sensors) through active components (ICs, transistors) to outputs (displays, actuators). Reference designators (R1, C3, U4) correspond to the Bill of Materials. Net labels show that two non-adjacent wire segments are the same electrical node even when not visually connected.
What does a filled circle mean on a schematic?
A filled (solid) circle at a wire junction means the two wires are electrically connected — called a “junction dot.” Wires that cross without a dot are not connected. Some older schematics use a small bridge arc to indicate non-connection at a crossing. Always check which convention the schematic uses.
What does a bubble on a logic gate terminal mean?
A small circle (bubble) on a logic gate input or output indicates inversion. An output bubble means the signal is the logical complement of the gate's expression — that's how NAND is drawn as AND + output bubble, and NOR as OR + output bubble. An input bubble means the gate activates on a LOW signal at that pin (active-low enable).
Can I use the same ground symbol for analog and digital circuits?
No. AGND and DGND may connect at a single star point near the power supply, but they must be drawn and routed separately. Using one shared symbol signals to the PCB designer that the grounds are common everywhere, which causes shared return currents, noise coupling on ADC inputs, and EMC failures.
Summary
You've now seen all 9 categories of PCB schematic symbols: