FREE Post Box / Pillar Box Knitting Pattern

Free post box knitting pattern

Enjoy this Lovely FREE Postbox Knitting Pattern.  This cute post box is made with black and red double knitting yarn, 3mm single pointed needles and toy stuffing. Although any yarn and needles will work.   It is about 13cm tall when finished.

Abbreviations : k – knit. p – purl. st – stitch. tog-together. st-st – Stocking Stitch (k1row, p1row).  inc— increase. Knit into the front and the back of the stitch

Post Box—Make 1
Made in one piece from under the base to the top

With black, cast on 10 sts
Purl 1 row
Next: increase into every stitch (20 sts)
Purl 1 row
Next: (k1, inc1) to end (30 sts)
Purl 1 row
Knit 3 rows
Starting with a purl row, st-st 9 rows
Purl 1 row (define the colour change)

Change to red
Starting with a purl row, st-st 13 rows
Next: k11, p8, k11 (Mark for letterbox)
Starting with a purl row, st-st 3 rows
Next: k11, p8, k11 (Mark for letterbox)
Starting with a purl row, st-st 3 rows

Top of post box
Next: (inc1, inc1, k1) to end (50 sts)
Purl 1 row
Next: (k4, inc1) to end (60 sts)
Starting with a purl row, st-st 5 rows
Next: (k3, k2tog) to end (48 sts)
Purl 1 row
Next: (k2, k2tog) to end (36 sts)
Purl 1 row
Next: (k1, k2tog) to end (24 sts)
Purl 1 row
Next: (k2tog) to end (12 sts)

Draw thread through the remaining stitches and pull tight

Sew down the row ends of the piece. Stuff well , make sure the base is flat and it will stand. Then seal up.

Letterbox—Make 1
With black, cast on 8 sts
Knit 1 row
Purl 1 row
Cast off

Sew the letterbox to the extra purl stitches on the front of the post box. It may be easier to do this before the main piece is stuffed.

Add any additional decorations such as ribbon and beads that you desire.

© Copyright 2019 Knitting by Post Ltd

Even More Patterns

+ Download
Large Print
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Saddle up for a fun knitting project! Create your own adorable pony soft toy with this easy-to-follow pattern.

This product has multiple variants. The options may be chosen on the product page
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Crisp, cozy, and textured just right—knit a Waffle Cushion Cover for a stylish handmade home decor piece.

This product has multiple variants. The options may be chosen on the product page
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Ahoy, matey! This pirate hand puppet knitting pattern is perfect for storytelling, puppet shows, or just sailing into some swashbuckling fun—no treasure map required.

This product has multiple variants. The options may be chosen on the product page
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Knit a little bear that’s ready to travel. This pram charm pattern is a sweet way to add a handmade touch to a pram, nursery, or baby shower gift.

This product has multiple variants. The options may be chosen on the product page
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Knit a giraffe that won’t outgrow your home. This adorable long-necked friend is a great soft toy project for animal lovers.

This product has multiple variants. The options may be chosen on the product page
5.49 5.99Price range: €5.49 through €5.99 Leaflet

It is bed time here.  This cute little Bed Time Dog has floppy ears and a big hat.  He has even got his own pillow ready for snuggles.

This product has multiple variants. The options may be chosen on the product page

One thought on “FREE Post Box / Pillar Box Knitting Pattern

Leave a Reply

Free Pattern Locked

Subscribe to our newsletter to instantly unlock this pattern and our entire library of free knitting designs.

{{{ data.variation.price_html }}}
{{{ data.variation.availability_html }}}
'; window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML); document.body.appendChild(window._nslWebViewNoticeElement); } }); } } window._nslDOMReady(function () { window.nslRedirect = function (url) { if (scriptOptions._redirectOverlay) { const overlay = document.createElement('div'); overlay.id = "nsl-redirect-overlay"; let overlayHTML = ''; const overlayContainer = "
", overlayContainerClose = "
", overlaySpinner = "
", overlayTitle = "

" + scriptOptions._localizedStrings.redirect_overlay_title + "

", overlayText = "

" + scriptOptions._localizedStrings.redirect_overlay_text + "

"; switch (scriptOptions._redirectOverlay) { case "overlay-only": break; case "overlay-with-spinner": overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose; break; default: overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose; break; } overlay.insertAdjacentHTML("afterbegin", overlayHTML); document.body.appendChild(overlay); } window.location = url; }; let targetWindow = scriptOptions._targetWindow || 'prefer-popup', lastPopup = false; document.addEventListener('click', function (e) { if (e.target) { const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]'); if (buttonLinkElement) { if (lastPopup && !lastPopup.closed) { e.preventDefault(); lastPopup.focus(); } else { let href = buttonLinkElement.href, success = false; if (href.indexOf('?') !== -1) { href += '&'; } else { href += '?'; } const redirectTo = buttonLinkElement.dataset.redirect; if (redirectTo === 'current') { href += 'redirect=' + encodeURIComponent(window.location.href) + '&'; } else if (redirectTo && redirectTo !== '') { href += 'redirect=' + encodeURIComponent(redirectTo) + '&'; } if (targetWindow !== 'prefer-same-window' && checkWebView()) { targetWindow = 'prefer-same-window'; } if (targetWindow === 'prefer-popup') { lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight); if (lastPopup) { success = true; e.preventDefault(); } } else if (targetWindow === 'prefer-new-tab') { const newTab = window.open(href + 'display=popup', '_blank'); if (newTab) { if (window.focus) { newTab.focus(); } success = true; window._nslHasOpenedPopup = true; e.preventDefault(); } } if (!success) { window.location = href; e.preventDefault(); } } } } }); let buttonCountChanged = false; const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]'); if (googleLoginButtons.length && checkWebView()) { googleLoginButtons.forEach(function (googleLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(googleLoginButton); } else { googleLoginButton.remove(); buttonCountChanged = true; } }); } const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]'); if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) { facebookLoginButtons.forEach(function (facebookLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(facebookLoginButton); } else { facebookLoginButton.remove(); buttonCountChanged = true; } }); } const separators = document.querySelectorAll('div.nsl-separator'); if (buttonCountChanged && separators.length) { separators.forEach(function (separator) { const separatorParentNode = separator.parentNode; if (separatorParentNode) { const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons'); if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) { separator.remove(); } } }) } });})();