FREE Butterfly Knitting Pattern

free butterfly knitting pattern

Materials : Oddments of yellow, dark yellow and white double knitting.  3mm single point needles. Tension isn’t important for such a small piece.

Finished butterfly is approximately 7cm high

Abbreviations : k – knit. p – purl. st – stitch. tog-together. st-st – Stocking Stitch (k1row, p1row).  Knit into the front and the back of the stitch

Wings – Make 2
With white or yellow, cast on 30 sts
Starting with a purl row, st-st 15 rows
Cast off

Sew down the row ends so the wings are double thickness. Allow the cast on and cast off edges to curl. The centres will be gathered at the end.

Antennae – Make 1
With dark yellow, cast on 20 sts
Starting with a purl row, st-st 3 rows
Cast off
Allow the piece to curl upon itself and secure with stitches if needed

Body – Make 1
With dark yellow, cast on 26 sts
Starting with a purl row, st-st 3 rows
Cast off

Allow the piece to curl upon itself and secure with stitches if needed

Gather the wings in the centre and place the antennae at the top. Wrap the body piece round the wings and antennae and secure with stitches.

Even More Patterns

£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Here is our take on a Land Girl soft toy knitting pattern.  She was seen in the fields of Britain during World War 2 making sure we were fed. Created to commemorate 75 years since VE Day in 1945.

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

Crack open some fun with this hen and chick knitting pattern! Designed to hold a chocolate egg, this is the perfect Easter gift

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

Keep pyjamas tucked away in the safest spot—a hippo’s belly. This fun knitting pattern is great for bedtime routines, gifts, or just adding a playful touch to a room.

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

Here is a Nurse soft toy knitting pattern. She was seen on duty in hospitals all over the world during World War 2. Created with love to commemorate 75 years since VE Day in 1945.

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

Neigh problem, we’ve got your next project covered! Knit your own adorable horse soft toy with this easy pattern—perfect for farm animal lovers.

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

One thought on “FREE Butterfly Knitting Pattern

  1. Beverley says:

    Thank you for the free knitting patterns they are so cute and quick I have knitted the owl sanitizer key ring and the teddy bear and the dove thank you

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