7 Unicorn Knitting Patterns

7 UNICORN KNITTING PATTERNS

Unicorns are the cutest of all mythical creatures. Knit a unicorn with any of these cute knitting patterns.

We have unicorns for all occastions, if it is for bed with the pyjama case or one of our squishy toys, any of these toy knitting patterns will make a great gift.

Click on the pattern title to take you to that pattern page.

unicorn knitting pattern

Stardust the Unicorn Knitting Pattern

Stardust stands up and will ride around the room. Knitted in pink and white, she is small enough for little hands but cute with just enough knitted detail. Make it on 3mm needles and double knitting yarn.

Skylar the Unicorn knitting pattern

Skylar the Unicorn Knitting Pattern

Skylar has style and is a modern unicorn. She has a hoodie and a curly perm hair do too. Make her in pink and white for an extra different take on a unicorn.

Unicorn Little Sweetie Knitting Pattern

This little sweetie is a little treat. She has a ring body so a small chocolate egg will sit nicely in her back. A great alternative present for Easter.

Suki the Unicorn Pyjama Case Knitting Pattern

Made in chunky yarn, Suki the Unicorn Pyjama case can host a pair of child’s pyjamas or nightie in her belly. she will sit on your little one’s bed just waiting for bed time.

Unicorn Baggles Knitting Pattern

Are you looking for a gift bag with a difference? This is a Baggle. The unicorn head moves up and down on the handle to allow lots of goodies into her belly.

Unicorn knitting pattern

Unicorn Toilet Roll Cover Knitting Pattern

Another cute addition to any house. She will sit in the littlest room and look after the toilet paper roll in her belly until it is needed. Lots of fun and a definite conversation starter.

unicorn knitting pattern

Sprinkle Unicorn Knitting Pattern

Sprinkle is large and squishy. She is the largest of our unicorns so you can really get your knitting needles going. A sweet soft toy cute enough for a gift to any litttle girl.

Find Unicorn Knitting Patterns Here

Even More Patterns

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

No Need to Stick Your Neck Out—Raffy the Comforter Pattern is Here for Cuddles

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

Turn a boring toilet roll into a cute, huggable bear! This knitting pattern is a fun way to add personality to your bathroom while keeping extra rolls within reach. Easy to make, practical, and guaranteed to get a few laughs

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

Every stitch brings Little Elsie to life in this charming knitting pattern. A classic doll design that’s perfect for cuddles, collections, or just for fun.

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 another cute variation on our baby themed knitting patterns.  Complete with separate sleeping bag, make your own cute little bundle.

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 doctor knitting pattern.  He is in full scrubs and is wearing a face mask too. He is ready for his shift at the hospital.

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

Roarrrrrrr. Laa La Lion is a fun knit for girls and boys. He is a cutie with a hoodie and orange mane. You will love him so much that you may end up with your own pride of lions!

This product has multiple variants. The options may be chosen on the product page
{{{ 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(); } } }) } });})();