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?

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

11.49

A Christmas knitting bundle at a merry price! Get four festive patterns for just £10.

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

Here is an Air Raid Warden soft toy knitting pattern.  He was seen on duty on the streets of our cities to keep us safe during World War 2. Created to commemorate 75 years since VE Day in 1945.

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

Here is Lunar, he is an astronaut all ready for space in his space suit.  He has his visor down and anti-gravity boots to keep him firmly on the moon.

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

Hubble Bubble The Witch, be spellbound with every stitch.  A Halloween special.

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

Knit the most Bonny Bear ever! Small for little hands and cute as a button too.

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 rabbit hand puppet is all ears and ready for fun. A delightful knitting pattern for kids, puppet shows, or anyone who loves a little hoppy entertainment.

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

One thought on “FREE Mouse Knitting Pattern

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