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

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

Eco warrior and all round good guy. Here is green Santa in a twist on the popular red outfit.

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

From roads to runways, this fun knitting pattern includes a car, aeroplane, and digger soft toy set, making it a great handmade gift for kids.

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

This witch is brewing up some fun! A Halloween knitting pattern that’s more sweet than spooky.

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

A little stitch with a lot of heart. This Forget Me Knot knitting project is perfect for newborn gifts or baby keepsakes.

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

A paws-itively perfect bedtime buddy! Knit Buddy the Sleepy Puppy, a soft and cuddly dog toy.

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

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