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

Abracadabra—this knitted wizard is here to bring Halloween fun! A quirky and festive soft toy pattern for spooky Halloween knitting.

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 knitted Winter Bear gift bag adds a handmade touch to Christmas gifting. The perfect size for small presents or festive treats!

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 knitted monkey comforter is soft, cuddly, and perfect for bedtime snuggles. A wonderful handmade baby gift idea.

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

Get ready to have a paw-some time with this dog pyjama case 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

Make your own Yummy Tummy Bunny with this fun, easy knitting pattern. This adorable bunny features a secret tummy pocket for storing sweet treats. Perfect for Easter gifts

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

Jubilee Bear Knitting Pattern to Celebrate the Queen's 70th Jubilee in June 2022

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

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