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

This knitted bee is as sweet as honey! A fun and easy knitting project that’s perfect for kids, nature lovers, or a handmade gift.

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

Trunk Loads of Cuteness with a Secret Snack Stash—Meet Yummy Tummy Elephant.  A Gift Bag Knitting Pattern

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

As sweet as the candy! Knit a Dolly Mix of joy with this adorable 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

This Bog Mog toilet roll cover is the cat’s whiskers when it comes to bathroom decor. A lighthearted and practical knitting project that keeps things tidy with a handmade touch.

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 Amanda doll knitting pattern.  All set for an outing with her hair in a ponytail and fashionable shoulder cape.

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

No need to wish upon a star—this knitted unicorn is already full of magic! A fun and easy soft toy pattern for unicorn lovers.

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