FREE Mini Moggie Cat Knitting Pattern

Enjoy this Lovely FREE Mini Cat Knitting Pattern.  It would make a lovely toy for a cat. This cute moggie is made with oddments of cream and blue double knitting yarn, a length of black for the eyes and a small amount of toy stuffing. 3mm single pointed needles were used, although any yarn and needles will work.   It is about 5cm tall when finished.

Free cat 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

Cat – Make 1

With yellow, cast on 12 sts
Purl 1 row
next: (k1, inc1) to end (18 sts)
Starting with a purl row, st-st 9 rows
Shape for neck
Next: k2tog to end (9 sts)
Purl 1 row
Next: increase into every stitch (18 rows)
Starting with a purl row, st-st 5 rows
Increase to shape the ears
Next: k3, inc1, inc1, k8, inc1, inc1, k3 (22 sts)
Purl 1 row
Next: k4, inc1, inc1, k10, inc1, inc1, k4 (26 sts)
Purl 1 row
Cast off

Fold so the top is flat on the head and the there is a seam at the centre back. Sew down the row ends. Add toy stuffing to the head and body as you go. Fold the bottom flat and seal it up.

Collar – Make 1

With blue, cast on 16 sts
Cast off

Wrap the collar round the neck of the cat and fasten the ends together.

Sew a nose horizontally in blue yarn twice. Then stitch 3 whiskers at either side of the nose. Stitch two eyes just above the nose in black one stitch apart from the other.

Even More Patterns

5.49 5.99Price range: €5.49 through €5.99 Leaflet

More than divine. This knitting pattern creates a sweet and heavenly cover for chocolate eggs, perfect for gifts and displays.

This product has multiple variants. The options may be chosen on the product page
Original price was: €19.99.Current price is: €13.99.

- Santa Toilet Roll Cover - Santa Doorstop - Snowman Doorstop - Santa Pyjama Case - Snowman Pyjama Case

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

A hive of storage fun! This knitted Bee Pyjama Case is the perfect spot to tuck away pyjamas at bedtime.

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

Snow Joker is a cute little hybrid.  He is half joker and half snowball.  He has a 4 pointed hat and boots to keep him warm this winter.   Knit him in any double knitting yarn and 3mm knitting 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

Get your needles going clickety with our cute spring time Cluckety toy knitting pattern.

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

Knit Beeatrix the Beekeeper Dolly with this adorable knitting pattern. BEE-lieve it is true. Great for gifting and collecting.

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

One thought on “FREE Mini Moggie Cat Knitting Pattern

  1. Jackie says:

    Great designs n ideas !! Hav made sum of these n hav had lots of admiring comments !! Just had 2 new babies to the family n knitted the baby feet n dummy n the Mum was soooo taken by them that the other wants the same for her little one !!!!

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