Corsair 3500X LX-R RGB iCUE LINK Mid-Tower PC Case - Black | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support

Corsair 3500X LX-R RGB iCUE LINK Mid-Tower PC Case - Black

SKU: CC-9011324-WW
R 4 361.81
Available on Backorder

Wraparound tempered glass aesthetics | iCUE LINK ARGB lighting out of the box | Expansive cooling headroom | Builder-friendly internals

This item is on backorder — new stock is expected around 25 Sep 2026. Order now and we'll ship yours as soon as it arrives.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

Wraparound tempered glass aesthetics | iCUE LINK ARGB lighting out of the box | Expansive cooling headroom | Builder-friendly internals

Quick Specs

  • Showcase your build through a wraparound tempered glass view with removable front and side panels.
  • Achieve brilliant RGB ambience with three pre-installed iCUE LINK LX120-R ARGB fans connected via the included iCUE LINK System Hub.
  • Dominate thermal performance with extensive radiator support — up to 360mm on the top and side simultaneously.
  • Build without compromise, supporting Mini-ITX, Micro-ATX, ATX, and E-ATX motherboards including reverse-connection designs.
  • Connect everything up front with USB 3.2 Gen 2x2 Type-C, two USB 3.2 Gen 1 Type-A ports, and integrated audio in/out.

A Show-Stopping Stage for Your Custom Build

The Corsair iCUE 3500X RGB Mid-Tower chassis is engineered for the discerning South African PC builder who refuses to compromise on aesthetics or performance. With removable tempered glass panels on both the front and left side, your components are on full display from virtually every angle — a wraparound glass experience that turns your system into a centrepiece. Broad motherboard compatibility spanning Mini-ITX, Micro-ATX, ATX, and E-ATX (up to 305mm x 277mm) means the 3500X accommodates a wide range of build configurations, from compact powerhouses to fully loaded enthusiast rigs.

iCUE LINK Lighting — Ready the Moment You Close the Side Panel

Tired of sourcing fans separately and wrestling with a tangle of RGB cables? The 3500X ships with three iCUE LINK LX120-R ARGB fans and an iCUE LINK System Hub already installed. The iCUE LINK ecosystem daisy-chains both power and data through a single connector per fan, slashing cable clutter at the source. Manage lighting and fan curves for every component across your entire build from Corsair's iCUE software — no compromises, no mess, just immersive RGB from the very first boot.

Cooling Headroom That Keeps Up With Your Ambitions

Whether you're pushing a high-end CPU under sustained load or running a flagship GPU through long gaming sessions, the 3500X is built to breathe. The chassis supports up to a 360mm radiator at the top and an additional 360mm on the side — allowing aggressive simultaneous liquid cooling loops. A single 120mm radiator slot at the rear completes the thermal layout. Air coolers up to 170mm tall fit with ease, and GPUs up to 425mm in length are accommodated. Fan mounting points across the top, side, rear, and bottom give you the flexibility to tune airflow precisely for your setup.

Built for Builders, Ready for the Future

The iCUE 3500X is packed with features that make the build process smoother and leave room to grow. A generous 45mm cable routing space keeps the right side panel manageable, and the case is compatible with RapidRoute cable management channels (sold separately) for an even cleaner finish. Vertical GPU mounting is supported via an optional riser card (sold separately), and reverse-connection motherboards are fully accommodated — making the 3500X a forward-looking foundation. Storage flexibility is covered by two internal 3.5-inch and two 2.5-inch drive bays, while seven horizontal (or four vertical) expansion slots support even the most ambitious component configurations. A 2-year warranty backs your investment.

Features

  • Wraparound tempered glass view — removable front and left side panels for unobstructed display of your components.
  • Three pre-installed Corsair iCUE LINK LX120-R ARGB fans with iCUE LINK System Hub included for simplified single-cable RGB and fan control.
  • Extensive radiator support: up to 360mm on the top, up to 360mm on the side, and 1x 120mm at the rear.
  • Supports Mini-ITX, Micro-ATX, ATX, and E-ATX (up to 305mm x 277mm) motherboards, including reverse-connection designs.
  • Accommodates GPUs up to 425mm in length and CPU coolers up to 170mm in height.
  • Front I/O: 1x USB 3.2 Gen 2x2 Type-C, 2x USB 3.2 Gen 1 Type-A, 1x audio in/out.
  • 7 horizontal expansion slots (or 4 vertical) with vertical GPU mount support via optional riser card (sold separately).
  • Dust filtration, 45mm cable routing space, and RapidRoute compatibility (sold separately) for a clean, well-managed build.

Specifications

  • Motherboard Support: Mini-ITX, Micro-ATX, ATX, E-ATX
  • Side Panel: Tempered Glass
  • Included Fans: 3
  • Max GPU Length: 425 mm
  • Max CPU Cooler Height: 170 mm
  • Radiator Support: Top: 360mm, 280mm, 240mm,Side: 360mm, 280mm, 240mm,Rear: 1x 120mm
  • Front I/O: 1x USB 3.2 Gen 2x2 Type-C, 2x USB 3.2 Gen 1 Type-A, 1x Audio in/out
  • RGB Lighting: Yes
  • PSU Included: No
  • Colour: Black
  • Warranty: 24 months
  • Product Dimensions: 46 x 24 x 50.6 cm
  • Product Weight: 10900g

What's in the Box

  • 1 x Corsair 3500X LX-R RGB iCUE LINK Mid-Tower PC Case - Black

Why Corsair

Corsair has been at the forefront of PC hardware innovation for decades, engineering components that empower builders to push performance boundaries without sacrificing reliability. From award-winning cooling solutions to the intelligent iCUE LINK ecosystem, Corsair products are designed to work seamlessly together — giving South African builders a trusted foundation for every high-performance custom PC.

0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!