Antec I Shape Prism Metal Adjustable GPU Support Stand - White - Antec | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Antec

Antec I Shape Prism Metal Adjustable GPU Support Stand - White

SKU: AT-IGPUH-L100-PRSM-W
R 119.00
Out of Stock

Quick Specs

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Quick Specs

  • Provides essential support for larger graphics cards, preventing sag
  • Features adjustable height to fit a variety of PC case configurations
  • Designed with a sleek white finish to complement any build
  • Offers easy installation with a tool-free design
  • Constructed from durable metal for long-lasting reliability

Protect Your Investment with a GPU Support Bracket

Graphics cards are increasingly heavy, leading to potential GPU sag and damage over time. The Antec I Shape Prism GPU Support Bracket provides essential support, preventing damage to both the graphics card and the motherboard. This GPU sag bracket is a must-have for any serious PC builder.

Universal Compatibility

The adjustable design ensures this GPU support bracket is compatible with a wide range of graphics cards and PC case sizes. Whether you have a compact mid-tower or a full-sized ATX case, this GPU sag bracket can be adjusted from 63.5mm to 100mm to provide optimal support.

Enhance Your System’s Aesthetics

Not only does the Antec I Shape Prism GPU Support Bracket provide practical support, but it also adds a touch of style to your build. The sleek, white metal finish complements any system, enhancing its overall appearance.

Easy Installation and Adjustment

Setting up the Antec I Shape Prism GPU Support Bracket is quick and easy, requiring no tools. Simply position the GPU sag bracket under your graphics card and adjust the height until it provides the necessary support. The stable base keeps the GPU support bracket in place, preventing any unwanted movement.

FEATURES:

  • Adjustable GPU stand
  • Keeps your graphics card stable and safe
  • Avoid bending of your GPU at high heat levels
  • Compact size, suitable for most mainstream chassis and thick graphics cards
  • Support for RTX 40 Series graphics cards
  • Easy to install and use
  • Stable rubber top pad with magnetic non-slip base

SPECIFICATIONS:

  • Colour: White
  • Adjustable length: 63.5 – 100mm
  • Product Weight: 47.4g

WHAT’S IN THE BOX:

  • Antec I Shape Prism Metal Adjustable GPU Support Stand – White x1

Why Antec?

Antec is renowned for producing high-quality PC components and accessories. With a commitment to innovation and reliability, Antec products are designed to meet the needs of gamers, enthusiasts, and professionals alike. The Antec I Shape Prism GPU Support Bracket is a testament to this dedication, providing a practical and stylish solution for protecting your valuable graphics card. Trust Antec for superior performance and peace of mind.

Brand Antec
Colour White
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 Months
0.0
0 reviews
Login to Review

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

Related Products

OWC HDD/SSD Cable for 13" MacBook Pro (Early/Late 2011)
OWC

OWC HDD/SSD Cable for 13" MacBook Pro (Early/Late 2011)

R 209.00

Only 1 left - order soon!

ASRock DESKMINI Rear 3.5mm AUX Audio Cable Kit
ASRock

ASRock DESKMINI Rear 3.5mm AUX Audio Cable Kit

R 169.00

Out of Stock

// 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!