FREE Mouse Knitting Pattern

Enjoy this Lovely FREE Mini Mouse Knitting Pattern.  It would make a lovely toy for a cat. This cute mouse is made with oddments of white and cream double knitting yarn, a small amount of toy stuffing and 3mm single pointed needles. Although any yarn and needles will work.   It is about 5cm long when finished.

Free mouse knitting pattern

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

Mouse – Make 1

With white, cast on 10 sts
Purl 1 row
Next : increase into every stitch (20 sts)
Starting with a purl row, st-st 5 rows
Next: k2tog, knit to last 2 sts, k2tog
Purl 1 row
Complete the last 2 rows until 6 sts remain
Draw thread through the remaining stitches and pull tight

Sew down the row ends and stuff to the nose. Leave the bottom open for the tail to be inserted. Make a twisted cord as explained below.

A twisted cord is made by taking a short piece of white yarn. Fasten one end to a static object for example a door handle.  Take the other end of the yarn and twist several times.  Then allow the yarn to fold in half upon itself and it will twist.  Knot the open end to stop the twist from unravelling. Cut to the length desired.

Insert the knotted end into the bottom of the mouse. Secure with stitches and gather the cast on stitches of the mouse to seal it up.

Ears – Make 2

With cream, cast on 8 sts
Draw thread through the stitches and pull tight.

Allow the ear to curl and sew one to either side of the mouse about half way down the body.

Sew two eyes in black, one at either side just in front of the nose.

© Copyright 2019 Knitting by Post Ltd

How about Biscuit the Mouse?

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

Squeak your way into adorable knitting with Biscuit the Mouse! This charming knitted mouse soft toy comes dressed in trousers and a waistcoat—an easy and fun project

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

Even More Patterns

£10.00

Bargain four knitting pattern bundle for £10.

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 your own fluffy best friend with Cracker the Old English Sheepdog! This pattern creates a lovable, shaggy companion that’s soft, huggable, and full of personality—no shedding included.

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

Rise and shine with Robert the Rooster! A fun Easter knitting pattern with a chocolate egg surprise.

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

A Deer Little Project With a Pocket Full of Cheer.  Here is Reindeer Tuckeroo With a Personal Treat Pocket

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

Paws and Reflect at This Cute Little Bear Toy 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

Bride and Groom knitting pattern in a gnome style.  A lovely gift for a wedding day.

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

One thought on “FREE Mouse Knitting Pattern

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