The standard schematic symbol for a speaker (specifically a dynamic loudspeaker) in US-based IEEE 315 drafting is a circle representing the voice coil, attached to a flared trapezoid representing the acoustic horn. In international IEC 60617 drafting, it is depicted as a circle with two outward-pointing arrows indicating acoustic radiation. Regardless of the standard, the component designator is typically LS (LoudSpeaker) or SPK.
The Complete Speaker & Transducer Symbol Reference Table
Audio output devices are not universally interchangeable. Drafting the correct symbol ensures the PCB layout engineer and assembler understand the physical footprint, impedance, and drive circuit required. Below is the master reference for acoustic transducer symbols.
| Component Type | IEEE 315 (US) Shape | IEC 60617 (Intl) Shape | Physical Equivalent & Drive Type | Standard Designator |
|---|---|---|---|---|
| Dynamic Loudspeaker | Circle + Trapezoid/Horn | Circle + 2 Outward Arrows | Moving coil in magnetic gap. Driven by AC audio amp (low impedance: 4Ω, 8Ω). | LS, SPK |
| Piezoelectric Speaker/Buzzer | Capacitor plates + curved acoustic line | Box with 2 arrows + "PIEZO" label | Ceramic disc bending via voltage. Driven by DC, PWM, or high-impedance AC. | BZ, LS (with note) |
| Earphone / Headset | Circle + Trapezoid + inward hook/earpiece | Circle + 1 Arrow + semicircle ear hook | Miniature dynamic or balanced armature driver. Worn on the head. | EP, HP |
| Electrostatic Speaker | Two parallel dashed lines + horn | Box with arrows + high-voltage step-up note | Charged diaphragm between stators. Requires dedicated high-voltage step-up transformer. | LS (with HV note) |
| Microphone (Dynamic) | Circle + flat line (no horn) | Circle + 2 Inward Arrows | Acoustic input device. (Included for contrast to prevent drafting errors). | MIC, M |
IEEE 315 vs. IEC 60617: Regional Standard Variants
When exporting schematics for international manufacturing or collaborating across borders, symbol mismatches can cause assembly errors. The two dominant standards handle acoustic radiation differently.
The US Standard (IEEE 315 / ANSI Y32.2)
Widely used in North America and default in many legacy EDA tools, the IEEE standard relies on physical shape mimicry. The trapezoid literally looks like a speaker cone or horn. While intuitive for hobbyists and bench technicians, it scales poorly on dense, multi-sheet schematics where space is at a premium.
The International Standard (IEC 60617)
Mandatory for most European and international IEC-compliant documentation, this standard uses functional abstraction. A loudspeaker is a base circle (transducer) with two arrows pointing away at 45-degree angles. A microphone uses the same circle, but the arrows point inward. This standardized arrow logic extends to antennas and optical sensors, making it highly systematic for complex system diagrams.
If you are using KiCad, Altium, or Eagle, the default libraries often mix these standards. KiCad's official library defaults to the IEEE horn for
Device:Speaker, but provides Device:Speaker_IEC for international compliance. Always verify your project's drafting standard before placing the first component.
The "Rows People Get Wrong" Field Notes
Misidentifying a transducer on a schematic doesn't just look bad—it leads to destroyed components and failed audio certification. Watch out for these specific drafting and interpretation traps.
- Confusing Piezo with Dynamic: A piezoelectric buzzer (like the common TDK PS1240P02BT) has a very high impedance and acts mostly like a capacitor. If a technician sees a standard dynamic speaker symbol and wires it to a Class-D audio amplifier designed for an 8Ω load, the amp will likely oscillate, overheat, and trigger its thermal shutdown. Fix: Always use the distinct piezo symbol or explicitly label the component
PIEZOwith its capacitance value (e.g., 2000pF) in the schematic. - The Polarity / Phasing Dot: Speakers are driven by AC, so "positive" and "negative" don't dictate DC current flow. However, in multi-speaker arrays or stereo setups, acoustic phasing is critical. If one speaker is wired out of phase, the bass frequencies will physically cancel each other out. The schematic must show a
+or a phasing dot on the voice coil terminal that maps directly to the red terminal (or the terminal with the physical dot) on the hardware. - Earphone vs. Speaker Footprints: Drafting a headphone jack circuit with a standard loudspeaker symbol confuses the PCB layout team. Headphones require a switched TRRS/TRS jack footprint with specific ground-return paths to prevent crosstalk. Use the
EPorHPsymbol to trigger the correct 3.5mm or 6.35mm jack footprint association.
Decision Tree: Which Speaker Symbol to Draft
Use this decision path to terminate your component selection and lock in the correct symbol and library part for your schematic capture.
| Diagnostic Question | If YES... | If NO... | Final Concrete Pick (KiCad/Altium) |
|---|---|---|---|
| Does the device produce sound via a wire coil moving inside a permanent magnet? | Go to Dynamic path. | Go to next row. | Device:Speaker (IEEE Horn) |
| Does the device produce sound via a ceramic disc bending under applied voltage? | Select Piezo. | Go to next row. | Device:Buzzer or Device:Speaker_Piezo |
| Is the transducer intended to be worn on or inserted into the human ear? | Select Earphone. | Go to next row. | Device:Headphone or Connector_Audio:Jack_3.5mm |
| Does the device require a high-voltage step-up transformer to charge a stator diaphragm? | Select Electrostatic. | Review your component; it may be an actuator, not a speaker. | Device:Speaker + Add text note: "ELECTROSTATIC - HV DRIVE" |
Faded Silk-Screens and Missing Datasheets: Safe Interpretation
When reverse-engineering a salvaged PCB or repairing vintage audio gear, you will frequently encounter bare acoustic transducers with faded silk-screen markings, missing part numbers, or completely illegible datasheets. You must safely interpret the physical component to draft the correct replacement symbol and drive circuit.
Do not guess based on physical size. A massive 50mm buzzer might be a 12V DC piezo, while a tiny 28mm surface-mount component might be a 16Ω dynamic receiver. Instead, use your multimeter to measure the DC Resistance (DCR) of the voice coil.
- Set your digital multimeter (DMM) to the lowest Ohms (Ω) range. Zero your probes (account for the ~0.2Ω to 0.5Ω resistance of your test leads).
- Probe the two solder pads or terminals on the transducer.
- Reading 3.0Ω to 7.5Ω: This is a dynamic loudspeaker. The DCR is typically 70% to 85% of the nominal AC impedance. (e.g., A reading of ~6.8Ω means it is an 8Ω nominal speaker; a reading of ~3.4Ω means it is a 4Ω nominal speaker). Draft the standard IEEE horn symbol.
- Reading OL (Open Loop) or >1 MΩ: This is a piezoelectric transducer. Piezos are capacitive and block DC current entirely. Draft the piezo symbol and ensure the drive circuit is a high-impedance PWM or oscillator, not a low-impedance audio amp.
- Reading 0.0Ω to 0.5Ω: The voice coil is shorted. The component is blown and must be replaced, regardless of what symbol belongs on the schematic.
By anchoring your schematic symbols to the physical physics of the transducer—verified by DCR measurements and strict adherence to IEEE or IEC geometry—you eliminate assembly ambiguity and ensure your audio output stages perform exactly as simulated. For deeper reference on standard electronic symbols and transducer classifications, consult the All About Circuits reference library or the official IEEE 315 standard documentation.






