AND Gate Symbol
Definition: The AND Gate symbol represents a two-input (or more) combinational logic gate whose output is HIGH (logic 1) only when all inputs are simultaneously HIGH, drawn as a D-shaped curved body with a flat input edge in ANSI/IEEE 91-1984 and as a rectangular block with an ampersand (&) label in IEC 60617-12.
Also known as: AND gate, logical AND, conjunction gate, all-inputs-true gate, &-gate.
What the AND Gate symbol means
The AND Gate symbol in a circuit diagram represents the Boolean AND operation: the output (Out) is logic 1 if and only if input A AND input B are both logic 1, expressed as Out = A · B. For a two-input AND gate, all four possible input combinations (00, 01, 10, 11) produce output 0 except 11, which produces output 1.
In digital logic schematics, AND gates appear in data paths, control logic, address decoding, and combinational logic circuits. Multiple AND gates can be cascaded or combined with other logic gate symbols (OR, NOT, NAND, NOR) to implement any Boolean function. The AND gate symbol is also the building block of more complex functions when used with feedback in sequential circuits.
How to identify the AND Gate symbol
The ANSI/IEEE AND Gate symbol is a curved D-shape: two horizontal input lines enter the flat left side, and one output line exits the rounded right point. The body has a straight left edge and a convex semicircular right edge — distinctly different from the OR gate's concave input edge and pointed output. In IEC 60617-12 (rectangular logic symbol style), the AND gate is drawn as a plain rectangle with the ampersand symbol '&' printed inside, inputs on the left, and output on the right.
Function in a circuit
The AND gate performs the Boolean multiplication (conjunction) of its inputs: the output is HIGH only when every input is simultaneously HIGH. For a two-input AND gate, the truth table has one HIGH output state (both inputs = 1). A three-input AND gate (A·B·C) has one HIGH output state out of eight. In CMOS and TTL technology the gate is implemented as a series switch network, ensuring the output can only reach VCC when all input transistors are conducting simultaneously.
Standards: IEC vs ANSI
| IEC 60617 | IEC 60617-12:1997 (Graphical symbols for diagrams — Part 12: Binary logic elements) defines the AND gate as a rectangle with the qualifying symbol '&' (ampersand) inside. Inputs enter the left face; the output exits the right face. No curved shapes are used under IEC. |
|---|---|
| ANSI/IEEE 315 | ANSI/IEEE 91-1984 (IEEE Standard Graphic Symbols for Logic Functions) defines the AND gate as a D-shaped symbol with a flat input edge and a convex semicircular output side. This is the 'distinctive shape' style still dominant in North American educational and industry schematics. |
| Key difference | IEC 60617-12 uses a rectangle with '&' inside (rectangular logic symbol); ANSI/IEEE 91-1984 uses the distinctive D-shaped body. The logic function and truth table are identical. European and international PCB design tools default to IEC rectangles; North American tools default to ANSI distinctive shapes. |
Terminals / pins
| Pin | Name |
|---|---|
| a | A |
| b | B |
| out | Out |
Typical values
Logic HIGH threshold: typically 2.0 V (TTL, VCC=5 V) or 0.7×VDD (CMOS); propagation delay: 2–10 ns (74HC08, 5 V); supply voltage: 2 V to 6 V (74HC CMOS); fan-out: 10 (TTL), 50+ (CMOS); ICs: 74HC08 (quad 2-input AND), 74HC11 (triple 3-input AND), 74HC21 (dual 4-input AND).
Where the AND Gate symbol is used
- Address decoding in microprocessor and memory systems to select a specific chip when all address bits match
- Enable/gate logic to pass a clock signal only when a control input is asserted
- Interrupt masking circuits where an interrupt reaches the processor only if the mask bit is set
- Safety interlock logic where a machine output is enabled only when all permissive conditions are true
- Combinational arithmetic circuits (carry generation in full adders uses A·B)
- Data selector/multiplexer logic in ASICs and FPGAs
- Boolean expression minimisation and logic synthesis as the fundamental conjunction operator
Example
In a motor drive safety circuit, an AND gate receives the 'RUN_REQUEST' signal on input A and a 'DOOR_CLOSED' sensor signal on input B. The output drives the motor contactor enable. The motor can only start when both conditions are true simultaneously, preventing operation with an open guard door.
Key facts
- The AND gate performs Boolean AND (conjunction): output = A · B; the output is HIGH only when ALL inputs are HIGH, as specified in IEC 60617-12 and ANSI/IEEE 91-1984.
- The ANSI/IEEE distinctive-shape AND gate symbol is a D-shaped body with a flat left edge (inputs) and a convex rounded right edge (output) — do not confuse with the OR gate, which has a concave curved input edge and a pointed output.
- The IEC 60617-12 rectangular AND gate symbol is a plain rectangle with '&' inside, using the same rectangular logic block style as all other IEC gate symbols.
- A two-input AND gate has four possible input states; only the state 1·1 = 1 produces a HIGH output — the other three states (0·0, 0·1, 1·0) all produce LOW.
- The schematic designator for an AND gate integrated circuit follows the U prefix (e.g., U2A for the first gate in package U2); the 74HC08 contains four independent 2-input AND gates in one 14-pin DIP.
- NAND gates (AND followed by NOT) are functionally complete — any logic function can be built from NAND gates alone, which is why NAND is the most common gate primitive in CMOS standard cell libraries.
- The AND gate has three pins as used in this schematic symbol: input A (left, top), input B (left, bottom), and output Out (right).
- Propagation delay through a single 74HC08 AND gate is approximately 7 ns at 5 V, making it suitable for logic operating up to ~100 MHz.
Frequently asked questions
What does the AND gate symbol look like?
In ANSI/IEEE 91-1984 schematics, the AND gate symbol is D-shaped: a flat left edge where inputs enter and a convex curved right side where the output exits. In IEC 60617-12 schematics, it is a plain rectangle with the ampersand character '&' printed inside. Both symbols have two input lines on the left and one output line on the right.
What does the AND gate symbol mean in a circuit diagram?
The AND gate symbol means the output is HIGH (logic 1) only when all inputs are simultaneously HIGH. For a two-input AND gate labelled A and B, the output equals A AND B (written A·B). If either input is LOW, the output is LOW regardless of the other input.
What is the difference between the IEC and ANSI AND gate symbols?
The ANSI/IEEE 91-1984 AND gate uses a distinctive D-shaped curved body. The IEC 60617-12 AND gate uses a rectangle with '&' inside. The logic function and truth table are identical; only the graphical appearance differs. IEC style is common in Europe and international designs; ANSI distinctive shapes are common in North American education and industry.
How do I identify an AND gate vs an OR gate symbol?
The AND gate (ANSI) has a flat left input edge and a convex semicircular right output edge — like the letter D. The OR gate has a curved (convex) left input edge, a pointed right output tip, and overall looks like a curved shield or crescent. In IEC style, the AND gate shows '&' inside its rectangle; the OR gate shows '≥1' inside.
What is the designator letter for an AND gate?
AND gates use the designator prefix U (integrated circuit) in ANSI/IEEE 315 schematics, for example U2A (first gate), U2B (second gate) in a quad-gate package such as the 74HC08. Some older schematics use G (gate) as the prefix.
What standard defines the AND gate symbol?
The AND gate symbol is defined in IEC 60617-12:1997 (Binary Logic Elements, rectangular style) and ANSI/IEEE 91-1984 (IEEE Standard Graphic Symbols for Logic Functions, distinctive shape style). Both are consistent with IEEE 315-1975 for schematic symbols.
What are the pin connections on an AND gate?
A standard two-input AND gate has three pins: input A (top-left), input B (bottom-left), and output Out (right). In the hobbyist schematic symbol used here, A is at the upper-left, B is at the lower-left, and Out is on the right. Three-input AND gates add a third input pin on the left side.
Place the AND Gate symbol on a wiring diagram or schematic in the free online circuit diagram maker — no download required.