Antec Dagger ARGB GPU Support Bracket - Black - Antec | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Antec

Antec Dagger ARGB GPU Support Bracket - Black

SKU: AT-HGPUH-ARGB-B
R 259.00
Out of Stock

The Antec Dagger ARGB GPU Support Bracket is expertly engineered to deliver the structural support needed for today’s heavy, high-performance graphics cards. Featuring a unique five-hole steel-inspired design, this bracket mimics architectural reinforcements to lock horizontally mounted GPUs in...

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

The Antec Dagger ARGB GPU Support Bracket is expertly engineered to deliver the structural support needed for today’s heavy, high-performance graphics cards. Featuring a unique five-hole steel-inspired design, this bracket mimics architectural reinforcements to lock horizontally mounted GPUs in place, preventing sagging and long-term damage to PCIe slots. Its minimalist yet robust structure enhances GPU durability, especially in rigs featuring larger RTX 40/30 and AMD RX 7000/6000 series cards.

Elevate your build's aesthetics with vivid ARGB lighting synchronisation, fully compatible with 3-pin 5V motherboard headers or dedicated controllers. The daisy-chained 3-pin ARGB extension port allows easy integration into a unified lighting system, ensuring your setup shines with consistent brilliance. Whether you're building a showpiece gaming rig or an eye-catching workstation, the Dagger bracket adds a refined lighting accent while delivering essential function.

Designed for ultimate adaptability, the adjustable support column can be set between 40mm to 65mm in height, while the slide-type arm spans 170mm to 270mm, making it suitable for a wide range of GPU sizes and case configurations. The bracket’s compatibility with popular NVIDIA and AMD models ensures easy installation across most ATX and mid-tower systems. Its tool-free, modular design makes mounting intuitive and efficient, even for first-time builders.

Crafted using a mix of durable plastic side plates and a premium all-anode aluminum process, the Antec Dagger maintains its structural integrity and surface texture even with long-term use. Its scratch-resistant finish complements modern builds with a sleek, matte black aesthetic. Lightweight yet sturdy, this GPU support bracket is not just a protective accessory — it's a smart investment in the longevity and performance of your graphics card.

FEATURES:

  • ARGB sync: Supports 3-pin 5V ARGB lighting sync through the motherboard or controller
  • Bracket: A 5-hole support arm locks into place to fit horizontally mounted heavy GPU cards
  • Sturdy construction: Prevents your GPU from bending and sagging
  • Daisy chain: Expandable 3-pin ARGB port supports an integrated lighting system
  • Adjustable support column: The support range height ranges from 40-65 mm
  • Slide-type support structure: Width support ranges from 170-270 mm
  • Durability: The combination of plastic side plates and all-anode process helps maintain the durability of the surface texture
  • Widely compatible: AMD Radeon and Nvidia graphics cards supported
  • 12 months warranty

SPECIFICATIONS:

  • Height Support Range: 40 - 65 mm
  • Width Support Range: 170 - 270 mm
  • Lighting: ARGB
  • Colour: Black
  • Compatible with: RTX40, RTX30, RX 7000, and RX 6000 series
  • Bracket Dimensions: 27 x 1.7 x 2 cm

WHAT'S IN THE BOX:

  • Antec Dagger ARGB GPU Support Bracket - Black x1
Brand Antec
Colour Black
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 27" 2011 iMac SSD DIY Kit with Tools
OWC

OWC 27" 2011 iMac SSD DIY Kit with Tools

R 499.00

Out of Stock

Hiksemi MH2 M.2 SSD Cooler Heatsink
HIKSEMI

Hiksemi MH2 M.2 SSD Cooler Heatsink

R 69.00

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