Function Syntax: LoadIcons / LoadAllIcons Version: 1.1 Date: 28.04.2026 4:12:54PM N/A 🚀 LoadIcons - AutoCAD Civil 3D Ribbon Icon Loader Function Syntax: LoadIcons Alias Command: LoadAllIcons Version: 8.0 SEO Optimized Description 🖼️ LoadIcons is an AutoCAD and Civil 3D LISP utility for copying ribbon icon PNG files from a structured Help_File library into the Civil 3D support Icons folder. 🔄 The command scans for Icon_*.png files, copies them to the AutoCAD image search path, and reloads CIVIL.cuix so updated ribbon button images can appear immediately. This tool is useful for CAD managers, Civil 3D customization workflows, ribbon maintenance, icon library deployment, and automated CUIX support-file synchronization. Main Commands 🧰 Run LoadIcons to copy all matching icon files and reload the Civil 3D CUIX interface when available. 🧩 Run LoadAllIcons as an alias for the same icon loading workflow. Functionalities 📁 Recursive icon scan - searches the configured Help_File source tree for matching icon files. 🖼️ PNG icon deployment - copies only files named Icon_*.png into the Civil 3D support Icons folder. 🚫 Screenshot folder exclusion - skips folders named ss so screenshot folders are not treated as icon sources. 🔄 Overwrite latest icons - replaces existing destination icon files with updated versions from the Help_File structure. 📌 Civil 3D support path targeting - copies icons into the configured C3D 2024 enu Support Icons folder. 🧩 CUIX reload workflow - finds CIVIL.cuix, unloads it, waits briefly, and reloads it so ribbon images refresh. 📊 Copy count feedback - reports the number of copied icons in the command line and completion alert. Helper Functions and Variables 🔧 LI:CopyIcons recursively scans folders and copies matching icon files. 📂 LI:Root defines the hard-coded Help_File source folder. 📌 LI:Dest defines the hard-coded Civil 3D icon destination folder. Practical Result ✅ The result is a faster AutoCAD and Civil 3D ribbon icon update workflow that reduces manual copy operations, improves ribbon image maintenance, and helps keep custom CUIX toolbars visually synchronized. Important Notes ⚠️ The current routine uses hard-coded source and destination paths for the existing Help_File and Civil 3D 2024 environment. ⚠️ Icons are copied into one flat destination folder. Duplicate icon filenames from different source folders can overwrite each other. ⚠️ The script checks whether the destination folder exists, but it does not create missing support folders automatically. ⚠️ Reloading CIVIL.cuix changes the current AutoCAD or Civil 3D user interface session.