FREE Lavender Dog Knitting Pattern

free lavender dog knitting pattern

This little dog pattern has been created with double knitting yarn, 3mm needles and a little toy stuffing.

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

Body and Head—Make 1
With brown, cast on 32 sts
Starting with a purl row, st-st 19 rows
Next: (k2, k2tog) to end (24 sts)
Purl 1 row
Next: (k1, k2tog) to end (16 sts)
Purl 1 row
Next (k1, inc1) to end (24 sts)
Purl 1 row
Next: (k2, inc1) to end (32 sts)
St-st 9 rows
Next: (k2, k2tog) to end (24 sts)
Purl 1 row
Next: (k1, k2tog) to end (16 sts)
Purl 1 row
Next: (k2tog) to end (8 sts)
Draw thread through remaining stitches and pull tight.
Sew down the row ends of the head and body. Add stuffing or lavender as desired. Sew the bottom flat and seal up. Thread a piece of yarn round the neck of the dog to define the shape and secure at the back.

Ears—Make 2
With lilac cast on 10 sts
Next: (k1, inc1) to end (15 sts)
Starting with a purl row, st-st 9 rows
Next: (k1, k2tog) to end (10 sts)
Cast off in purl
Sew down the row ends. Attach one ear at either side of the head.

Nose—Make 1
With lilac, cast on 4 sts
Increase into every stitch (8 sts)
Starting with a purl row, st-st 3 rows
Next: k2tog to end (4 sts)
Cast off
Sew round the outside loosely and then gather the yarn and pull tight. Attach to the front of the dog’s head in the centre of the face.
Sew two eyes in black above the nose and a smile in lilac below the nose.

Collar—Make 1
With lilac, cast on 24 sts
Cast off
Wrap round the neck of the dog and secure at the back with stitches.
Add a loop in brown to the top of the head of the dog.

FREE Lavender dog knitting pattern

Here is another great dog pattern

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

Here is our Bruce the Dog knitting pattern. He has floppy ears and freckles too. To complete the look he has a pair of braces. Another easy knit.

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

Even More Patterns

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

There's magic and sparkle and it's all a bit Wizardy here. Get ready for Halloween with our magical wizard knitting pattern.

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

This Bog Dog toilet roll cover is ready to sit and stay on your bathroom shelf. A quirky knitting pattern that keeps spare rolls covered while adding a bit of tail-wagging charm.

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

Savannah the spotty Giraffe is yours to make with this easy to follow 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

Tuck in this tiny tot! Baby Dolly comes with a soft knitted sleeping bag, making bedtime extra cuddly.

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

Deck the halls—and the fireplace! Knit 4 unique Christmas stockings with this must-have festive knitting pattern collection.

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 our take on a World War 2 Sailor soft toy knitting pattern.  Created to commemorate 75 years since VE Day in 1945.

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

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