FREE Festive Bell Knitting Pattern

FREE Festive Bell Knitting Pattern

This little knitted Festive Bell is quick and easy. This FREE knitting pattern will make a lovely gift or hang it on your tree.
Made with oddments of white double knitting yarn. 3mm single pointed needles were used. It is about 10cm tall when finished including the loop.

Abbreviations : k–knit. p–purl. st–stitch. tog-together, st-st–stocking stitch (k1row, p1row)

Bell—Make 1
(Inside of bell) With white, cast on 11 sts
Purl 1 row
Next: increase into every stitch (22 sts)
Starting with a purl row, st-st 15 rows
Next: (k1, inc1) to end (33 sts)
(lower edge) Purl 2 rows
Knit 1 row
(Outside of bell) Next: (k1, k2tog) to end (22 sts)
Starting with a purl row, st-st 15 rows
Next: k2tog to end (11 sts)
Draw the thread through the remaining stitches and pull tight

Fold the piece in half, sew down the row ends, gather the cast on stitches and seal up completely.

Push the cast on end inside the piece so that the cast on and cast off edges meet at the top of the bell.

Clapper—Make 1
With white, cast on 8 sts
Purl 1 row
Next: increase into every stitch (16 sts)
Starting with a purl row, st-st 3 rows
Next: k2tog to end (8 sts)
Draw the thread through the remaining stitches and pull tight

Sew down the row ends. Add a tiny piece of toy stuffing and seal up. Hang inside the bell using a thread so the clanger is just outside the lower edge of the bell.

Loop—Make 1
With white cast on 20 sts
Cast off
Fold the loop in half and attach the ends to the top of the bell.

FREE Festive Bell Knitting Pattern
knitted christmas bell

© Copyright 2022 Knitting by Post Ltd

If you enjoyed this pattern and want to share it, please redirect your friends to this website instead of sharing the text and pictures. Thanks.

$8.49 $9.49Price range: $8.49 through $9.49 Leaflet

An Update on a Best Selling Christmas Classic.  A Festive Toilet Roll Cover Pattern

+ Large Text
Download
$13.99

Two Christmas Characters in One Knitting Pattern.  Mr and Mrs Santa.

+ Large Text
Download
$8.49 $9.49Price range: $8.49 through $9.49 Leaflet

Stitch up some Christmas cheer! This Santa Gift Bag knitting pattern is perfect for small Christmas treats and presents.

+ Large Text
Download
$8.49 $9.49Price range: $8.49 through $9.49 Leaflet

Short, sweet, and full of festive cheer! Knit this mini Santa for a quick and fun Christmas project.

+ Large Text
Download
$8.49 $9.49Price range: $8.49 through $9.49 Leaflet

Hang a knitted Santa bauble on your Christmas tree this year.  A quick knit in a Santa and Gnome style.

Even More Patterns

+ Large Text
Download
$12.99

Here is Santa on Boxing Day. With a break from the traditional red, he is relaxing after all those Christmas deliveries.

This product has multiple variants. The options may be chosen on the product page
$8.49 $9.49Price range: $8.49 through $9.49 Leaflet

This kitten is ready to pounce—knit a soft toy full of feline fun! A great project for cat lovers or a playful handmade gift.

This product has multiple variants. The options may be chosen on the product page
$8.49 $9.49Price range: $8.49 through $9.49 Leaflet

Claude the Cat may not chase mice, but he will steal your heart. A charming soft toy knitting pattern that makes a wonderful handmade gift.

This product has multiple variants. The options may be chosen on the product page
$8.49 $9.49Price range: $8.49 through $9.49 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
$8.49 $9.49Price range: $8.49 through $9.49 Leaflet

No need to hibernate—this bear hot water bottle cover keeps you toasty all season long. A fun and practical knitting project for anyone who loves a bit of warmth and comfort.

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

Every dolly deserves a good night’s sleep. This knitting pattern creates a soft and snuggly nightie case that keeps pyjamas tucked away and bedtime routines a little more fun.

This product has multiple variants. The options may be chosen on the product page
{{{ 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(); } } }) } });})();