FREE Easy Peasy Hanging Bunny Rabbit Head Knitting Pattern

Cute, hanging and easy to make. You can make this easy peasy knitted rabbit head in an hour or so. Made with a square, toy stuffing isn’t required. Make lots of these for easy Easter knitted gifts. Great for family and friends or you can knit for your good cause too.

This head was made with white double knitting yarn an 3mm single pointed needles. Tension is not important so use any needles and yarn that you have in your stash and it will still work out ok.    It is about 5cm tall when finished.

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

Head – Make 1

With white, cast on 24 sts
Starting with a purl row, st-st 29 rows
Cast off

folded knitted rabbit square
The finished square will look like this.
knitted rabbit head free pattern
Take diagonally opposite corners and roll the piece into the centre.
knitted bunny free
Fold the piece in half so the opposite corners meet at the top. Wrap yarn tightly round the head about one third of the way up and secure the ends of the yarn.
free knitted head pattern
Add a face to your bunny. Embroider a nose two stitches wide, then create three small whiskers. Add two eyes in black immediately above the nose.
free rabbit easter bunny knitting pattern
Finish by adding a hanging cord, keyring, ribbon or other embellishments to the top of your bunny’s head.

© Copyright 2020 Knitting by Post Ltd

Even More Patterns

£4.49

Give your favorite toy a place to relax with Doll and Teddy Bear Knitted Arm Chair Knitting Pattern! This delightful knitting pattern creates a miniature chair that's as cute as it is comfy.

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

It is all a bit cheeky here. In banana yellow trousers, here is a Short and Sweet Monkey pattern.

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

Tricking and Treating made easy with a little knitted gift bag.

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

Big ears, big charm! Knit four different elephants with this fun and easy-to-follow pattern collection.

This product has multiple variants. The options may be chosen on the product page
Best Seller
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Sprinkle a little magic into your knitting with Stardust the Unicorn. A dreamy soft toy project that’s perfect for unicorn lovers of all ages.

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

Have Your Own Queen to Tea and Cakes for the Royal Jubilee.  Celebrating 70 Years of Queen Elizabeth II. Platinum Jubilee. An Easy Knit Doll That You Can Make.

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

One thought on “FREE Easy Peasy Hanging Bunny Rabbit Head Knitting Pattern

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