FREE Rocket Knitting Pattern

free toy rocket knitting pattern

Enjoy this lovely little rocket pattern. It can be made with any odds and ends that you have left. Make a rocket and three thrusters using the instructions below.

Materials : Oddments of blue and yellow double knitting. Small amount of cardboard. A little toy stuffing. 3mm single pointed needles.

Yarn and needles can be substituted for similar alternatives if these items aren’t available.

Abbreviations : k = knit, p = purl, tog = together, sts = stitches, inc = increase by knitting into the front and back of the stitch

Rocket – Make 1
With blue, cast on 8 sts
Purl 1 row
Next: increase into every stitch (16 sts)
Purl 1 row
Next: (k1, inc1) to end (24 sts)
Purl 1 row
Next: (k2, inc1) to end (32 sts)
Purl 3 rows
Sides of rocket, starting with a knit row, st
-st 9 rows
Change to yellow, st-st 4 rows
Change to blue, st-st 3 rows
Next: (k2, k2tog) to end (24 sts)
St-st 5 rows
Next: (k1, k2tog) to end (16 sts)
St-st 3 rows
Next: k2tog to end (8 sts)
Draw thread through the remaining stitches and pull tight
Sew down the row ends of the rocket.
Add toy stuffing and seal up.

Thrusters – Make 3
With blue, cast on 4 sts
Purl 1 row
Inc1, knit to last st, inc1
Complete the last 2 rows until there are 18 sts
Purl 1 row
Next: k7, (k2tog) twice, k7 (16 sts)
Purl 1 row
Next: k6, (k2tog) twice, k6 (14 sts)
Purl 1 row
Next: k5, (k2tog) twice, k5 (12 sts)
Purl 1 row
Next: k4, (k2tog) twice, k4 (10 sts)
Purl 1 row
Next: k3, (k2tog) twice, k3 (8 sts)
Purl 1 row
Cast off

Fold the thrusters in half. Take a little cardboard and trace around the shape. Insert the card inside and sew the edges together. Attach the thrusters to the outside of the rocket at one third intervals and so the bottom of the rocket is slightly above the ground. (see pic)

Free Rocket Knitting Pattern

More out of this world patterns

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

This is probably the cutest alien that you will ever see!   In orange, he is another easy knitting pattern from Knitting by Post.

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 Lunar, he is an astronaut all ready for space in his space suit.  He has his visor down and anti-gravity boots to keep him firmly on the moon.

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

The Sailor of the Floe is a large polar bear with a wooly warm Shawl

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

Squishy dinosaur, not scary really. He is a lovely one colour knit. He is deliberately left plain so you can add ribbon, a bow tie, spikes or any other dinosaur customisation that you can think of.

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

Meet BearWick Boy, the first of a lovable knitted bear family! A soft toy pattern full of 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

This cute little sheep is small for tiny hands.  Knit one in your favourite baby colours.

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
+ Download
Large Print
£4.49 £4.99Price range: £4.49 through £4.99 Leaflet

Spot the cutest knit! This Baby Ladybird soft toy pattern is a summer garden favorite.

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

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