Integrated circuit (IC) symbols are the schematic shorthand used to represent complex silicon packages on a printed circuit board. Unlike discrete components like resistors or capacitors, IC symbols must convey both the functional behavior of the chip and its physical pinout. The primary source of confusion for hobbyists and trade students is the existence of two competing global standards: the shape-based IEEE 315 (ANSI Y32.2) standard dominant in North America, and the rectangle-based IEC 60617 standard used in Europe and modern global CAD tools. Below is the definitive reference for translating between the two.
The Master IC Symbols Reference Table (IEEE vs IEC)
This table maps the most common IC categories to their respective schematic representations, standard part numbers, and physical pinout conventions. Use this as your primary bench reference when reading datasheets or reverse-engineering schematics.
| IC Category | IEEE 315 (ANSI) Shape | IEC 60617 Shape | Common Part Examples | Typical Pinout & Bench Notes |
|---|---|---|---|---|
| Operational Amplifier | Triangle pointing right; "+" (non-inverting) and "-" (inverting) inputs. | Rectangle with an infinity symbol (∞) or "A" inside; explicit power pins. | LM358, TL072, NE5532 | 8-pin (DIP/SOIC). Pin 1 is Output A. VCC/GND are on pins 8 and 4. IEEE often omits power pins in schematics. |
| Logic Gate (AND/OR) | D-shape (AND) or curved shield (OR) with input/output lines. | Rectangle with "&" (AND) or "≥1" (OR) logic identifiers inside. | 74HC08, CD4081, 74LS32 | 14-pin standard. VCC is always Pin 14, GND is Pin 7. Contains four independent 2-input gates. |
| Microcontroller / SoC | Large single rectangle with individual pin names listed on the border. | Large rectangle divided into internal functional blocks (CPU, I/O, Memory). | ATmega328P, ESP32-WROOM, STM32F103 | 28-pin to 100+ pins. Pin 1 marked by dot/chamfer. Grouped by peripheral (e.g., PORTB, SPI, I2C). |
| Linear Voltage Regulator | Rectangle with "Vin", "Vout", and "GND" explicitly labeled. | Rectangle with specific IEC voltage regulation qualifier marks. | LM7805, AMS1117-3.3, L78L33 | 3-pin (TO-220/SOT-23). Standard pinout: 1=Input, 2=Ground, 3=Output. Tab on TO-220 is usually tied to GND or Output. |
| Optocoupler | LED symbol pointing at a phototransistor symbol, separated by a gap. | Two distinct rectangles with a light-emission arrow crossing the boundary. | PC817, 4N35, MOC3021 | 4-pin or 6-pin DIP. Pins 1/2 are Anode/Cathode. Pins 3/4 are Emitter/Collector. The physical gap represents galvanic isolation. |
Rows People Get Wrong (and How to Read Them)
Even experienced makers misread specific IC symbols when switching between American and European schematics. Here are the most common pitfalls and how to interpret them correctly on the bench.
The "Missing" Power Pins on Op-Amps
In the IEEE 315 standard, an op-amp is drawn as a simple triangle with only the signal inputs (+/-) and the output shown. The VCC and GND (or VEE) power pins are implied and omitted to reduce schematic clutter. Beginners often wire up an LM358 based on an IEEE schematic and wonder why it outputs zero volts. In contrast, the IEC 60617 standard mandates that the power supply pins be explicitly drawn on the top and bottom of the rectangular symbol. If you see a triangle op-amp, always check the datasheet for the specific package (e.g., SOIC-8 vs. DIP-8) to locate the physical power pins.
IEC Logic Gate Identifiers
When reading European schematics or modern KiCad/Altium defaults, you will see rectangles instead of the familiar D-shapes and curved shields. The logic function is defined by the text inside the box. A rectangle with an & is an AND gate. A rectangle with ≥1 is an OR gate (meaning "one or more inputs high"). A rectangle with =1 is an XOR gate. A small circle on the output line still denotes logical inversion (NOT), just as it does in the ANSI standard.
Microcontroller "Black Boxes" vs. Functional Blocks
Older CAD tools drew microcontrollers like the ATmega328P as a massive, single rectangle with 28 to 32 tiny pin labels crammed around the perimeter. Modern IEC-style schematics split the IC into multiple logical blocks on the page (e.g., one block for the ADC pins, another for the UART pins, another for the power domain), all sharing the same physical component designator (like U1). If you are tracing a board, remember that pins labeled on three different schematic pages might all belong to the same physical 32-pin QFP chip.
Regional Standards: Which One Applies to You?
Choosing the right symbol library in your EDA software (KiCad, Eagle, Altium) depends on your target audience and regional manufacturing norms.
If you are designing for US-based hobbyist publications, repairing vintage audio gear, or working with older MIL-SPEC documentation, use the shape-based IEEE symbols. The distinct visual shapes of logic gates allow for rapid visual tracing of signal paths without reading text labels. See the All About Circuits schematic symbol guide for a comprehensive breakdown of these legacy shapes.
If you are designing for commercial manufacturing, exporting to the EU, or using modern versions of KiCad and Altium Designer, the IEC standard is the default. IEC relies on uniform rectangular boundaries with internal alphanumeric codes. This is vastly superior for complex ICs like FPGAs and microcontrollers, where drawing a unique shape for a 500-pin BGA is impossible. For a deeper look at reading modern schematics, refer to the SparkFun schematic reading tutorial.
Safe Interpretation When IC Markings are Faded or Missing
When you pull a board from the e-waste bin, or a laser-printed SOIC-8 chip has its markings burned off by a hot air rework station, you are left with a blank black rectangle. Do not apply power. Applying voltage to an unidentified IC can cause a short circuit, destroying the board's power rails or causing the silicon package to crack and vent hot gas. Use this bench procedure to identify the IC class safely.
Step 1: Package and Pin Count Mapping
Count the pins and identify the package. A 3-pin TO-220 is almost certainly a linear regulator (like an LM78xx) or a power transistor. A 4-pin DIP or SOP is likely an optocoupler (PC817) or a specialized analog switch. An 8-pin SOIC narrows the field to op-amps (LM358), 555 timers, I2C EEPROMs (24C02), or CAN transceivers.
Step 2: Locate Pin 1 and Trace the Ground Pour
Find the physical Pin 1 indicator—a small dimple, a chamfered edge, or a faint laser line on the PCB silkscreen. Switch your multimeter to continuity mode. Probe the large, unbroken copper ground pour on the PCB. Touch your black probe to the ground pour and your red probe to the IC pins. The pin that beeps continuously is your GND (or VSS). On standard 14-pin logic ICs, this will be Pin 7. On 8-pin op-amps, this is usually Pin 4.
Step 3: The Diode-Mode Fingerprint
Switch your multimeter to Diode Test mode. This outputs a small current and measures the forward voltage drop. Place your red probe on the confirmed GND pin. Touch the black probe to the suspected I/O or signal pins.
If you read a voltage drop between 0.5V and 0.7V, you are measuring the internal ESD protection clamp diodes inherent to CMOS silicon. This confirms the chip is a digital logic IC, a microcontroller, or a CMOS analog switch. If the meter reads "OL" (open loop) in both directions on all pins, the IC is likely a purely passive network, an isolated optocoupler, or a bipolar analog part without internal clamping diodes. This non-destructive test allows you to categorize the silicon before you ever connect a bench power supply.






