The electronic fuse symbol you draw on a schematic depends entirely on two factors: your regional drafting standard (IEC 60617 for international/EU, ANSI/IEEE 315 for North America) and the specific protection mechanism (standard thermal, PTC resettable, or active silicon eFuse). In modern electronics, a simple rectangle with a line through it is no longer sufficient to convey whether a circuit uses a one-time glass tube, a polymeric positive temperature coefficient (PPTC) device, or an active hot-swap controller IC.
Below is the direct reference for identifying, drafting, and selecting the correct electronic fuse symbol and physical component for your next PCB layout or reverse-engineering teardown.
The Master Electronic Fuse Symbol Reference Table
Use this table to map the schematic symbol you see on a drawing to the physical component type and its standard designation. This covers the primary variants you will encounter in modern power supply, battery management, and embedded system schematics.
| Fuse Type | IEC 60617 Symbol Description | IEEE 315 Symbol Description | Physical Component Example | Primary Application |
|---|---|---|---|---|
| Standard / Fast-Acting | Rectangle with a single continuous horizontal line through the center. | Rectangle with a horizontal line offset to one side, or a simple straight line with a break. | Littelfuse 0251 series (Pico II) | General low-voltage DC branch protection, logic rail shorts. |
| Slow-Blow (Time-Delay) | Standard rectangle/line, but with a solid black rectangle block superimposed on the center line. | Rectangle with a heavy black block in the center, or a line with a zigzag/loop in the middle. | Littelfuse 0218 series (5x20mm glass) | Motor startup inrush, transformer primary, AC-DC SMPS input. |
| Resettable (PTC / PPTC) | Rectangle with a diagonal line crossing it, and a small hook/line returning from the bottom corner to the top. | Similar to IEC, often depicted as a resistor symbol with a diagonal arrow and a hook (thermal dependency). | Bourns MF-MSMF series (SMD 1206) | USB VBUS overcurrent, battery pack discharge protection. |
| Active Electronic Fuse (eFuse IC) | Drawn as an IC block diagram (rectangle with pinouts: VIN, VOUT, EN, FAULT, ISET) rather than a passive symbol. | Same as IEC; active silicon is universally represented by block/IC outlines with specific pin designations. | Texas Instruments TPS2596 | Hot-swap insertion, server backplane, NVMe SSD power rails. |
Regional Standards & Safe Interpretation of Faded Markings
When reading a schematic, your region dictates the visual language. If you are in North America, legacy designs and military/aerospace boards heavily favor IEEE 315. If you are working with modern commercial electronics, EU imports, or using KiCad/Altium default libraries, you are likely looking at IEC 60617 symbols.
Safe Interpretation When Markings Are Missing
When reverse-engineering a board where the fuse silk screen (e.g., "F1", "PTC1") is faded or the component is blown beyond recognition, use this forensic approach:
- Check the footprint: A standard 1206 or 1812 SMD footprint with two large thermal pads is almost certainly a PPTC resettable fuse. A 0603 footprint with standard pads is likely a ceramic fast-acting fuse.
- Trace the downstream load: If the fuse protects a USB-C port VBUS line, it is 95% likely to be a PTC (rated ~1.5A to 3A) or an active eFuse IC. If it protects a relay coil or DC motor, expect a slow-blow.
- Measure the copper: Use a caliper on the PCB trace leading to the fuse. A 20-mil trace on 1oz copper safely carries roughly 1A continuous. The fuse rating must be slightly above the continuous trace limit but below the trace's fusing current.
Rows People Get Wrong (And How to Fix Them)
Even experienced drafters and technicians mix up specific fuse symbols, leading to catastrophic BOM (Bill of Materials) errors. Here are the most common schematic misinterpretations:
- The "Diagonal Line" Confusion (PTC vs. Diode): In IEC 60617, a rectangle with a diagonal line and a hook is a PTC. However, a rectangle with just a diagonal line (no hook) and a cathode bar is a Zener or standard diode. If you misread a PTC symbol as a diode in a battery management system, you will short the pack upon installation. Fix: Always look for the thermal "hook" returning to the top of the symbol.
- The "Black Block" Omission (Fast vs. Slow-Blow): Drafters frequently use the generic standard fuse symbol for a slow-blow circuit to save time. If you build a 120V AC flyback converter using a fast-acting fuse because the schematic omitted the black block, the fuse will vaporize when the 100µF bulk capacitor charges. Fix: Cross-reference the BOM. If the BOM says "Time-Delay" or "T" (e.g., T3.15AL), the symbol on the schematic is technically incomplete.
- eFuse IC vs. Discrete Fuse: An active eFuse (like the TI TPS2596) is not a passive component. It requires a ground reference, an enable pin, and an ISET resistor to program the current limit. If you see a block symbol with an "ISET" pin, do not drop a standard glass fuse into the layout. Fix: Treat any symbol with more than two connection nodes as an active IC requiring a full supporting circuit.
Decision Path: Which Electronic Fuse Symbol and Part to Specify
Use this decision tree to lock in the exact symbol and physical part number for your next schematic design. Do not leave the choice open-ended; select the topology that matches your load profile.
| Condition / Load Profile | If True, Choose This Topology | Concrete Part Pick (2026 Standard) | Schematic Symbol to Draw |
|---|---|---|---|
| Load has high inrush (motors, large bulk caps) > 10x steady state current. | Slow-Blow (Time-Delay) Thermal Fuse | Littelfuse 0218 series (e.g., 0218.005MXP for 5A) | IEC: Rectangle/line with center black block. |
| Load is a user-accessible port (USB, external GPIO) prone to accidental shorts. | Resettable PTC (PPTC) | Bourns MF-MSMF series (e.g., MF-MSMF150-2 for 1.5A) | IEC: Rectangle with diagonal line and thermal hook. |
| Load requires precise current limiting, hot-swap capability, and fault reporting to an MCU. | Active Electronic Fuse (eFuse IC) | Texas Instruments TPS2596 (or ST STEF series) | IC Block Diagram (VIN, VOUT, EN, FLT, ISET pins). |
| Load is a low-power internal logic rail (3.3V/5V) with minimal capacitance. | Fast-Acting SMD Ceramic Fuse | Bel Fuse 0685P series (e.g., 0685P0500-01 for 0.5A) | IEC: Standard rectangle with continuous center line. |
I_LIMIT = 1.2V / R_ISET. For a 2A limit, use a standard 1% 600Ω resistor. Failing to include this resistor in your schematic leaves the IC's internal current limit floating, which will trigger immediate thermal shutdown on the bench.
Final Verification and Schematic Cleanup
Before sending your schematic to layout or submitting a BOM for procurement, run a final design rule check (DRC) specifically targeting your protection components. Ensure that every PTC symbol has a corresponding footprint with adequate thermal relief pads—PPTC devices rely on ambient heat dissipation to trip at their rated current. If a PTC is enclosed in a tight plastic housing without airflow, it will derate by up to 20%, requiring you to step up to the next physical size (e.g., moving from 1206 to 1812).
For active eFuse ICs, verify that the FAULT/PG (Power Good) pin is routed to a microcontroller GPIO configured with an internal pull-up and an interrupt service routine (ISR). An eFuse is only as effective as the firmware that responds to its fault signals. By standardizing your symbols to IEC 60617 and explicitly defining slow-blow versus fast-acting variants, you eliminate the most common assembly-house misplacements and ensure your hardware survives its first power-on event.






