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?

5.49 5.99Price range: €5.49 through €5.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

5.49 5.99Price range: €5.49 through €5.99 Leaflet

Deliver the goods and don't get the sack!   Here is our lovely Post Man knitting pattern.  The colours are loosely themed on our friends at Royal Mail.

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

Christmas Eve is toasty and ready for the winter. She has wrap round mittens, cosy scarf and big pom-pom hat. Dressed in festive red she even has stripey stockings.

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

This lion pyjama case is as cuddly as it is useful. A soft and functional knitting project that makes a great gift or bedtime buddy.

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

This Bear Knitting Pattern is In-Bear-Ably Cute and Ready For Your Needles.

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

All bear one, and one bear all. This soft and cuddly pyjama case keeps sleepwear neatly stored while doubling as a bedtime buddy.

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

He’s putting his best hoof forward in those adorable brown dungarees, it is a cute knitted giraffe.

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