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

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

No horsing around—this donkey is as cute as they come! Knit Dan the Donkey, a lovable farmyard soft toy.

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

Udderly Adorable, A Moo-Licious Pattern With a Secret Stash in His Belly

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

She's Red and She's Cute.  Here is Scarlet with a Floppy Hat and RaaRaa Dress.

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

Knit your own parliament of wise little owls. A fun and creative project perfect for collectors and bird lovers.

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

Ho, ho, hand-knit your own Santa for a bit of festive fun. Perfect for puppet shows, holiday decorations, or just making sure the Christmas spirit is always within arm’s reach.

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

Why choose one when you can knit all three? This soft toy knitting pattern lets you create a cat, rabbit, and dog for triple the fun.

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