FREE Hot Water Bottle Cover Knitting Pattern

free hot water bottle cover knitting pattern

Needles : 3mm Single pointed needles

Dimensions : Small 500ml hot water bottle 13cm wide. 17cm from bottom to neck. 22.5 cm from bottom to top.

Yarn : This cover was made with double knitting yarn. 100g will be enough to make 2 covers. Small amount of toy stuffing for the knitted balls.

Tension : 26sts x 33 rows =10cm in st-st

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

Cover—Make 1
With Double Knitting yarn of your choice, cast on 51 sts
Purl 1 row
Next: (k2, inc1) to end (68 sts)
Starting with a purl row, st-st 47 rows
(Note—The work should be almost at the top of the main part of the bottle. It is pos-sible to add more rows here if your bottle is longer. There should be room for the 4 rows below until the bottom part of the neck is reached.)
Next : (k1, k2tog) 3 times, k16, (k1, k2tog) 6 times, k16, (k1, k2tog) 3 times (56 sts)
Purl 1 row
Next : (k2tog) 3 times, k16, (k2tog) 6 times, k16, (k2tog) 3 times (44 sts)
Purl 1 row
Neck. Next: (k2, p2) to end
Complete the last row 44 times
Cast off loosely in pattern

Sew down the row ends of the bottle cover. The seam will be at the side. Fold the bottle in half and insert it into the cover. Fold over the top collar.

knitted hot water bottle cover pattern free

Balls—Make 2
Cast on 10 sts
Purl 1 row
Next: increase into every stitch (20 sts)
Starting with a purl row, st-st 11 rows
Next: k2tog to end (10 sts)
Draw thread through the remaining stitches and pull tight
Sew down the row ends of each ball. Add a little toy stuffing to the ball. Sew one end of the twisted cord inside the ball before sealing it up.

A twisted cord is made by taking three pieces of yarn approx. 1 metre long and fastening one end to a static object for example a door handle. Take the other end of the yarn and twist lots of times. Then allow the yarn to fold in half upon itself and it will twist. Knot each end to stop the twist from unravelling. Cut to the length desired. Make a bow from the cord and attach it to the front of the cover.

free hot water bottle cover pattern
FREE Hot water bottle cover knitting pattern

Even More Patterns

11.49

Cast on Some Magic With 5 Mythical Creatures All in One Knitting Pattern Collection.

This product has multiple variants. The options may be chosen on the product page
+ Download
Large Print
5.49 5.99Price range: €5.49 through €5.99 Leaflet

OhDeer is a little cutie.  He is a smaller design than our other reindeer so he will knit up quick and will be good for little hands.  Make yours now with this pattern.

This product has multiple variants. The options may be chosen on the product page
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Lilly is ready for fun! This girl doll knitting pattern makes a sweet and cuddly soft toy, the perfect partner for Billy.

This product has multiple variants. The options may be chosen on the product page
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Bonfire the Dog knitting pattern.  He is wrapped up and ready for the Autumn.   Fireworks, parkin and toffee apples at the ready.

This product has multiple variants. The options may be chosen on the product page
5.49 5.99Price range: €5.49 through €5.99 Leaflet

A magical way to give gifts! This Unicorn Baggles Gift Bag knitting pattern creates an enchanting unicorn-themed pouch for treats and treasures.

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

Get ready to have a paw-some time with this dog pyjama case knitting pattern

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

Leave a Reply

Free Pattern Locked

Subscribe to our newsletter to instantly unlock this pattern and our entire library of free knitting designs.

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