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

£12.49

UK Large Print or Regular Print Paperback

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

A Good Reason to Bounce Around. Here is a Bunny Rabbit Toy Pattern Ready for Easter!

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

Pretty in Pink. The Sweetest Little Shortcake Doll 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

UnBEARably Good Bear Knitting Pattern. It is a Bear with egg sized pockets !

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

It's a hoot! Wrapped up and cosy is this Winter Owl knitting pattern.

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

This knitted duck is ready to waddle into your collection! A cute and easy soft toy project, great for spring or Easter gifts.

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