TAPARIA Ring Spanner 24x26mm 15A 18 2426
TAPARIA Ring Spanner 24x26mm 15A 18 2426

TAPARIA Ring Spanner 24x26mm 15A 18 2426

Non-returnable
₹242.00 ₹285.56

The TAPARIA 2426 Ring Spanner is a robust, double-ended wrench designed with 24mm and 26mm ring heads, ideal for gripping and turning hexagonal fasteners. Crafted from high-grade chrome vanadium steel and finished with corrosion-resistant plating, this tool is trusted by professionals across automotive and industrial sectors.

Choose Quantity
+ Add to Cart
Product Details
  • Brand: TAPARIA

  • Model: 2426

  • Series: 15A

  • Type: Offset Ring Spanner

  • Sizes: 24mm x 26mm

  • Material: Chrome Vanadium Steel

  • Finish: Nickel Chrome plated

  • Design: Ring ends are offset to access recessed bolts easily

  • Hardness: Heat-treated for strength and durability

  • Application: Ideal for workshops, automotive, machinery, and general engineering

  • Made in: India

Items have been added to cart.
One or more items could not be added to cart due to certain restrictions.
Added to cart
- There was an error adding to cart. Please try again.
Quantity updated
- An error occurred. Please try again later.
Deleted from cart
- Can't delete this product from the cart at the moment. Please try again later.
const items = [ { src: "", text: "Guaranteed Replacements if Damaged" }, { src: "", text: "Free Shipping above ₹499" }, { src: "", text: "Loved by 2 Lakh+ Happy Customers" } ]; const cartActionContainer = document.querySelector("[data-zs-product-primary-details] .theme-product-quantity-cart-container"); if (!cartActionContainer) return; function addIcons() { if (cartActionContainer.querySelector(".zs-icon-container")) return; const iconContainer = document.createElement("div"); iconContainer.className = "zs-icon-container"; items.forEach(item => { const iconDiv = document.createElement("div"); iconDiv.className = "zs-icon"; if (item.src) { const iconImg = document.createElement("img"); iconImg.src = item.src; iconImg.alt = item.text; iconDiv.appendChild(iconImg); } const iconText = document.createElement("span"); iconText.className = "zs-icon-title"; iconText.textContent = item.text; iconDiv.appendChild(iconText); iconContainer.appendChild(iconDiv); }); cartActionContainer.appendChild(iconContainer); } const buyNowButton = document.getElementById("buy-now-button"); if (buyNowButton) { addIcons(); } else { const observer = new MutationObserver((mutationsList, obs) => { const button = document.getElementById("buy-now-button"); if (button) { addIcons(); obs.disconnect(); } }); observer.observe(cartActionContainer, { childList: true, subtree: true }); } });