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

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

+ Large Text
Download
5.49 5.99Price range: €5.49 through €5.99 Leaflet

Tricking and Treating made easy with a little knitted gift bag.

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

Stitch up some bedtime magic with our cuddly Bedtime Bunny 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

Why buy a wreath when you can knit one? This easy Christmas knitting pattern lets you create a decoration that’s full of holiday spirit and made to last.

This product has multiple variants. The options may be chosen on the product page
+ Large Text
Download
5.99

A bug-tastic knitting pattern! Create a charming ladybird soft toy, perfect for little hands and nature lovers.

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

Double the holiday cheer! This Chocolate Orange Santa knitting pattern holds a sweet treat and makes the perfect Christmas gift.

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

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

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