FREE Fairy House Knitting Pattern

free fairy house knitting pattern

The house is made with double knitting yarn, 3mm single pointed needles and small amount of toy stuffing. Although any yarn and needles will work. It is about 5cm 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

House—Make 1
With white, cast on 8 sts
Purl 1 row
Next: increase into every stitch (16 sts)
Purl 1 row
Next: (k1, inc1) to end (24 sts)
Starting with a purl row, st-st 9 rows
Next: k2tog to end (12 sts)
Starting with a purl row, st-st 9 rows
Next: k2tog to end (6 sts)
Draw thread through the remaining
stitches and pull tight
Sew down the row ends, add stuffing and seal up.

Door—Make 1
With pink, cast on 8 sts
Purl 1 row
Next: increase into every stitch (16 sts)
Purl 3 rows
Next: k2tog to end (8 sts)
Draw thread through the remaining stitches and pull tight
Sew down the row ends and seal up.

Fold flat so the bound off stitches are in the centre of the piece and it is circular. Sew to the front of the house.

Roof—Make 1
With pink, cast on 24 sts
Starting with a purl row, st-st 3 rows
Next: k1, k2tog, knit to last 3 sts, k2tog, k1
Complete the last 4 rows until 4 sts remain on the needle. Add a stitch marker at each end of row 14
Draw thread through the remaining stitches and pull tight

Sew down the row ends to the stitch markers. Leave the bottom open. Insert the narrow end of the house into the opening. Allow the lower rows to curl outward. Fold the pointed end of the roof over on to itself and secure with a stitch.

© Copyright 2019 Knitting by Post Ltd

Magical Fairies

£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Sprinkle some fairy magic into your knitting with this adorable soft toy doll. A lovely handmade project for little dreamers.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

No fairy tale is complete without a little magic! This knitted boy fairy is the perfect partner to the classic fairy soft toy.

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

Even More Patterns

£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Hop to it with this bunny pyjama case knitting pattern. A practical and adorable way to keep nightwear tucked away, perfect for kids, animal lovers, or anyone who enjoys handmade touches.

This product has multiple variants. The options may be chosen on the product page
+ Large Text
Download
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Keep your Christmas goodies under elf supervision! This Elf Gift Bag is an adorable handmade alternative to wrapping paper.

This product has multiple variants. The options may be chosen on the product page
+ Large Text
Download
£3.49

Some snowmen are made of snow... this one is made from love and yarn.

This product has multiple variants. The options may be chosen on the product page
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Mooove over boring projects—Milkshake the Cow is here! This fun cow knitting pattern creates an adorable soft toy with a cheeky face and a cosy hoodie.

This product has multiple variants. The options may be chosen on the product page
+ Download
Large Print
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

A koala-ty project for your knitting needles! This quick-knit soft toy pattern is too cute to resist.

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

This little mouse won’t scurry away—it’s here to keep pyjamas safe and sound. A fun and functional knitting pattern perfect for kids and cozy bedtimes.

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


{{{ 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(); } } }) } });})();