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 £4.99Price range: £4.49 through £4.99 Leaflet

A magical way to give gifts! This Unicorn Baggles Gift Bag knitting pattern creates an enchanting unicorn-themed pouch for treats and treasures.

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

Tuck in this little dreamer! A baby doll knitting pattern with a cozy sleeping bag, perfect for nursery gifts.

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

Knitted Snowman Snowball Decorations Everywhere!  Small, Medium and Large in One 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

Clucky the Hen is waddling around the place.  She has room in her wings for lots of chocolate surprises.  Knit one with this leaflet or PDF knitting 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

Why buy a wreath when you can knit one? This easy Christmas knitting pattern lets you create a decoration that’s full of holiday spirit and made to last.

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 up some Irish charm with Larney O’Shamrock, the mischievous leprechaun. A fun and festive project perfect for St. Patrick’s Day decorating or lucky gifts.

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

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