TAPARIA T Socket Wrench 10mm 6P TSW 10
TAPARIA T Socket Wrench 10mm 6P TSW 10
TAPARIA T Socket Wrench 10mm 6P TSW 10
TAPARIA T Socket Wrench 10mm 6P TSW 10

TAPARIA T Socket Wrench 10mm 6P TSW 10

Non-returnable
₹192.00 ₹226.56

Product Name: Taparia T Socket Wrench – Model TSW 10 | 10 mm | Chrome Vanadium Steel | Blue & Silver


Overview:

The TAPARIA T Socket Wrench 10mm (TSW 10) is engineered for efficiency and control, ideal for both professional technicians and home users. With its sturdy T-handle and 10mm socket, this tool ensures excellent grip, better torque transfer, and long-lasting durability. Its chrome-plated finish resists corrosion, making it perfect for mechanical, automotive, and electrical applications.

Key Features:

  • High-Grade Chrome Vanadium Steel: Offers excellent strength and wear resistance.

  • 10 mm Hex Socket (6-Point): Ideal for precision fastening tasks.

  • TPR Ergonomic Handle: Moulded handle for a secure, comfortable grip during extended use.

  • Differential Heat Treatment: Handle, stem, and socket are heat-treated and precision-welded to maximize strength and tool life.

  • Rust-Resistant Finish: Chrome finish protects against corrosion and ensures easy maintenance.

  • Versatile Applications: Perfect for automotive, industrial, professional, construction, and household use.


Specifications:

AttributeDetails
BrandTaparia
Model NumberTSW 10
Product TypeT-Handle Socket Wrench
Socket Size10 mm
Socket Type6-Point Hex
MaterialChrome Vanadium Steel
Handle MaterialTPR (Thermoplastic Rubber)
ColourBlue & Silver
Item Length30 cm
Item Weight310 grams
Net Quantity1 Count
Item Package Quantity1
Country of OriginIndia
Choose Quantity
+ Add to Cart
Product Details
  • Brand: TAPARIA

  • Model: TSW 10

  • Type: T Socket Wrench

  • Socket Size: 10 mm

  • Handle Type: T-handle

  • Material: Alloy Steel

  • Finish: Chrome Plated

  • Usage: Automotive, electrical, industrial tasks

  • Country of Origin: 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 }); } });