FREE Little Bunny Knitting Pattern

Free buny rabbit knitting pattern knitted cream pink soft toy instructions

This little knitted bunny is quick and easy.

Made with oddments of cream, pink and grey double knitting yarn. Small amount of toy stuffing. 3mm single pointed needles were used.   It is about 10cm tall when finished.

Abbreviations : k – knit. p – purl. st – stitch. tog-together. st-st – Stocking Stitch (k1row, p1row). 

Body & Head – Make 1

Starting at the base, with cream, cast on 10 sts
Purl 1 row
Next: increase into every stitch (20 sts)
Purl 1 row
Next: (k1, inc1) to end (30 sts)

Purl 3 rows
Starting with a knit row, st-st 16 rows
Next: k2tog to end (15 sts)

Purl 1 row
Next: (inc1, inc1, k1) to end (25 sts)
Starting with a purl row, st-st 9 rows
Next: k2tog to last stitch, k1 (13 sts)
Purl 1 row
Draw thread through the remaining stitches and pull tight.

Sew down the row ends, add stuffing and seal up. Make sure the bottom is flat so it will stand and the neck line is indented to define a separate head and body.

Scarf – Make 1

With pink, cast on 40 sts
Next: (k1, p1) to end
Complete the last row 4 times in total
Cast off in pattern

Sew down the row ends and place over the head and round the neck

Ears- Make 2

With cream cast on 14 sts
Starting with a purl row, st-st 15 rows
Next: k2tog to end (7 sts)
Purl 1 row
Draw thread through the remaining stitches and pull tight

Fold in half and sew down the row ends. Fold the cast on edge in half again. Place the ear on the side of the head approx 4 rows from the top of the head. Sew the cast on edge in place.

To finish, sew two grey eyes in a ‘U’ shape to the front of the face and also two horizontal stitches for the nose.

If you enjoyed this pattern and want to share it, please redirect your friends to this website instead of sharing the text and pictures. Thanks.

Free-bunny-rabbit-knitting-pattern-easy-simple-cream-knitted

© Copyright 2020 Knitting by Post Ltd


More bunnies that you might enjoy…

+ Download
Large Print
£6.99

All Bunny One is an extra large knitted bunny.  Standing at 48cm tall, he is a really big knit to get those needles clicking.

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

Sweet as candy and so cute you could hop.  Here is a little spring time bunny rabbit knitting pattern with an easy to knit wrap round dress too.

£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.

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

Here is Ronnie, he is an original, novelty knitting pattern. He will hold a chocolate egg in his belly and looks sweet too. A brilliant idea for an Easter gift.

Even More Patterns

£4.99

Don't wing it, knit it! This owl pattern is a wise choice.

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

It is a stem-sational Poinsetta knitting pattern that is bloomin brilliant.

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

Be careful this week, things could drag-on a bit! Watch those fingers as it all gets a bit Burny too. Here is Burny the Dragon knitting pattern. He is breathing fire and ready to fly away at any minute.

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 mammoth task here! Knit Grace the Elephant, a cuddly soft toy in a hoodie, perfect for elephant lovers.

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

Get ready for a barking good time with this dalmatian chocolate hugs knitting pattern.

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

Make Your Christmas Table Sparkle With Elf and Reindeer Crackers

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

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