The universal baseline for a bulb schematic symbol is a circle bisected by an "X" (IEC standard) or a circle containing a looped filament line (ANSI/IEEE standard). If you are designing a PCB, drafting a wiring diagram, or troubleshooting a control panel today, you need to know exactly which variant to use and how to read legacy prints. Default to the IEC 60617 circle-with-X for general lamps, and add two outward-pointing arrows for LEDs.
The Complete Bulb Schematic Symbol Reference Table
Below is the definitive cross-reference for lighting symbols across the three major drafting standards. Use this table to identify components on existing prints or select the correct glyph for your CAD library.
| Component Type | IEC 60617 (International) | ANSI/IEEE 315 (US/NEC) | Old UK (BS 3939) | Practical Application & Notes |
|---|---|---|---|---|
| General Lamp (Incandescent) | Circle with an "X" inside | Circle with a looped filament line | Circle with an "X" or cross | Used for standard indicator lights, panel lamps, and basic illumination. The IEC "X" represents the crossed support wires inside a vintage bulb. |
| LED (Light Emitting Diode) | Circle with "X" + 2 outward arrows | Diode symbol + 2 outward arrows (no circle) | Circle with "X" + 2 outward arrows | The arrows signify light emission. In modern PCB CAD, the ANSI diode-based symbol is often preferred for board-level design, while the circled version is used for panel wiring. |
| Neon Indicator | Circle with 2 electrodes and a central dot | Circle with 2 parallel electrodes | Circle with 2 electrodes and a dot | Common in mains-voltage panel indicators. The dot represents the ionized gas. Requires a current-limiting resistor in practice. |
| Fluorescent Tube | Circle with "X" + external ballast notation | Rectangle with electrode loops at both ends | Rectangle with end caps | The ANSI rectangle is far more descriptive of the physical tube. Always look for an upstream inductor (ballast) symbol in the circuit. |
| Halogen / Spotlight | Circle with "X" + reflector arc line | Circle with filament + reflector arc line | Circle with "X" + reflector arc | The added arc line denotes a directional reflector. Used in architectural and stage lighting schematics. |
Regional Standards: Which One Applies to Your Region?
Choosing the wrong standard won't just confuse your colleagues; it can cause misinterpretation during safety audits or international manufacturing handoffs.
- IEC 60617 (International Electrotechnical Commission): This is the default for Europe, Asia, and modern international manufacturing. It favors abstract, geometric representations (like the circle and X) over pictorial ones. If you are exporting equipment or using modern European PLCs (like Siemens or Beckhoff), your schematics must use IEC symbols. You can verify official glyph registrations via the IEC Graphical Symbols database.
- ANSI/IEEE 315 (US Standard): Governed by the IEEE and heavily utilized in North America, this standard often retains pictorial elements (like the looped filament or the rectangular fluorescent tube). It is the standard you will encounter in US-based NEC (National Electrical Code) compliance drawings, NEMA motor control centers, and legacy Allen-Bradley documentation. Review the official scope at the IEEE 315 standard page.
- Old UK (BS 3939): Largely obsolete but still found in legacy British infrastructure, old marine vessels, and vintage audio equipment. It closely mirrors early IEC drafts but includes unique quirks, like specific dot placements for gas-filled tubes. Do not use this for new designs.
The 'Rows People Get Wrong' Notes
When reading or drafting schematics, certain symbol overlaps lead to costly wiring errors or blown components. Watch out for these specific confusions:
A circle with an "M" inside is a motor. A circle with an "X" is a lamp. On faded, poorly scanned, or hastily hand-drawn schematics, an "M" can easily look like an "X". Wiring a 120V AC line directly into a 120V indicator lamp when the load was actually a 1/4 HP induction motor will result in an immediate short circuit and a tripped breaker. Always verify the load with a clamp meter or by tracing the physical wire gauge before energizing.
- The Heater Element Trap: A circle with a zigzag line inside is a heating element, not a light bulb. While both are resistive loads, a heater element will not have the same inrush current characteristics as a tungsten filament lamp, and substituting one for the other in a solid-state relay (SSR) circuit can cause zero-crossing detection failures.
- LED vs. Standard Diode: Beginners often forget the two outward-pointing arrows on an LED symbol. A standard diode (ANSI) or a simple circle with an X (IEC lamp) will not convey that the component emits light. In PCB layout, this distinction dictates whether the component needs to be mounted on the board edge or through a light pipe.
- The Missing Ballast: If you see a fluorescent symbol (ANSI rectangle) but no inductor/ballast symbol upstream, the schematic is either incomplete, or the designer is assuming an internal electronic ballast (like a modern LED retrofit tube). Always check the BOM (Bill of Materials) to confirm.
Safe Interpretation of Faded or Missing Markings
If you are troubleshooting a 40-year-old control panel and the schematic is degraded, missing, or the physical bulb is shattered beyond recognition, you must deduce the load type safely.
- De-energize and Lockout: Never probe a faded schematic's physical counterpart while the panel is live. Turn off the main disconnect, apply a lockout/tagout (LOTO) device, and verify dead with a known-working digital multimeter (DMM) or non-contact voltage tester (NCVT).
- Trace the Upstream Components: Look at what feeds the mystery load.
- If there is a current-limiting resistor (zigzag symbol) in series, the load is almost certainly an LED or a Neon indicator.
- If there is an inductor/ballast (coil symbol) and a starter switch, it is a fluorescent tube.
- If it is fed directly by a mechanical relay or switch with no series resistance, it is likely a standard incandescent lamp or a halogen bulb.
- Measure the Socket Continuity: With power off, set your DMM to resistance (Ohms). A standard incandescent bulb will read very low resistance (often < 5 ohms for high-wattage bulbs, up to 150 ohms for small 24V panel lamps) when cold. An LED module will typically read open-loop (OL) or show a diode drop if your meter has a diode-test function. A blown bulb will read OL across the socket contacts.
- Check the Voltage Rating: Look at the transformer or power supply feeding the circuit. A 24V AC control circuit dictates a 24V lamp. Never install a 120V bulb in a 24V socket (it won't light) or a 24V bulb in a 120V socket (it will explode).
Decision Path: Selecting the Right Symbol for Your CAD Library
When building your component library in KiCad, Altium, or AutoCAD Electrical, use this decision tree to lock in the correct symbol variant.
| Condition / Project Scope | Standard to Apply | CAD Library Action |
|---|---|---|
| Drafting for US-only NEC compliance, legacy NEMA panels, or domestic residential wiring. | ANSI/IEEE 315 | Use the circle-with-filament-loop for general lamps; rectangle for fluorescent. |
| Drafting for international manufacturing, IEC-compliant PLC panels, or exporting to the EU/Asia. | IEC 60617 | Use the circle-with-X for all general lamps. Add arrows for LEDs. |
| Designing a PCB where the LED is a surface-mount component (e.g., 0805 package) on the board itself. | ANSI/IEEE 315 (Board Level) | Use the standard diode symbol with two outward arrows (no enclosing circle). |
| Maintaining or patching a legacy British marine or industrial system. | Old UK (BS 3939) | Match the existing legacy prints exactly to avoid confusing future technicians. |
If you are a hobbyist, maker, or general electronics engineer and you just want one default rule to stop overthinking: Default to the IEC 60617 Circle-with-X for all new designs. In KiCad, this is mapped to the
Device:Lamp symbol. In Altium, it is the standard Lamp in the Miscellaneous Devices.IntLib. The IEC "X" is globally recognized, scales perfectly at any zoom level without the ANSI filament loop turning into a messy blob, and prevents accidental confusion with inductor or spring symbols.
By standardizing your library to the IEC circle-with-X for general illumination and the diode-plus-arrows for board-level LEDs, you ensure your schematics remain legible, unambiguous, and compliant with modern global manufacturing standards.






