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

+ Download
Large Print
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Sweet as candy, wrapped like a gift. Bring the holiday spirit, stitch by stitch

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

Create a festive teddy and matching stocking with this knitting pattern. A heartwarming Christmas project that makes a thoughtful handmade gift or a cozy seasonal decoration.

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

From the Scottish hills to your knitting needles. Here is a Highland Cow soft toy that won't eat the flowers!

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

Hip Hop and Get this Spring Time Easter Buttercup Bunny Knitting Pattern

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

Whooo needs a plain toilet roll when you can have an owl watching over it? This knitting pattern turns an everyday item into a cute and quirky bathroom companion.

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

Choc-a-doodle-doo !!  Here is an Easter knitting pattern not to get hen pecked at.

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

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