FREE Toadstool Knitting Pattern

Free toadstool knitting pattern

Enjoy this lovely toadstool pattern. It can be made with any odds and ends that you have left and a little bit of toy stuffing.

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

Toadstool—Make 1
At the bottom of the stem, cast on 12 sts
Purl 1 row
Next: inc knit wise into every stitch (24 sts)
Starting with a purl row, st-st 13 rows
Next: (k1, k2tog) to end (16 sts)
Starting with a purl row, st-st 5 rows
Change to the colour for the top of the toadstool
Next: (inc1, inc1, k1) to last stitch, k1 (26 sts)
Purl 1 row
Next: (k1, inc1, inc1) to last 2 sts, k2 (42 sts)
Starting with a purl row, st-st 13 rows
Next: (k2, k2tog) to last 2 sts, k2 (32 sts)
Starting with a purl row, st-st 3 rows
Next: (k1, k2tog) to last 2 sts, k2 (22 sts)Starting with a purl row, st-st 3 rows
Next: k2tog to end (11 sts)
Draw thread through the remaining stitches and pull tight

Sew down the row ends of the toadstool and stuff carefully to get the correct shape. Gather the cast on stitches at the bot-tom and make the base of the toadstool as flat as possible so it will stand. Optionally add a small sealed bag of rice or sand at the bottom of the stem to weigh it down.

Door and Window—Make 1 each
Cast on 5 sts
Next: k1, p1, k1, p1, k1 Complete this row 7 times for door and 4 times for window. Cast off in pattern.

Sew the door to the front of the toadstool at the bottom of the stem. Sew the window higher and to the right of the door.

Spots—Make 4
Cast on cast on 7 sts
Purl 1 row
Next: increase into every stitch (14 sts)
Starting with a purl row, stocking stitch 3 rows
Next: k2tog to end (7 sts)
Draw thread through the remaining stitches and pull tight

Sew down the row ends, then fold flat with the bound off stitches in the centre front. Sew spots randomly to the top of the toadstool.

free toadstool knitting pattern

How about Burny the Dragon too?

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

Be careful this week, things could drag-on a bit! Watch those fingers as it all gets a bit Burny too. Here is Burny the Dragon knitting pattern. He is breathing fire and ready to fly away at any minute.

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

Even More Patterns

£6.99

Burly baby is everything you could want in a toy knitting pattern.  He is a little cutie in his nappy, complete with pin.  He has mittens, hat and bootees too.

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

Crack a smile at Easter with our Ladybird Egg Holder Knitting Pattern - it's so perfect, you'll think it's 'egg-squisite'

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

A pattern so sweet, it'll make your heart thumper.  Here is a cute purple bunny rabbit ready for Easter.

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

Knit up some Irish charm with Larney O’Shamrock, the mischievous leprechaun. A fun and festive project perfect for St. Patrick’s Day decorating or lucky gifts.

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

Mooo-ve over and give me some room to dance!  I am a MooMoo in a TuTu knitting pattern and I can pirouette right onto your knitting needles.

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

Knit your own fairy tale with this Red Riding Hood pattern. Just be careful—this little doll is so cute, even the Big Bad Wolf might want to cuddle up.

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

Leave a Reply

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