electrical-symbols Circuit Diagram Maker Team

Electrical Symbols: The Only Reference You Need (With Chart & Diagrams)

Electrical Symbols: The Only Reference You Need (With Chart & Diagrams)
17
Min Read
3118
Words
11
Sections
Published

Electrical symbols are standardized graphic marks used to represent individual components in a circuit diagram. Each electrical symbol maps to one component type, so engineers, technicians, and hobbyists worldwide can read and build the same circuit from the same drawing. Without these symbols, every circuit schematic would require a photograph or a labeled drawing of each part, which would make schematics unreadable at scale.

There are roughly 30 core electrical symbols that cover 90% of everyday circuit design. The remaining symbols appear in specialized domains such as power distribution, industrial controls, or RF engineering. This guide groups every symbol by category, shows you the exact visual shape for each one, and explains where to use it.

Passive Component Symbols (Resistors, Capacitors, Inductors)

Passive components do not amplify a signal. They either resist current flow, store energy in an electric field, or store energy in a magnetic field. Every circuit diagram starts with these three symbol groups.

flowchart LR
    subgraph Passive
        direction LR
        A[Resistor] --> B[Capacitor] --> C[Inductor]
    end
    subgraph Function
        direction LR
        D[Resists current] --> E[Stores charge] --> F[Stores magnetic flux]
    end
    Passive --> Function

    style A fill:#1e293b,stroke:#f59e0b,color:#fff
    style B fill:#1e293b,stroke:#22d3ee,color:#fff
    style C fill:#1e293b,stroke:#06b6d4,color:#fff
    style D fill:#1e293b,stroke:#fbbf24,color:#fff
    style E fill:#1e293b,stroke:#67e8f9,color:#fff
    style F fill:#1e293b,stroke:#22d3ee,color:#fff

Resistor Symbol

The IEEE (American National Standards Institute) resistor symbol is a zigzag line with 3 or 4 peaks. The IEC (International Electrotechnical Commission) resistor symbol is a plain rectangle. Both are correct; the region determines which one you will see.

Resistor VariantSymbol ShapeDescription
Fixed resistorZigzag line (IEEE) or rectangle (IEC)A 2-terminal component that limits current
Variable resistorZigzag line with an arrow passing through itA resistor whose value changes with a knob or screw
PotentiometerZigzag with an arrow on the center tapA 3-terminal variable resistor used as a voltage divider
ThermistorZigzag with a flat bar and a hockey-stick tailA resistor whose resistance changes with temperature
PhotoresistorZigzag with two arrows pointing inwardA resistor whose resistance changes with light level
FuseZigzag line with a wire passing straight throughA safety device that melts and opens the circuit at overcurrent

Capacitor Symbol

A capacitor symbol shows two parallel plates separated by a gap. The gap represents the dielectric material between the plates.

Capacitor VariantSymbol ShapeDescription
Non-polarizedTwo straight parallel lines with a gapUsed for AC coupling, filtering, and timing
Polarized (electrolytic)One straight line and one curved line, with a + signA polarized type; must be installed with correct polarity
Variable capacitorTwo parallel lines with an arrow through themTunable capacitance, common in radio tuning circuits

Inductor Symbol

An inductor symbol is a series of semi-circular loops that represent a coil of wire. An inductor with a line above the loops indicates an iron-core inductor.

Inductor VariantSymbol ShapeDescription
Air-core inductor3 to 5 loopsAn inductor with no magnetic core material
Iron-core inductorLoops with a horizontal line aboveAn inductor with an iron core that increases inductance
Ferrite-core inductorLoops with two parallel lines aboveAn inductor with a ferrite core for high-frequency use

Active Component Symbols (Semiconductors)

Active components require a power source and can control or amplify the flow of current. Semiconductors make up the largest group of active component symbols.

flowchart TD
    subgraph Active Components
        A[Diode] --> B[Transistor]
        B --> C[Integrated Circuit]
        A --> D[LED]
        B --> E[MOSFET]
    end

    style A fill:#1e293b,stroke:#22c55e,color:#fff
    style B fill:#1e293b,stroke:#f59e0b,color:#fff
    style C fill:#1e293b,stroke:#8b5cf6,color:#fff
    style D fill:#1e293b,stroke:#ef4444,color:#fff
    style E fill:#1e293b,stroke:#06b6d4,color:#fff

Diode Symbols

A diode allows current to flow in one direction only. The symbol is a triangle pointing toward a flat bar. The triangle points from anode (positive) to cathode (negative).

Diode VariantSymbol ShapeDescription
Standard diodeTriangle with a bar at the tipA one-way valve for electrical current
Zener diodeTriangle with a bar that has angled tips (bent at both ends)A diode designed to conduct in reverse at a specific breakdown voltage
Schottky diodeTriangle with an S-shaped barA fast-switching diode with low forward voltage drop
LEDDiode triangle with two arrows pointing outwardA diode that emits light when forward-biased
PhotodiodeDiode triangle with two arrows pointing inwardA diode that generates current when exposed to light
TVS diodeDiode with a bent bar on both endsA transient voltage suppressor that clamps voltage spikes

Transistor Symbols

A transistor switches or amplifies a signal. There are two main families: bipolar junction transistors (BJTs) and metal-oxide-semiconductor field-effect transistors (MOSFETs).

Transistor VariantSymbol ShapeDescription
NPN BJTCircle with a vertical bar, two diagonal lines, and an arrow on the emitter pointing outwardA current-controlled switch; base current controls collector-to-emitter flow
PNP BJTCircle with a vertical bar, two diagonal lines, and an arrow on the emitter pointing inwardSame as NPN but with reversed current direction
N-channel MOSFETVertical bar with three terminals (gate, drain, source) and an inward arrow on the substrateA voltage-controlled switch with very high input impedance
P-channel MOSFETVertical bar with three terminals and an outward arrow on the substrateSame as N-channel but with reversed polarity
JFET (N-channel)Vertical bar with three terminals and an inward arrow on the gateA voltage-controlled resistor used in analog circuits

Integrated Circuit Symbols

An integrated circuit (IC) symbol is a rectangle with pin labels on each side. The IC symbol does not show the internal circuitry; it shows only the pin functions.

IC VariantSymbol ShapeDescription
Op-ampTriangle with 5 pins (+in, -in, V+, V-, out)An analog amplifier used in signal conditioning
Digital ICRectangle with numbered pinsA logic gate, microcontroller, or memory chip
Voltage regulatorRectangle with 3 pins (in, out, ground)A chip that maintains a constant output voltage

Power Source and Ground Symbols

Every circuit needs a source of electrical energy and a common ground reference. These symbols appear at the edges of every schematic.

Source SymbolSymbol ShapeDescription
DC voltage source (battery)Parallel lines of alternating lengths (long = +, short = -)A direct current (DC) source made of one or more cells
AC voltage sourceCircle with a sine wave insideAn alternating current (AC) source such as mains power
Ground (earth)Three horizontal lines of decreasing widthA physical connection to earth ground
Chassis groundThree downward-pointing lines forming an inverted triangleThe chassis or metal frame of the device
Signal groundFilled or open triangle pointing downA common reference point for signal measurements
VCC / VDDA short horizontal line with a label aboveThe positive power supply rail for ICs
VSS / GNDA short horizontal line with a label belowThe negative or ground supply rail

Connection and Junction Symbols

These symbols show how wires, cables, and terminals connect in a schematic. Getting these right prevents short circuits and miswired boards.

Connection SymbolSymbol ShapeDescription
Wire junction (dot)Solid dot at the intersection of two linesTwo wires are soldered and connected at this point
Wire crossing (no dot)Two lines crossing without a dotTwo wires pass over each other without connecting
Terminal / test pointSmall open circle at a wire endA connection point for probes or external wiring
ConnectorPair of parallel lines or a trapezoidA plug and socket pair used to join cables
SpliceDot on a wire with 3 or more branchesA point where multiple wires share a single electrical node

Mechanical and Output Device Symbols

These symbols represent components that create physical motion, produce sound, or provide visual indicators.

DeviceSymbol ShapeDescription
Switch (SPST)A broken line with a pivot pointA single-pole single-throw ON/OFF switch
Push buttonA horizontal line above two contacts with a vertical plungerA momentary-contact switch that closes when pressed
Relay coilRectangle with a diagonal line through it (IEC) or loops (IEEE)An electromechanical switch activated by a coil
MotorCircle with the letter M insideA device that converts electrical energy into rotational motion
SpeakerFunnel or cone shapeA transducer that converts electrical signals into sound
LampCircle with a cross insideA light bulb or incandescent lamp
TransformerTwo inductor coils with parallel lines between themTransfers AC energy between circuits at a different voltage level
FuseRectangle with a wire through it (IEC) or zigzag (IEEE)A safety device that opens the circuit when current exceeds a rating

IEEE vs. IEC Symbol Standards: What Is the Difference?

The two dominant symbol standards are IEEE/ANSI (American National Standards Institute) and IEC (International Electrotechnical Commission). IEEE symbols are more common in the United States, while IEC symbols are used across Europe and most of the rest of the world.

flowchart LR
    A((Global Use)) --> B[IEEE/ANSI]
    A --> C[IEC]
    B --> D[Zigzag resistor]
    B --> E[Diode with solid triangle]
    C --> F[Rectangle resistor]
    C --> G[Diode with filled triangle]

    style A fill:#1e293b,stroke:#94a3b8,color:#fff
    style B fill:#1e293b,stroke:#f59e0b,color:#fff
    style C fill:#1e293b,stroke:#3b82f6,color:#fff
    style D fill:#1e293b,stroke:#fbbf24,color:#fff
    style E fill:#1e293b,stroke:#fbbf24,color:#fff
    style F fill:#1e293b,stroke:#60a5fa,color:#fff
    style G fill:#1e293b,stroke:#60a5fa,color:#fff

The three largest visual differences between IEEE and IEC are the resistor, the ground, and the diode.

ComponentIEEE/ANSI SymbolIEC SymbolKey Difference
ResistorZigzag lineRectangleZigzag vs. box
Ground (earth)Three horizontal linesSingle horizontal line with vertical hatchingMore detailed vs. simplified
DiodeOpen triangle pointing to a barFilled triangle pointing to a barOpen vs. solid triangle
Relay coilLoops (inductor-like)Rectangle with diagonal lineCoil vs. box representation
FuseZigzag line with wire throughRectangle with wire throughZigzag vs. box

Neither standard is β€œbetter.” Pick the standard that matches your audience and stick with it throughout the schematic. Mixing symbols from both standards on one sheet confuses readers.

Component Reference Designators (R1, C1, U1, D1)

Every electrical symbol on a schematic has a reference designator that ties the symbol to a parts list. The designator uses a letter prefix followed by a sequential number.

PrefixComponent TypeExample
RResistorR1, R2, R14
CCapacitorC1, C2, C10
LInductorL1, L2
DDiode or LEDD1, D2
QTransistorQ1, Q2
UIntegrated circuitU1, U2
JConnector or jackJ1, J2
SWSwitchSW1, SW2
KRelayK1
FFuseF1
TTransformerT1
XCrystal oscillatorX1
YCrystal oscillator (alternate)Y1

When reading a schematic, the reference designator links each electrical symbol to its corresponding entry in the bill of materials (BOM). R1 on the schematic maps to R1 in the BOM, which lists the exact part number, value, and tolerance.

How to Draw Electrical Symbols in a Circuit Diagram

Drawing accurate electrical symbols matters. A sloppy zigzag that does not close properly can be mistaken for a fuse. A missing dot at a junction can turn a connected node into an open circuit.

Five rules produce clean, readable schematics.

  1. Use consistent line weight for all symbols on the same sheet
  2. Draw every resistor as a 4-peak zigzag (IEEE) or a clean rectangle (IEC) with no gaps
  3. Place dots at every junction where 3 or more wires meet
  4. Label every reference designator next to its symbol, not inside it
  5. Keep a uniform spacing between parallel wires of at least 3 mm on screen

You can draw every electrical symbol listed here in seconds with the circuit diagram maker. The editor uses the IEEE/ANSI standard by default and lets you place each symbol with a single click.

Common Electrical Symbol Mistakes to Avoid

Five mistakes appear repeatedly in student and hobbyist schematics. Each one causes a real build failure.

  1. Confusing the NPN and PNP transistor arrows: NPN arrow points outward (not pointing in), PNP arrow points inward
  2. Omitting the diode orientation mark: without the bar, the symbol looks like a wire
  3. Swapping the electrolytic capacitor polarity: the curved plate is always the negative terminal
  4. Drawing a ground symbol on every pin that connects to ground instead of using net labels: this clutters the schematic with redundant wires
  5. Forgetting the dot at a junction: two crossing wires without a dot are not connected, which causes open circuits during assembly

Frequently Asked Questions

What is the most common electrical symbol in a circuit diagram?

The ground (GND) symbol is the most common electrical symbol. It appears at least once in every schematic and often multiple times. Ground provides the 0V reference that all other voltages are measured against. Without a ground symbol, the schematic has no reference point and the circuit cannot function as intended.

How many electrical symbols do I need to know to read most schematics?

Roughly 30 core symbols cover 90% of everyday circuit schematics. The 10 most critical are resistor, capacitor, inductor, diode, LED, NPN transistor, MOSFET, op-amp, switch, and ground. Once you recognize those 10 symbols, you can trace the signal path through most beginner and intermediate circuits.

What does R1 mean on a circuit diagram?

R1 is a reference designator. The letter R identifies the component as a resistor, and the number 1 distinguishes it from other resistors (R2, R3, and so on). The same pattern applies to every component type: C1 is the first capacitor, U1 is the first integrated circuit, D1 is the first diode, and so forth.

Why do resistor symbols look different in US and European schematics?

The US uses the IEEE/ANSI standard, which represents a resistor as a zigzag line. Europe uses the IEC standard, which represents a resistor as a plain rectangle. Both symbols mean the same component. The region and the drafting standard determine which shape you will encounter.

How do I know which way to orient a diode in a circuit?

The triangle in the diode symbol points in the direction of conventional current flow. The flat bar at the triangle tip marks the cathode (negative terminal). Current flows from the anode (triangle base) through the diode and out the cathode (bar side). In a schematic, the anode connects toward the positive supply and the cathode connects toward ground or the load.

Conclusion and Next Steps

This guide covered every major electrical symbol group: passive components (resistors, capacitors, inductors), active components (diodes, transistors, ICs), power sources and ground, connection and junction marks, and mechanical and output devices. You also learned the key differences between IEEE and IEC standards and how reference designators tie symbols to real parts.

To put these symbols into practice, open the online circuit diagram maker and place the 10 most common symbols on a blank schematic. Build a simple LED circuit with a resistor, a switch, and a battery symbol. Trace the current path from the positive rail through each symbol to ground. That one exercise reinforces every symbol group in this guide.

For a deeper dive into reading full schematics, see our guide on how to read a circuit diagram. When you are ready to build your first real project, draw the schematic in the circuit diagram editor and export it as an image or netlist for your breadboard.

Start with the easy-to-use circuit diagram maker and finish a clean schematic in minutes.

C

Building free tools for electronics enthusiasts and engineers. Our team focuses on providing intuitive, browser-based circuit design solutions and educational resources for makers worldwide.

Ready to build circuits?

Put your knowledge into practice. Use our free editor to easily sketch, simulate, and export beautiful electronic schematic diagrams directly in your browser.

Open Circuit Editor β†’