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

£4.49 £4.99Price range: £4.49 through £4.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
£4.99

Make waves with this enchanting mermaid knitting pattern! A cute and easy soft toy project, great for handmade gifts or beach-themed decorations.

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

Hop to It: Bunny Rabbit Gift Bag Knitting Pattern - Perfect for Egg-stra Special Easter Treats and Gifts

This product has multiple variants. The options may be chosen on the product page
+ Large Text
Download
£4.49 £4.99Price range: £4.49 through £4.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
£10.00

Teddy, Thread-y to Go!  Four Great Bear Knitting Patterns in One Booklet

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

A little stitch with a lot of heart. This Forget Me Knot knitting project is perfect for newborn gifts or baby keepsakes.

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