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

5.49 5.99Price range: €5.49 through €5.99 Leaflet

Enjoy this lovely tiger soft toy knitting pattern. This tiger has a cheeky face and cute little ears. He is very sweet.

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

Kneedles to Say He is Too Cute For Elf-Control.  Miniature Hanging Elf.

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 ballerina elephant is on her tip toes ready for her pirouettes.  Her tu-tu is fixed to her waist and she is complete with ballet slippers.  Make your own with this original knitting pattern.

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

UK Large Print and Regular Print Paperback

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

Maggie Mouse is a little squeaker.   With two tone clothing she is great for little hands to hold.

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

Christmas Eve is toasty and ready for the winter. She has wrap round mittens, cosy scarf and big pom-pom hat. Dressed in festive red she even has stripey stockings.

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