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

+ Download
Large Print
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

An Update on a Best Selling Christmas Classic.  A Festive Toilet Roll Cover Pattern

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

Knit your own cheeky little monkey! This soft toy knitting pattern comes complete with a cozy hoodie for extra character.

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

There is nothing that says Easter more than ducks in a basket.  Knit the basket and 4 cute ducks with this knitting pattern.

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

Calling all dog lovers! This knitting booklet includes four adorable knitted dog patterns for hours of crafting fun.

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

A Little Elf-Controlled Snacking in His Pocket.  Elf Tuckeroo Knitting Pattern for Pocket Treats.

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

Eggsercise those needles and make Custard the Rabbit.  Hop-Hop along and get this cute bunny knitting pattern.

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