Kyoshin Elle Leathercraft Tool European Style Stitching Chisel Single Prong Leather Pricking Iron, with Non-Slip Handle, for Leatherworking


This high-quality pricking iron is perfect for punching diagonal stitch holes, which is excellent for leather stitching. This tool is made of high-quality steel and will provide you many years of service.


USD 8.99
1 piece

In stock



Share

Japan Postl EMS FedEx

🔒 Secure checkout (Credit Card, Bank Transfer, & PayPal available)

✈️ Get your order in as soon as three days*

🌏 Worldwide shipping available

💰 Save on shipping when you buy multiple items

window.renderBadge = function() { var ratingBadgeContainer = document.createElement("div"); document.body.appendChild(ratingBadgeContainer); window.gapi.load('ratingbadge', function() { window.gapi.ratingbadge.render(ratingBadgeContainer, {"merchant_id": 153058324}); }); }
* Incl. VAT excl. Shipping

This European style pricking iron from Kyoshin Elle is great for producing stitching holes in your leather and has flat, diagonal prongs rather than diamond ones, giving your leathercraft stitching a unique and clean appearance. Fashioned from high-quality steel, this European style stitching punch is made in Japan to the same high standards as other Kyoshin Elle pricking irons. Available in various sizes and come in 1 prong, 2 prong, 4 prong, or 6 prong types (each sold separately). Collect them all so you can work in almost any thickness of leather.

This pricking iron is designed to produce a single flat hole, which is ideal for corners or custom spacing between holes, ensuring holes do not end up too far or too close to the stitch line's end.

Available prong numbers and sizes (each sold separately):

• Single Prong
• 2-Prong (3mm, 4mm, 4.5mm, 5mm)
• 4-Prong (3mm, 4mm, 4.5mm, 5mm)
• 6-Prong (3mm, 4mm, 4.5mm, 5mm)

When punching holes or removing this tool from your leather, keep it perpendicular to the leather and use a soft-headed hammer instead of a metal hammer to avoid damaging the tool. The highly tempered prongs of this superb tool have a dual purpose: They are not only extremely strong and well-suited for penetration, but they also protect your leatherwork from uneven stitching by breaking rather than bending when damaged. This feature prevents the pricking iron from creating uneven stitch holes, which can occur with cheaper pricking irons due to a bent prongs.

This listing is for Kyoshin Elle European Single Prong Pricking Iron only. Photos showing other tools and materials are for illustrative purposes only.

Keep out of the reach of children.

Technical characteristic Value
Item ID 42916
Condition New
Model 50230
Manufacturer Kyoshin Elle
Manufacturing country Japan
Net weight 20 g
Weight 120 g
Customs tariff number 820730000

JAN Code: 4580347766761

document.querySelector("form > input[data-mail='subject']").value = "Customer enquiry for variation id number " + vueApp.$store.getters.currentItemVariation.variation.id; document.addEventListener("onVariationChanged", function (e) { document.querySelector("form > input[data-mail='subject']").value = "Customer enquiry about variation id number " + vueApp.$store.getters.currentItemVariation.variation.id; });

Will be available very soon!


Similar products

// Handles basket preview popup interactions and trusted seal popup link document.addEventListener("DOMContentLoaded", function () { const button = document.querySelector(".toggle-basket-preview.nav-link"); const popup = document.getElementById("customPopup"); const closeBtn = document.getElementById("closePopupBtn"); if (button && popup) { button.addEventListener("click", function (e) { e.preventDefault(); // Prevent default button behavior popup.style.display = "flex"; // Show the popup when button is clicked }); } if (closeBtn && popup) { closeBtn.addEventListener("click", function () { popup.style.display = "none"; // Hide the popup when "Got it" button is clicked }); } document.addEventListener("keydown", function (e) { if (e.key === "Escape" && popup) { popup.style.display = "none"; // Close the popup if Escape key is pressed } }); }); // Ensure the element with id "trusted_seal_link" exists before adding the event listener const yourLink = document.getElementById("trusted_seal_link"); if (yourLink) { yourLink.addEventListener('click', function (event) { event.preventDefault(); // Open the URL in a new window, ensuring security best practices with 'noopener noreferrer' window.open('https://www.etrust.pro/info/844.html', 'view', 'height=610,width=430,resizable=no,toolbar=no,location=no,scrollbars=yes,status=no'); }); } // Handles the dismissible header banner and initializes the multi-item carousel $(document).ready(function () { // Check if the 'alerted_check' exists in localStorage const isAlerted = localStorage.getItem('alerted_check'); if (!isAlerted) { // Fade in the headerstrip-wrapper with a defined duration const fadeInDuration = 7000; $("div.headerstrip-wrapper").fadeIn(fadeInDuration); } // Handle dismissing banners using event delegation for better performance $(document).on('click', '.js-banner__dismiss', function () { $(this).parent().hide(); localStorage.setItem('alerted_check', 'yes'); }); // Carousel multi-item logic $('.carousel.carousel-multi-item.v-2 .carousel-item').each(function () { let next = $(this).next(); if (!next.length) { next = $(this).siblings(':first'); } next.children(':first-child').clone().appendTo($(this)); // Clone the next 3 items to ensure the carousel displays multiple items for (let i = 0; i < 3; i++) { next = next.next(); if (!next.length) { next = $(this).siblings(':first'); } next.children(':first-child').clone().appendTo($(this)); } }); // Brands slider logic const brandsSlider = $('.brands_slider'); if (brandsSlider.length) { brandsSlider.owlCarousel({ loop: true, autoplay: true, autoplayTimeout: 5000, nav: false, dots: false, autoWidth: true, items: 8, margin: 42 }); // Initialize previous and next buttons for brands slider, ensuring the elements exist const prevButton = $('.brands_prev'); const nextButton = $('.brands_next'); if (prevButton.length) { prevButton.on('click', function () { brandsSlider.trigger('prev.owl.carousel'); }); } if (nextButton.length) { nextButton.on('click', function () { brandsSlider.trigger('next.owl.carousel'); }); } } }); // hide announcement const banner = document.querySelector('.banner-announcement'); window.addEventListener('scroll', () => { if (window.scrollY > 0) { banner.style.display = 'none'; // hide when scrolling down } else { banner.style.display = 'block'; // show when at top } });