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

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

A flippin’ cute project! Knit Pinky the Penguin, a charming soft toy pattern that’s perfect for winter and beyond.

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

Make a splash with this adorable knitted duck! Perfect for spring, Easter, or any duck lover, this soft toy pattern is an easy and fun knit.

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

No need to wish upon a star—this knitted unicorn is already full of magic! A fun and easy soft toy pattern for unicorn lovers.

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

More of our Commemoration WW1 and WW2 Favourites in one Booklet.

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

Molly Moo the Cow is a cute farmyard animal toy knitting pattern that any child will love.

This product has multiple variants. The options may be chosen on the product page
+ Large Text
Download
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Soft, simple, and sweet—this easy-knit dolly is perfect for playtime or bedtime snuggles. A great handmade project for children’s gifts.

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