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.

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

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

+ Large Text
Download
£7.49

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

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

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

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

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

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

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

Even More Patterns

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

No carrots required—just your knitting needles. This rabbit doorstop is a fun and easy project that brings both charm and practicality to your space.

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

Whooo needs a plain toilet roll when you can have an owl watching over it? This knitting pattern turns an everyday item into a cute and quirky bathroom companion.

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

Make Your Christmas Table Sparkle With Elf and Reindeer Crackers

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

This knitted duck and egg combo is egg-stra adorable. A great soft toy project for Easter handmade gifts and egg hunts

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 chase rabbits when you can knit one instead? This Rambling Rabbit pattern is the perfect way to stitch up a cuddly, long-eared friend who’s always ready for adventure.

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

This little piggy went to the market… and came home as an adorable knitted gift bag. A fun and practical project for wrapping presents in style.

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