FREE Hearts Charm Knitting Pattern

free hearts charm knitting pattern

Materials : Oddments of red and white. Small amount of toy stuffing.  Length of ribbon.  3mm single point needles.

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

Hearts
With red, cast on 4 sts
Purl 1 row
Next: increase into all stitches (8 sts)
Purl 1 row
Next: inc1, k2, (inc1) twice, k2, inc1 (12 sts)
purl 1 row
Next: inc1, k4, (inc1) twice, k4, inc1 (16 sts)
Purl 1 row
Next: inc1, k6, (inc1) twice, k6, inc1 (20 sts)
Purl 1 row
Next: inc1, k8, (inc1) twice, k8, inc1 (24 sts)
Purl 1 row
Next: inc1, k10, (inc1) twice, k10, inc1 (28 sts)
St-st 4 rows
Purl 14 sts and turn. Work with these stitches only
Next: (k1, k2tog) to last 2 sts, k2 (10 sts)
Purl 1 row
Next: k2tog to end (5 sts)
Draw thread through the remaining stitches and pull tight

Reattach yarn to the remaining 14 sts and purl to end
Next: (k1, k2tog) to last 2 sts, k2 (10 sts)
Purl 1 row
Next: k2tog to end (5 sts)
Draw thread through the remaining stitches and pull tight

Sew down the row ends of the heart – seam will be at the back.  Fold into a heart shape at the top and sew around the edges.  Add a little toy stuffing before sealing up

Attach each heart to the end of a piece of ribbon at the top centre and decorate as desired.

Here is a bear with a heart.

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

Bear with me, this could get grizzly.  Here is our take on a sweet little Valentine's Day bear knitting pattern, complete with a squishy heart.

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

Even More Patterns

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

A Hoppy Easter Awaits with the Bunny Chocolate Egg Knitting Pattern! Create a Delightful Bunny Holding a Chocolate Egg for a Fun and Festive 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 your doors from dashing away like reindeer with this knitted Santa doorstop. A fun and functional Christmas project that brings a bit of festive spirit to your home.

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

It has all gone a bit Cheesy!  Nibbles the Mouse knitting pattern is here.

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

We are really buzzy making some great patterns for you to knit.  Honey Bee Egg Holder 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

Knit your own fluffy best friend with Cracker the Old English Sheepdog! This pattern creates a lovable, shaggy companion that’s soft, huggable, and full of personality—no shedding included.

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

Quick, it's melting!   Here is Gelato the Ice Cream knitting pattern.   He has a big red cherry nose and ice cream hat.

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

3 thoughts on “FREE Hearts Charm Knitting Pattern

  1. Corrine Standley says:

    I have just lost someone very dear. I am knitting several of these super little hearts for her children. Thank you for such a straight forward pattern.

  2. Sylvia M Williams says:

    I’ve just made a white heart to go with the white Baby Feet Pram Charm I knitted yesterday. Absolutely charming! And SO unique! I’m about to start a set in blue. Would make an ideal St. Valentines Day bunting in red!

  3. Carol A Roberts says:

    I knit for a cancer hospital and I am always looking for patterns to knit so they can sell them in their shop to raise money. This heart one is super. Thank you I shall look further for more of your free patterns.

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