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
5.49 5.99Price range: €5.49 through €5.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

5.49 5.99Price range: €5.49 through €5.99 Leaflet

Storks are really busy at this time of year delivering new baby bundles.  Make your own for that special new arrival with our stork knitting 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

It's a hoot! Wrapped up and cosy is this Winter Owl knitting 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

A meow-velous addition to your knitting collection! Rosè the Cat is a soft toy knitting pattern designed for feline fans.

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

Crack open some fun with this hen and chick knitting pattern! Designed to hold a chocolate egg, this is the perfect Easter gift

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

Give your spare toilet rolls a heavenly makeover with this angel cover. A lighthearted knitting project that adds a soft and decorative touch to your bathroom.

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

This rabbit placemat and cup holder knitting pattern adds a cozy, personal touch to any table setting. Perfect for everyday use or special occasions like Easter.

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