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

This elegant swan comes with a surprise—she can hold a small chocolate egg in each wing! A unique and delightful 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

Goat your knitting needles ready—Gary the Goat is here! This fun farm animal knitting pattern is easy to follow, making a lovable soft toy perfect for kids and crafters.

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

Here is a twist on a traditional Christmas favourite. He is a larger knit than our usual patterns so you can get your needles clicking with this one. Fill the snowman with Christmas goodies.

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

A Tall Order For Treats.  The Giraffe Soft Toy Knitting Pattern That Keeps On Giving.

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

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

Tuck in this tiny tot! Baby Dolly comes with a soft knitted sleeping bag, making bedtime extra cuddly.

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