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

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

Hang a knitted Santa bauble on your Christmas tree this year.  A quick knit in a Santa and Gnome style.

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

Bringing Extra Cheer to Your Christmas Tree.  3 Different Size Hanging Elf Decorations in One Pattern

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

Meet the whole Bearwick Bear family! Four adorable knitting patterns in one booklet.

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 reindeer isn’t flying anywhere—he’s here to hold your doors in place! A charming Christmas-themed knitting pattern.

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

Knit the sweetest bedtime buddy with this bear-shaped pyjama case pattern! This cuddly companion keeps sleepwear snug and tidy while adding a touch of handmade charm to any room. No need to paws—this pattern is simple, fun, and utterly adorable.

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

Turn a boring toilet roll into a cute, huggable bear! This knitting pattern is a fun way to add personality to your bathroom while keeping extra rolls within reach. Easy to make, practical, and guaranteed to get a few laughs

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