www.usb2u.co.uk
Open in
urlscan Pro
104.26.14.23
Public Scan
Submitted URL: https://static.usb2u.co.uk/
Effective URL: https://www.usb2u.co.uk/
Submission: On January 08 via api from US — Scanned from DE
Effective URL: https://www.usb2u.co.uk/
Submission: On January 08 via api from US — Scanned from DE
Form analysis
12 forms found in the DOMPOST https://www.usb2u.co.uk/newsletter/subscriber/new/
<form class="form subscribe" action="https://www.usb2u.co.uk/newsletter/subscriber/new/" method="post" @submit.prevent="submitForm()" id="floating-newsletter-validate-detail">
<h3 class="font-semibold leading-snug text-theme-m1 mb-5"> Sign up for all the latest news, advice and exclusive offers </h3>
<div class="relative">
<label for="newsletter-subscribe" class="sr-only"> Email Address </label>
<input name="email" type="email" required="" id="flaoting-subscribe" class="form-input w-full border-theme-secondary-100 border-2 flex-1 pl-3 pr-10 py-2 shadow-sm rounded-full outline-none
placeholder:text-theme-shades-1 focus:ring-0 text-theme-m-1" placeholder="Enter your email address">
<input name="form_key" type="hidden" value="Rki0fd7aIViXpWFT"> <button class="px-4 absolute right-0 h-full title=" subscribe"="">
<span class="sr-only"> Subscribe </span>
<svg class="h-4 fill-theme-secondary-100" xmlns="http://www.w3.org/2000/svg" height="1em"
viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"></path>
</svg>
<!-- TODO: Remvoe to heroicon -->
</button>
</div>
<div>
<template x-if="displayErrorMessage">
<p class="flex items-center text-red">
<span class="inline-block w-8 h-8 mr-3">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" width="24" height="24" role="img">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
<title>exclamation-circle</title>
</svg>
</span>
<template x-for="errorMessage in errorMessages">
<span x-html="errorMessage"></span>
</template>
</p>
</template>
</div>
<p class="mt-1">
<small class="text-theme-m-1">You can unsubscribe from our marketing emails at any time.</small>
</p>
</form>
GET https://www.usb2u.co.uk/catalogsearch/result/
<form class="form minisearch 2xl:w-[500px] flex flex-col mx-auto relative" id="search_mini_form" x-ref="form" @submit.prevent="search()" action="https://www.usb2u.co.uk/catalogsearch/result/" method="get">
<label class="hidden" for="search" data-role="minisearch-label">
<span>Search</span>
</label>
<button type="submit" title="Search" class="bg-transparent absolute top-0 left-0 h-[44px] px-3 outline-none focus:ring-blue-700 focus:ring-1" aria-label="Search">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="text-theme-secondary-100 h-[18px] w-[18px]" width="24" height="24" role="img">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m21 21-6-6m2-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z"></path>
<title>search</title>
</svg>
</button>
<input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" placeholder="Search for a product or gift" maxlength="128" class="border-[#bbb] border-2 flex-1 pr-3 pl-10 py-2 shadow-sm rounded-full outline-none
placeholder:text-theme-shades-1 focus:border-theme-secondary-100 focus:ring-0 text-theme-m-1" @focus.once="suggest" @input.debounce.300="suggest" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))">
<template x-if="suggestions.length > 0">
<div class="absolute top-[44px] w-full leading-normal transition appearance-none text-grey-800 flex flex-col mt-1">
<template x-for="suggestion in suggestions">
<div class="flex justify-between p-2 bg-container-lighter even:bg-container mb-1 cursor-pointer
border border-container hover:bg-container-darker" tabindex="0" @click="search(suggestion.title)" @keydown.enter="search(suggestion.title)" @keydown.arrow-up.prevent="
focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()
" @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
<span x-text="suggestion.title"></span>
<span x-text="suggestion.num_results"></span>
</div>
</template>
</div>
</template>
</form>
POST
<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
<div class="fieldset login">
<div class="field email required">
<label class="label" for="form-login-username" form="login-form">
<span>Email Address</span>
</label>
<div class="control">
<input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
</div>
</div>
<div class="field password required">
<label for="form-login-password" class="label" form="login-form">
<span>Password</span>
</label>
<div class="control">
<input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
</div>
</div>
<input name="context" type="hidden" value="checkout">
<div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
<button type="submit" class="inline-flex btn btn-primary disabled:opacity-75"> Sign In </button>
<a href="https://www.usb2u.co.uk/customer/account/forgotpassword/">
Forgot Your Password? </a>
</div>
</div>
</form>
POST https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/3996/
<form method="post" action="https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/3996/" class="item product product-item product_addtocart_form flex flex-col w-full relative ">
<div class="flex gap-2 mt-4 ml-6 absolute z-10 r-4" style="right: 16px;">
<p class="bg-theme-secondary-110 text-white rounded-full px-3 py-1 font-semibold uppercase text-theme-m-1"> UK Express </p>
</div>
<input name="form_key" type="hidden" value="Rki0fd7aIViXpWFT"> <input type="hidden" name="product" value="3996">
<a href="https://www.usb2u.co.uk/bamboo-wireless-charger-square.html" class="product photo product-item-photo block mb-3 group" tabindex="-1">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full hidden group-hover:block" x-data="" @update-gallery-3996.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/w/o/wooden-wireless-charger-new.jpg" loading="lazy" width="360" height="360" alt="Bamboo Square Wireless Charger" title="Bamboo Square Wireless Charger">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full group-hover:hidden" x-data="" @update-gallery-3996.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/w/o/wooden-wireless-charger-new.jpg" loading="lazy" width="360" height="360" alt="Bamboo Square Wireless Charger" title="Bamboo Square Wireless Charger">
</a>
<div class="product-info flex flex-col grow">
<div class="mb-1 items-center justify-center text-primary font-semibold text-lg">
<a class="product-item-link" href="https://www.usb2u.co.uk/bamboo-wireless-charger-square.html">
Bamboo Square Wireless Charger </a>
</div>
<div class="flex items-end">
</div>
</div>
</form>
POST https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4234/
<form method="post" action="https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4234/" class="item product product-item product_addtocart_form flex flex-col w-full relative ">
<div class="flex gap-2 mt-4 ml-6 absolute z-10 r-4" style="right: 16px;">
<p class="bg-theme-secondary-110 text-white rounded-full px-3 py-1 font-semibold uppercase text-theme-m-1"> UK Express </p>
</div>
<input name="form_key" type="hidden" value="Rki0fd7aIViXpWFT"> <input type="hidden" name="product" value="4234">
<a href="https://www.usb2u.co.uk/curve-wireless-charger.html" class="product photo product-item-photo block mb-3 group" tabindex="-1">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full hidden group-hover:block" x-data="" @update-gallery-4234.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/c/u/curve-wireless-charger.jpg" loading="lazy" width="360" height="360" alt="Curve Wireless Charger" title="Curve Wireless Charger">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full group-hover:hidden" x-data="" @update-gallery-4234.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/c/u/curve-wireless-charger.jpg" loading="lazy" width="360" height="360" alt="Curve Wireless Charger" title="Curve Wireless Charger">
</a>
<div class="product-info flex flex-col grow">
<div class="mb-1 items-center justify-center text-primary font-semibold text-lg">
<a class="product-item-link" href="https://www.usb2u.co.uk/curve-wireless-charger.html">
Curve Wireless Charger </a>
</div>
<div class="flex items-end">
</div>
</div>
</form>
POST https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4263/
<form method="post" action="https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4263/" class="item product product-item product_addtocart_form flex flex-col w-full relative ">
<div class="flex gap-2 mt-4 ml-6 absolute z-10 r-4" style="right: 16px;">
<p class="bg-theme-secondary-110 text-white rounded-full px-3 py-1 font-semibold uppercase text-theme-m-1"> UK Express </p>
</div>
<input name="form_key" type="hidden" value="Rki0fd7aIViXpWFT"> <input type="hidden" name="product" value="4263">
<a href="https://www.usb2u.co.uk/promotional-3-in-1-charging-cable.html" class="product photo product-item-photo block mb-3 group" tabindex="-1">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full hidden group-hover:block" x-data="" @update-gallery-4263.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/p/r/promotional_multi_cable_mastercard.jpg" loading="lazy" width="360" height="360" alt="Promotional 3 in 1 Charging Cable" title="Promotional 3 in 1 Charging Cable">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full group-hover:hidden" x-data="" @update-gallery-4263.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/p/r/promotional_multi_cable_mastercard.jpg" loading="lazy" width="360" height="360" alt="Promotional 3 in 1 Charging Cable" title="Promotional 3 in 1 Charging Cable">
</a>
<div class="product-info flex flex-col grow">
<div class="mb-1 items-center justify-center text-primary font-semibold text-lg">
<a class="product-item-link" href="https://www.usb2u.co.uk/promotional-3-in-1-charging-cable.html">
Promotional 3 in 1 Charging Cable </a>
</div>
<div class="flex items-end">
</div>
</div>
</form>
POST https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4296/
<form method="post" action="https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4296/" class="item product product-item product_addtocart_form flex flex-col w-full relative ">
<div class="flex gap-2 mt-4 ml-6 absolute z-10 r-4" style="right: 16px;">
<p class="bg-theme-secondary-110 text-white rounded-full px-3 py-1 font-semibold uppercase text-theme-m-1"> UK Express </p>
</div>
<input name="form_key" type="hidden" value="Rki0fd7aIViXpWFT"> <input type="hidden" name="product" value="4296">
<a href="https://www.usb2u.co.uk/mini-square-wireless-charger.html" class="product photo product-item-photo block mb-3 group" tabindex="-1">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full hidden group-hover:block" x-data="" @update-gallery-4296.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/s/q/square-black-_-white.jpg" loading="lazy" width="360" height="360" alt="Mini Square Wireless Charger" title="Mini Square Wireless Charger">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full group-hover:hidden" x-data="" @update-gallery-4296.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/s/q/square-black-_-white.jpg" loading="lazy" width="360" height="360" alt="Mini Square Wireless Charger" title="Mini Square Wireless Charger">
</a>
<div class="product-info flex flex-col grow">
<div class="mb-1 items-center justify-center text-primary font-semibold text-lg">
<a class="product-item-link" href="https://www.usb2u.co.uk/mini-square-wireless-charger.html">
Mini Square Wireless Charger </a>
</div>
<div class="flex items-end">
</div>
</div>
</form>
POST https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4325/
<form method="post" action="https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4325/" class="item product product-item product_addtocart_form flex flex-col w-full relative ">
<div class="flex gap-2 mt-4 ml-6 absolute z-10 r-4" style="right: 16px;">
<p class="bg-theme-secondary-110 text-white rounded-full px-3 py-1 font-semibold uppercase text-theme-m-1"> UK Express </p>
</div>
<input name="form_key" type="hidden" value="Rki0fd7aIViXpWFT"> <input type="hidden" name="product" value="4325">
<a href="https://www.usb2u.co.uk/mini-circle-wireless-charger.html" class="product photo product-item-photo block mb-3 group" tabindex="-1">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full hidden group-hover:block" x-data="" @update-gallery-4325.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/b/l/black-_-white-branded.jpg" loading="lazy" width="360" height="360" alt="Mini Circle Wireless Charger" title="Mini Circle Wireless Charger">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full group-hover:hidden" x-data="" @update-gallery-4325.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/b/l/black-_-white-branded.jpg" loading="lazy" width="360" height="360" alt="Mini Circle Wireless Charger" title="Mini Circle Wireless Charger">
</a>
<div class="product-info flex flex-col grow">
<div class="mb-1 items-center justify-center text-primary font-semibold text-lg">
<a class="product-item-link" href="https://www.usb2u.co.uk/mini-circle-wireless-charger.html">
Mini Circle Wireless Charger </a>
</div>
<div class="flex items-end">
</div>
</div>
</form>
POST https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4479/
<form method="post" action="https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4479/" class="item product product-item product_addtocart_form flex flex-col w-full relative ">
<div class="flex gap-2 mt-4 ml-6 absolute z-10 r-4" style="right: 16px;">
<p class="bg-theme-secondary-110 text-white rounded-full px-3 py-1 font-semibold uppercase text-theme-m-1"> UK Express </p>
</div>
<input name="form_key" type="hidden" value="Rki0fd7aIViXpWFT"> <input type="hidden" name="product" value="4479">
<a href="https://www.usb2u.co.uk/promotional-ring-light.html" class="product photo product-item-photo block mb-3 group" tabindex="-1">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full hidden group-hover:block" x-data="" @update-gallery-4479.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/c/o/cokeringlightblack.jpg" loading="lazy" width="360" height="360" alt="Coke logo printed on Promotional ring light" title="Coke logo printed on Promotional ring light">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full group-hover:hidden" x-data="" @update-gallery-4479.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/c/o/cokeringlightblack.jpg" loading="lazy" width="360" height="360" alt="Coke logo printed on Promotional ring light" title="Coke logo printed on Promotional ring light">
</a>
<div class="product-info flex flex-col grow">
<div class="mb-1 items-center justify-center text-primary font-semibold text-lg">
<a class="product-item-link" href="https://www.usb2u.co.uk/promotional-ring-light.html">
Promotional Ring Light </a>
</div>
<div class="flex items-end">
</div>
</div>
</form>
POST https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4486/
<form method="post" action="https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4486/" class="item product product-item product_addtocart_form flex flex-col w-full relative ">
<div class="flex gap-2 mt-4 ml-6 absolute z-10 r-4" style="right: 16px;">
<p class="bg-theme-secondary-110 text-white rounded-full px-3 py-1 font-semibold uppercase text-theme-m-1"> UK Express </p>
</div>
<input name="form_key" type="hidden" value="Rki0fd7aIViXpWFT"> <input type="hidden" name="product" value="4486">
<a href="https://www.usb2u.co.uk/twister-usb.html" class="product photo product-item-photo block mb-3 group" tabindex="-1">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full hidden group-hover:block" x-data="" @update-gallery-4486.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/t/w/twister-1000-blue_1.jpg" loading="lazy" width="360" height="360" alt="Twister USB" title="Twister USB">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full group-hover:hidden" x-data="" @update-gallery-4486.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/t/w/twister-1000-blue_1.jpg" loading="lazy" width="360" height="360" alt="Twister USB" title="Twister USB">
</a>
<div class="product-info flex flex-col grow">
<div class="mb-1 items-center justify-center text-primary font-semibold text-lg">
<a class="product-item-link" href="https://www.usb2u.co.uk/twister-usb.html">
Twister USB </a>
</div>
<div class="flex items-end">
</div>
</div>
</form>
POST https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4575/
<form method="post" action="https://www.usb2u.co.uk/checkout/cart/add/uenc/%25uenc%25/product/4575/" class="item product product-item product_addtocart_form flex flex-col w-full relative ">
<div class="flex gap-2 mt-4 ml-6 absolute z-10 r-4" style="right: 16px;">
<p class="bg-theme-secondary-110 text-white rounded-full px-3 py-1 font-semibold uppercase text-theme-m-1"> UK Express </p>
</div>
<input name="form_key" type="hidden" value="Rki0fd7aIViXpWFT"> <input type="hidden" name="product" value="4575">
<a href="https://www.usb2u.co.uk/led-wireless-earbuds.html" class="product photo product-item-photo block mb-3 group" tabindex="-1">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full hidden group-hover:block" x-data="" @update-gallery-4575.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/c/a/case-closed-engraved-led-sq-2_1.jpg" loading="lazy" width="360" height="360" alt="Deluxe LED earbuds with logo glowing" title="Deluxe LED earbuds with logo glowing">
<img class="hover:shadow-sm object-center object-contain w-full shadow-black hover:shadow-md h-[300px] w-full group-hover:hidden" x-data="" @update-gallery-4575.window="$root.src = $event.detail" src="https://www.usb2u.co.uk/media/catalog/product/cache/d22e371da41e4fb5acc1eabeb6ad2913/c/a/case-closed-engraved-led-sq-2_1.jpg" loading="lazy" width="360" height="360" alt="Deluxe LED earbuds with logo glowing" title="Deluxe LED earbuds with logo glowing">
</a>
<div class="product-info flex flex-col grow">
<div class="mb-1 items-center justify-center text-primary font-semibold text-lg">
<a class="product-item-link" href="https://www.usb2u.co.uk/led-wireless-earbuds.html">
LED Wireless Earbuds </a>
</div>
<div class="flex items-end">
</div>
</div>
</form>
POST https://www.usb2u.co.uk/newsletter/subscriber/new/
<form class="form subscribe" action="https://www.usb2u.co.uk/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
<h3 class="text-theme-m1 font-medium mb-5"> Sign up for emails </h3>
<p class="mb-5"> Sign up for all the latest news, advice and exclusive offers </p>
<div class="relative">
<label for="newsletter-subscribe" class="sr-only"> Email Address </label>
<input name="email" type="email" required="" id="newsletter-subscribe" class="form-input w-full border-theme-primary-50 border-2 flex-1 pl-3 pr-10 py-2 shadow-sm rounded-full outline-none
placeholder:text-theme-shades-1 focus:border-theme-primary-100 focus:ring-0 text-theme-m-1" placeholder="Enter your email address">
<input name="form_key" type="hidden" value="Rki0fd7aIViXpWFT"> <button class="px-4 absolute right-0 h-full" title="Subscribe">
<span class="sr-only"> Subscribe </span>
<svg class="h-4" xmlns="http://www.w3.org/2000/svg" height="1em"
viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"></path>
</svg>
</button>
</div>
<div>
<template x-if="displayErrorMessage">
<p class="flex items-center text-red">
<span class="inline-block w-8 h-8 mr-3">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" width="24" height="24" role="img">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
<title>exclamation-circle</title>
</svg>
</span>
<template x-for="errorMessage in errorMessages">
<span x-html="errorMessage"></span>
</template>
</p>
</template>
</div>
<p class="mt-1">
<small class="text-theme-m-1">You can unsubscribe from our marketing emails at any time.</small>
</p>
</form>
Text Content
x SIGN UP FOR ALL THE LATEST NEWS, ADVICE AND EXCLUSIVE OFFERS Email Address Subscribe exclamation-circle You can unsubscribe from our marketing emails at any time. The Branded Tech Experts * About Us * Meet the team * Our Facilities * Why Choose USB2U * Quality Assurance * Careers * Testimonials * Certification * Our Services * Data Loading * Branding * Pantone Matching * Visual Mock-ups * Data Encryption * Dome Stickers * Serial Numbers * 24 Hour Express * International Orders * Resources * Artwork Guidelines * FAQs * Useful Links * Certifications * USB 3.0 * Case Studies * How to Order * Bulk Orders * Blog * Photography Shop Skip to Content Search search 01604217294 0800 0087079 0800 0087079 trade@usb2u.co.uk sales@usb2u.co.uk sales@usb2u.co.uk Account Reseller Sign In Cart shopping-cart 0 x menu USB Sticks chevron-right chevron-left USB Sticks View All Best Sellers Classic Eco Credit Card USB-C Wooden USB Sticks Novelty Faux Leather Metal Encrypted USB Pens USB Webkeys Accessories Power Banks chevron-right chevron-left Power Banks View All Best Selling Power Banks New in Power Banks Slim Accessories Bundles Tech Gifts chevron-right chevron-left Tech Gifts View All Best Selling Tech Gifts Wireless Chargers Tech Gift Sets Eco Gifts Cables Speakers LED Gifts PopSockets Headphones and Earphones Mobile Phone Accessories Webcam Covers Rainbow Range SD Cards Photographers chevron-right chevron-left Photographers View All Online Shop USB Stick and Box Bundles USB Sticks for Photographers Packaging for Photographers Photo Gallery Best Sellers Packaging chevron-right chevron-left Packaging View All Best Sellers All Packaging Express Service chevron-right chevron-left Express Service View All Express Service USB Sticks Express Service Power Banks Express Service Tech Gifts Express Service Packaging Best Sellers Clearance chevron-right chevron-left Clearance View All USB Sticks Clearance Power Banks Clearance Tech Gifts Clearance Packaging Clearance Accessories Clearance PPE Clearance Best Sellers About Us chevron-right chevron-left About Us View All Meet the team Our Facilities Why Choose USB2U Quality Assurance Careers Testimonials Certification Our Services chevron-right chevron-left Our Services View All Data Loading Branding Pantone Matching Visual Mock-ups Data Encryption Dome Stickers Serial Numbers 24 Hour Express International Orders Resources chevron-right chevron-left Resources View All Artwork Guidelines FAQs Useful Links Certifications USB 3.0 Case Studies How to Order Bulk Orders Blog Photography Shop * USB Sticks chevron-down View all USB Sticks * Best Sellers chevron-right * USB Card * Chic USB * Trident USB * Probe USB * Iron Stick USB * Rodeo USB * Woodland USB * Wooden Swivel USB * Twister USB * Saturn Type-C * Classic chevron-right * Twister Mono USB * Chic USB * Trident USB * Probe USB * Harbour USB * Glide USB * Oval USB * Slider USB * Elite Slider USB * Kingston IronKey Locker+ 50 * Iron C USB * Eclipse USB * Quad USB * Dual Twister * Kingston DataTraveler Kyson * Eco chevron-right * Eco Bamboo USB * Cardboard Woodland USB * Cork USB * Eco Twister USB * Eco Trident USB * Eco Chic USB * Eco USB Card * Eco Mini USB Card Shapes * Eco Twister and Eco Magnetic Box Bundle * Credit Card chevron-right * USB Card * USB Card Slider * Promotional USB Cards - Metal * Mini USB Card Shapes * Eco USB Card * Eco Mini USB Card Shapes * Vinyl Record USB * USB-C chevron-right * Dual Twister * Alloy Loop USB-C * Alloy Hook USB-C * Wooden Twister USB-C * Saturn Type-C * Dual Woodland USB * Wooden USB Sticks chevron-right * Woodland USB * Wooden Twister USB * Wooden Swivel USB * Wood Barrel USB * Eco Bamboo USB * Sapling USB * Wooden Twister USB-C * Dual Woodland USB * Novelty chevron-right * USB Card * USB Card Slider * Cork Bottle USB * Bottle Opener USB * Wood Barrel USB * USB Wristbands * Snapband USB * Lanyard USB * Heart USB * Custom USB Sticks * Eclipse USB * Quad USB * Ready-to-stick USB * Iron Candy USB * Iron Crystal Candy USB * Vinyl Record USB * Cassette USB * Faux Leather chevron-right * Rodeo USB * Cowboy USB * Cowgirl USB * Boss USB * Metal chevron-right * Iron Stick USB * Celebrity USB * Radial USB * Bottle Opener USB * Carabiner USB * Carbon USB * Capsule USB * Key USB Stick * Crystal USB * Metal Clip USB * Promotional USB Cards - Metal * Iron Elegance * Iron 2 Hook USB * Mercury USB * Iron Fast USB 3.0 * Iron Candy USB * Kingston DataTraveler Kyson * Vantage USB * Alloy Loop USB-C * Alloy Hook USB-C * Saturn Type-C * Encrypted chevron-right * Kingston IronKey Locker+ 50 * Kingston DataTraveler Kyson * USB Pens chevron-right * Woodland USB Pen * Executive USB Pen * Stylus USB Pen * Corporate USB Pen * Pen Tin Box * Note USB Pen * USB Webkeys chevron-right * USB Webkey * Accessories chevron-right * Lanyards * Key Clasps * USB Keyrings * Lanyard & USB Set * USB to USB-C Adapter * USB Card * Chic USB * Trident USB * Probe USB * Iron Stick USB * Rodeo USB * Woodland USB * Wooden Swivel USB * Twister USB * Saturn Type-C * Twister Mono USB * Chic USB * Trident USB * Probe USB * Harbour USB * Glide USB * Oval USB * Slider USB * Elite Slider USB * Kingston IronKey Locker+ 50 * Iron C USB * Eclipse USB * Quad USB * Dual Twister * Kingston DataTraveler Kyson * Eco Bamboo USB * Cardboard Woodland USB * Cork USB * Eco Twister USB * Eco Trident USB * Eco Chic USB * Eco USB Card * Eco Mini USB Card Shapes * Eco Twister and Eco Magnetic Box Bundle * USB Card * USB Card Slider * Promotional USB Cards - Metal * Mini USB Card Shapes * Eco USB Card * Eco Mini USB Card Shapes * Vinyl Record USB * Dual Twister * Alloy Loop USB-C * Alloy Hook USB-C * Wooden Twister USB-C * Saturn Type-C * Dual Woodland USB * Woodland USB * Wooden Twister USB * Wooden Swivel USB * Wood Barrel USB * Eco Bamboo USB * Sapling USB * Wooden Twister USB-C * Dual Woodland USB * USB Card * USB Card Slider * Cork Bottle USB * Bottle Opener USB * Wood Barrel USB * USB Wristbands * Snapband USB * Lanyard USB * Heart USB * Custom USB Sticks * Eclipse USB * Quad USB * Ready-to-stick USB * Iron Candy USB * Iron Crystal Candy USB * Vinyl Record USB * Cassette USB * Rodeo USB * Cowboy USB * Cowgirl USB * Boss USB * Iron Stick USB * Celebrity USB * Radial USB * Bottle Opener USB * Carabiner USB * Carbon USB * Capsule USB * Key USB Stick * Crystal USB * Metal Clip USB * Promotional USB Cards - Metal * Iron Elegance * Iron 2 Hook USB * Mercury USB * Iron Fast USB 3.0 * Iron Candy USB * Kingston DataTraveler Kyson * Vantage USB * Alloy Loop USB-C * Alloy Hook USB-C * Saturn Type-C * Kingston IronKey Locker+ 50 * Kingston DataTraveler Kyson * Woodland USB Pen * Executive USB Pen * Stylus USB Pen * Corporate USB Pen * Pen Tin Box * Note USB Pen * USB Webkey * Lanyards * Key Clasps * USB Keyrings * Lanyard & USB Set * USB to USB-C Adapter * Power Banks chevron-down View all Power Banks * Best Selling Power Banks chevron-right * Edge Power Bank * Credit Card Power Banks * Mono 4000 Power Bank * LED Deluxe Power Bank * Pocket Pro 5000 Power Bank * Pro 10000 Power Bank * Bamboo 10000 Solar Power Bank * LED Ultra 8000 Power Bank * Compact 10000 Power Bank * Magnetic Power Bank 5000mAh * Mini 5000mAh Power Bank * New in Power Banks chevron-right * Mono 4000 Power Bank * Pocket Pro 5000 Power Bank * Pro 10000 Power Bank * Eco Pro 10000 Power Bank * Eco Mini Pro 5000 Power Bank * Credit Card 4000 Power Bank * Card Phone Charger 4000 * LED Ultra 8000 Power Bank * Compact 10000 Power Bank * Elite USB-C 10000 Power Bank * Mini 5000mAh Power Bank * Slim chevron-right * Credit Card Power Banks * Mono 4000 Power Bank * LED Deluxe Power Bank * Pocket Pro 5000 Power Bank * Pro 10000 Power Bank * Credit Card 4000 Power Bank * Card Phone Charger 4000 * Elite USB-C 10000 Power Bank * Mini 5000mAh Power Bank * Accessories chevron-right * White Flip Box * 3-in-1 USB Cable * Printed Drawstring Bags * Rainbow Multi-Cable Deluxe * Universal 3 in 1 Cable * Emergency LED Power Bank * Bundles chevron-right * Edge Power Bank & White Flip Box Bundle * Executive Gift Set * Pro Charging Gift Set * Spotlight Bundle * Slim Executive Gift Set * Corporate Gift Set * Value Power Bank Gift Set * Ultimate XL LED Gift Set * Ultimate XL Gift Set * Slim XL LED Charging Gift Set * Eco Slim XL Gift Set * Ultimate Charging Slim XL Gift Set * Note XL Gift Set * Edge Power Bank * Credit Card Power Banks * Mono 4000 Power Bank * LED Deluxe Power Bank * Pocket Pro 5000 Power Bank * Pro 10000 Power Bank * Bamboo 10000 Solar Power Bank * LED Ultra 8000 Power Bank * Compact 10000 Power Bank * Magnetic Power Bank 5000mAh * Mini 5000mAh Power Bank * Mono 4000 Power Bank * Pocket Pro 5000 Power Bank * Pro 10000 Power Bank * Eco Pro 10000 Power Bank * Eco Mini Pro 5000 Power Bank * Credit Card 4000 Power Bank * Card Phone Charger 4000 * LED Ultra 8000 Power Bank * Compact 10000 Power Bank * Elite USB-C 10000 Power Bank * Mini 5000mAh Power Bank * Credit Card Power Banks * Mono 4000 Power Bank * LED Deluxe Power Bank * Pocket Pro 5000 Power Bank * Pro 10000 Power Bank * Credit Card 4000 Power Bank * Card Phone Charger 4000 * Elite USB-C 10000 Power Bank * Mini 5000mAh Power Bank * White Flip Box * 3-in-1 USB Cable * Printed Drawstring Bags * Rainbow Multi-Cable Deluxe * Universal 3 in 1 Cable * Emergency LED Power Bank * Edge Power Bank & White Flip Box Bundle * Executive Gift Set * Pro Charging Gift Set * Spotlight Bundle * Slim Executive Gift Set * Corporate Gift Set * Value Power Bank Gift Set * Ultimate XL LED Gift Set * Ultimate XL Gift Set * Slim XL LED Charging Gift Set * Eco Slim XL Gift Set * Ultimate Charging Slim XL Gift Set * Note XL Gift Set * Tech Gifts chevron-down View all Tech Gifts * Best Selling Tech Gifts chevron-right * Curve Wireless Charger * Promotional 3 in 1 Charging Cable * LED Deluxe Wireless Charger * Promotional Ring Light * LED Wireless Earbuds * Ultimate XL LED Gift Set * Transparent Wireless Charger * Travel Adaptor * Promotional Phone Stand * Wireless Chargers chevron-right * Bamboo Square Wireless Charger * Duo Wireless Charger * Curve Wireless Charger * Mini Square Wireless Charger * Mini Circle Wireless Charger * LED Deluxe Wireless Charger * Eco 10W Wireless Charger * Bamboo Circle Wireless Charger * Wireless Charging Digital Clock * Wooden Wireless Charger * 3 in 1 Charging Dock * 6 in 1 Deluxe Charging Dock * Transparent Wireless Charger * Bamboo Duo Wireless Charger * Bamboo Geometric Wireless Charger * Magnetic Charging Stand * Bamboo Charging Stand * Transparent Wireless Charging Stand * Tech Gift Sets chevron-right * Edge Power Bank & White Flip Box Bundle * Executive Gift Set * Pro Charging Gift Set * Spotlight Bundle * Mix and Match Gift Set * Slim Executive Gift Set * Corporate Gift Set * Value Power Bank Gift Set * Wireless Charging Gift Set * Ultimate XL Bamboo Gift Set * Ultimate XL LED Gift Set * Ultimate XL Gift Set * Slim XL LED Gift Set * Slim XL LED Charging Gift Set * Wooden Slim XL Gift Set * Eco Slim XL Gift Set * Ultimate Charging Slim XL Gift Set * Note XL Gift Set * Security Set * Eco Gifts chevron-right * Bamboo Square Wireless Charger * Wooden PopSockets® * Eco 10W Wireless Charger * Bamboo Bluetooth Speaker * Eco Pro 10000 Power Bank * Eco Mini Pro 5000 Power Bank * Bamboo Circle Wireless Charger * Wooden Wireless Charger * Eco Hook Charging Cable * Eco Promotional Charging Cable * PopSockets® - PopGrip Plant * Eco Slider Webcam Cover * LED Wireless Earbuds * Bamboo 10000 Solar Power Bank * LED Ultra 8000 Power Bank * Eco Slim XL Gift Set * Bamboo Cable Kit - Circle * Bamboo Duo Wireless Charger * Bamboo Cable Kit - Square * Magnetic Charging Stand * Bamboo Charging Stand * Cables chevron-right * 3-in-1 USB Cable * Rainbow Multi-Cable Deluxe * Custom 3 in 1 Cable * Universal 3 in 1 Cable * Promotional 3 in 1 Charging Cable * Braided 3 in 1 Cable * USB Data Blocker * 3 in 1 Retractable Multi Cable * Round LED 3 in 1 Cable * Square LED 3 in 1 Cable * Eco Hook Charging Cable * Eco Promotional Charging Cable * XL LED 5 in 1 Cable * LED 5 in 1 Cable * Travel Cable Kit * Bamboo Cable Kit - Circle * Travel Adaptor * Bamboo Cable Kit - Square * USB to USB-C Adapter * XL Bamboo LED 4 in 1 Cable * Metal 4 in 1 Fast Charge Cable * Promotional 5 in 1 Charging Cable * Speakers chevron-right * Rainbow Bluetooth Speaker * Cube Speaker * LED Deluxe Speaker * Card Speaker * Bamboo Bluetooth Speaker * LED Gifts chevron-right * LED Deluxe Power Bank * Emergency LED Power Bank * Spotlight Bundle * LED Deluxe Speaker * LED Deluxe Wireless Charger * Promotional Ring Light * Round LED 3 in 1 Cable * Square LED 3 in 1 Cable * Wireless Charging Gift Set * LED Wireless Earbuds * Ultimate XL LED Gift Set * XL LED 5 in 1 Cable * LED 5 in 1 Cable * LED Ultra 8000 Power Bank * Slim XL LED Gift Set * Slim XL LED Charging Gift Set * Wooden Slim XL Gift Set * XL Bamboo LED 4 in 1 Cable * PopSockets chevron-right * PopSockets® - PopGrip Basic * Wooden PopSockets® * Metal PopSockets® * PopSockets® - PopGrip Plant * Headphones and Earphones chevron-right * Open-Ear Pro Headphones * LED Wireless Earbuds * Epic Wireless Earbuds * LED Digital Display Wireless Eabuds * Mobile Phone Accessories chevron-right * Rainbow Audio Splitter * Bamboo Square Wireless Charger * PopSockets® - PopGrip Basic * Custom 3 in 1 Cable * Universal 3 in 1 Cable * Emergency LED Power Bank * Curve Wireless Charger * Promotional 3 in 1 Charging Cable * USB Data Blocker * Mini Square Wireless Charger * Wooden PopSockets® * Metal PopSockets® * Mini Circle Wireless Charger * Phone Grip * 3 in 1 Retractable Multi Cable * LED Deluxe Wireless Charger * Open-Ear Pro Headphones * Wireless Charging Digital Clock * Promotional Ring Light * 3 in 1 Charging Dock * 6 in 1 Deluxe Charging Dock * PopSockets® - PopGrip Plant * Transparent Wireless Charging Stand * Promotional Phone Stand * Webcam Covers chevron-right * Webcam Cover * Slider Webcam Cover * Eco Slider Webcam Cover * Security Set * Rainbow Range chevron-right * Rainbow Bluetooth Speaker * Rainbow Car Charger * Rainbow LED Light * Rainbow Audio Splitter * Rainbow Multi-Cable Deluxe * SD Cards chevron-right * SD Card * Micro SD Card * Curve Wireless Charger * Promotional 3 in 1 Charging Cable * LED Deluxe Wireless Charger * Promotional Ring Light * LED Wireless Earbuds * Ultimate XL LED Gift Set * Transparent Wireless Charger * Travel Adaptor * Promotional Phone Stand * Bamboo Square Wireless Charger * Duo Wireless Charger * Curve Wireless Charger * Mini Square Wireless Charger * Mini Circle Wireless Charger * LED Deluxe Wireless Charger * Eco 10W Wireless Charger * Bamboo Circle Wireless Charger * Wireless Charging Digital Clock * Wooden Wireless Charger * 3 in 1 Charging Dock * 6 in 1 Deluxe Charging Dock * Transparent Wireless Charger * Bamboo Duo Wireless Charger * Bamboo Geometric Wireless Charger * Magnetic Charging Stand * Bamboo Charging Stand * Transparent Wireless Charging Stand * Edge Power Bank & White Flip Box Bundle * Executive Gift Set * Pro Charging Gift Set * Spotlight Bundle * Mix and Match Gift Set * Slim Executive Gift Set * Corporate Gift Set * Value Power Bank Gift Set * Wireless Charging Gift Set * Ultimate XL Bamboo Gift Set * Ultimate XL LED Gift Set * Ultimate XL Gift Set * Slim XL LED Gift Set * Slim XL LED Charging Gift Set * Wooden Slim XL Gift Set * Eco Slim XL Gift Set * Ultimate Charging Slim XL Gift Set * Note XL Gift Set * Security Set * Bamboo Square Wireless Charger * Wooden PopSockets® * Eco 10W Wireless Charger * Bamboo Bluetooth Speaker * Eco Pro 10000 Power Bank * Eco Mini Pro 5000 Power Bank * Bamboo Circle Wireless Charger * Wooden Wireless Charger * Eco Hook Charging Cable * Eco Promotional Charging Cable * PopSockets® - PopGrip Plant * Eco Slider Webcam Cover * LED Wireless Earbuds * Bamboo 10000 Solar Power Bank * LED Ultra 8000 Power Bank * Eco Slim XL Gift Set * Bamboo Cable Kit - Circle * Bamboo Duo Wireless Charger * Bamboo Cable Kit - Square * Magnetic Charging Stand * Bamboo Charging Stand * 3-in-1 USB Cable * Rainbow Multi-Cable Deluxe * Custom 3 in 1 Cable * Universal 3 in 1 Cable * Promotional 3 in 1 Charging Cable * Braided 3 in 1 Cable * USB Data Blocker * 3 in 1 Retractable Multi Cable * Round LED 3 in 1 Cable * Square LED 3 in 1 Cable * Eco Hook Charging Cable * Eco Promotional Charging Cable * XL LED 5 in 1 Cable * LED 5 in 1 Cable * Travel Cable Kit * Bamboo Cable Kit - Circle * Travel Adaptor * Bamboo Cable Kit - Square * USB to USB-C Adapter * XL Bamboo LED 4 in 1 Cable * Metal 4 in 1 Fast Charge Cable * Promotional 5 in 1 Charging Cable * Rainbow Bluetooth Speaker * Cube Speaker * LED Deluxe Speaker * Card Speaker * Bamboo Bluetooth Speaker * LED Deluxe Power Bank * Emergency LED Power Bank * Spotlight Bundle * LED Deluxe Speaker * LED Deluxe Wireless Charger * Promotional Ring Light * Round LED 3 in 1 Cable * Square LED 3 in 1 Cable * Wireless Charging Gift Set * LED Wireless Earbuds * Ultimate XL LED Gift Set * XL LED 5 in 1 Cable * LED 5 in 1 Cable * LED Ultra 8000 Power Bank * Slim XL LED Gift Set * Slim XL LED Charging Gift Set * Wooden Slim XL Gift Set * XL Bamboo LED 4 in 1 Cable * PopSockets® - PopGrip Basic * Wooden PopSockets® * Metal PopSockets® * PopSockets® - PopGrip Plant * Open-Ear Pro Headphones * LED Wireless Earbuds * Epic Wireless Earbuds * LED Digital Display Wireless Eabuds * Rainbow Audio Splitter * Bamboo Square Wireless Charger * PopSockets® - PopGrip Basic * Custom 3 in 1 Cable * Universal 3 in 1 Cable * Emergency LED Power Bank * Curve Wireless Charger * Promotional 3 in 1 Charging Cable * USB Data Blocker * Mini Square Wireless Charger * Wooden PopSockets® * Metal PopSockets® * Mini Circle Wireless Charger * Phone Grip * 3 in 1 Retractable Multi Cable * LED Deluxe Wireless Charger * Open-Ear Pro Headphones * Wireless Charging Digital Clock * Promotional Ring Light * 3 in 1 Charging Dock * 6 in 1 Deluxe Charging Dock * PopSockets® - PopGrip Plant * Transparent Wireless Charging Stand * Promotional Phone Stand * Webcam Cover * Slider Webcam Cover * Eco Slider Webcam Cover * Security Set * Rainbow Bluetooth Speaker * Rainbow Car Charger * Rainbow LED Light * Rainbow Audio Splitter * Rainbow Multi-Cable Deluxe * SD Card * Micro SD Card * Photographers chevron-down View all Photographers * Online Shop chevron-right * USB Stick and Box Bundles chevron-right * Crystal USB & Black Flip Box Bundle * Woodland & Square Photo Slide Box Bundle * Wooden Swivel & White Flip Box Bundle * Twister Mono & Black Flip Box Bundle * Rodeo & White Flip Box Bundle * USB Card & Leather Wallet Bundle * Cork Bottle USB & Pastel Box Bundle * Woodland & Wooden Flip Box Bundle * Woodland & Wooden Slide Box Bundle * Woodland & Rectangle Photo Slide Box Bundle * Woodland & Wooden Trinket Box Bundle * USB Heart & White Flip Box Bundle * Woodland & Photo Flip Box Bundle * Heart USB & Luxury USB Box * Rodeo & Black Flip Box Bundle * Crystal USB & Luxury USB Box * Rodeo USB & Mini White Flip Box Bundle * Twister Mono USB & Mini White Flip Box Bundle * Woodland USB & Mini White Flip Box Bundle * Woodland USB & Eco Kraft Box * Woodland & Wooden Treasure Box * Slim XL Prints Box & Crystal USB * Dual Woodland USB-C & Wooden Flip Box * USB Sticks for Photographers chevron-right * Woodland USB 3.0 * Wooden Swivel USB 3.0 * Crystal USB 3.0 * Wooden Twister USB 3.0 * Twister Mono USB 3.0 * USB Card 3.0 * Cowboy USB 3.0 * Rodeo USB 3.0 * Heart USB 3.0 * Cork Bottle USB 3.0 * Packaging for Photographers chevron-right * Photo Slide Box Rectangle * Photography White Flip Box * Photography Black Flip Box * Photography Mini Tin Box * Photography Magnetic Box * Photography USB Card Wallet * Photography Wooden Flip Box * Photography Wooden Slide Box * Velvet Drawstring Bag * Photography Mini White Flip Box * Wooden Trinket Box * Photo Slide Box Square * Photo Flip Box * Luxury USB Box * Eco Kraft Box * Wooden Treasure Box * Photo Gallery chevron-right * Best Sellers chevron-right * Woodland USB 3.0 * Crystal USB 3.0 * Heart USB 3.0 * Woodland & Wooden Flip Box Bundle * Woodland & Wooden Slide Box Bundle * Woodland & Rectangle Photo Slide Box Bundle * Crystal USB & Black Flip Box Bundle * Woodland & Square Photo Slide Box Bundle * Wooden Swivel & White Flip Box Bundle * Twister Mono & Black Flip Box Bundle * Rodeo & White Flip Box Bundle * USB Card & Leather Wallet Bundle * Cork Bottle USB & Pastel Box Bundle * Woodland & Wooden Flip Box Bundle * Woodland & Wooden Slide Box Bundle * Woodland & Rectangle Photo Slide Box Bundle * Woodland & Wooden Trinket Box Bundle * USB Heart & White Flip Box Bundle * Woodland & Photo Flip Box Bundle * Heart USB & Luxury USB Box * Rodeo & Black Flip Box Bundle * Crystal USB & Luxury USB Box * Rodeo USB & Mini White Flip Box Bundle * Twister Mono USB & Mini White Flip Box Bundle * Woodland USB & Mini White Flip Box Bundle * Woodland USB & Eco Kraft Box * Woodland & Wooden Treasure Box * Slim XL Prints Box & Crystal USB * Dual Woodland USB-C & Wooden Flip Box * Woodland USB 3.0 * Wooden Swivel USB 3.0 * Crystal USB 3.0 * Wooden Twister USB 3.0 * Twister Mono USB 3.0 * USB Card 3.0 * Cowboy USB 3.0 * Rodeo USB 3.0 * Heart USB 3.0 * Cork Bottle USB 3.0 * Photo Slide Box Rectangle * Photography White Flip Box * Photography Black Flip Box * Photography Mini Tin Box * Photography Magnetic Box * Photography USB Card Wallet * Photography Wooden Flip Box * Photography Wooden Slide Box * Velvet Drawstring Bag * Photography Mini White Flip Box * Wooden Trinket Box * Photo Slide Box Square * Photo Flip Box * Luxury USB Box * Eco Kraft Box * Wooden Treasure Box * Woodland USB 3.0 * Crystal USB 3.0 * Heart USB 3.0 * Woodland & Wooden Flip Box Bundle * Woodland & Wooden Slide Box Bundle * Woodland & Rectangle Photo Slide Box Bundle * Packaging chevron-down View all Packaging * Best Sellers chevron-right * White Flip Box * Mini White Flip Box * Black Flip Box * Standard Gift Box * Magnetic Box * Large White Flip Box * XL Black Gift Box * XL Slim Black Gift Box * Cable Gift Box * All Packaging chevron-right * White Flip Box * Mini White Flip Box * Black Flip Box * Wooden Slide Box * Wooden Flip Box * Window Tin Box * Tin Box * Mini Flip Tin Box * Mini Tin Box * Twister Box * USB Credit Card Wallet * Standard Gift Box * Vintage Photo Slide Box Square Pine * Vintage Wooden Trinket Box Maple * Printed Drawstring Bags * Photo Slide Box Rectangle * Photography White Flip Box * Photography Wooden Slide Box * Velvet Drawstring Bag * Photo Slide Box Square * Large White Flip Box * Large Zipper Pouch * Eco Magnetic Box * Slim Black Gift Box * Eco Kraft Box * XL Black Gift Box * XL Slim Black Gift Box * Wooden Treasure Box * Cable Gift Box * White Flip Box * Mini White Flip Box * Black Flip Box * Standard Gift Box * Magnetic Box * Large White Flip Box * XL Black Gift Box * XL Slim Black Gift Box * Cable Gift Box * White Flip Box * Mini White Flip Box * Black Flip Box * Wooden Slide Box * Wooden Flip Box * Window Tin Box * Tin Box * Mini Flip Tin Box * Mini Tin Box * Twister Box * USB Credit Card Wallet * Standard Gift Box * Vintage Photo Slide Box Square Pine * Vintage Wooden Trinket Box Maple * Printed Drawstring Bags * Photo Slide Box Rectangle * Photography White Flip Box * Photography Wooden Slide Box * Velvet Drawstring Bag * Photo Slide Box Square * Large White Flip Box * Large Zipper Pouch * Eco Magnetic Box * Slim Black Gift Box * Eco Kraft Box * XL Black Gift Box * XL Slim Black Gift Box * Wooden Treasure Box * Cable Gift Box * Express chevron-down View all Express Service * Express Service USB Sticks chevron-right * USB Card * USB Card Slider * Twister Mono USB * Chic USB * Trident USB * Probe USB * Iron Stick USB * Rodeo USB * Woodland USB * Wooden Swivel USB * Heart USB 3.0 * Iron C USB * Iron Elegance * Iron Elegance C * Iron 2 Hook USB * Mini USB Card Shapes * Eco Twister USB * Eco USB Card * Vantage USB * Elegant USB * Twister USB * Express Service Power Banks chevron-right * Edge Power Bank * Credit Card Power Banks * Mono 4000 Power Bank * LED Deluxe Power Bank * Emergency LED Power Bank * Pocket Pro 5000 Power Bank * Pro 10000 Power Bank * Eco Pro 10000 Power Bank * Eco Mini Pro 5000 Power Bank * Credit Card 4000 Power Bank * Card Phone Charger 4000 * LED Ultra 8000 Power Bank * Compact 10000 Power Bank * Elite USB-C 10000 Power Bank * Magnetic Power Bank 5000mAh * Mini 5000mAh Power Bank * Express Service Tech Gifts chevron-right * Rainbow Multi-Cable Deluxe * Bamboo Square Wireless Charger * Cube Speaker * Executive Gift Set * Emergency LED Power Bank * Curve Wireless Charger * Promotional 3 in 1 Charging Cable * Slider Webcam Cover * Mini Square Wireless Charger * Mini Circle Wireless Charger * Spotlight Bundle * LED Deluxe Speaker * Card Speaker * Phone Grip * LED Deluxe Wireless Charger * Eco 10W Wireless Charger * Bamboo Bluetooth Speaker * Slim Executive Gift Set * Bamboo Circle Wireless Charger * Wireless Charging Digital Clock * Wooden Wireless Charger * Promotional Ring Light * Eco Hook Charging Cable * Eco Promotional Charging Cable * Eco Slider Webcam Cover * LED Wireless Earbuds * Ultimate XL Bamboo Gift Set * Ultimate XL Gift Set * XL LED 5 in 1 Cable * LED 5 in 1 Cable * Epic Wireless Earbuds * Slim XL LED Gift Set * Slim XL LED Charging Gift Set * Wooden Slim XL Gift Set * Eco Slim XL Gift Set * Ultimate Charging Slim XL Gift Set * Travel Cable Kit * Security Set * Bamboo Cable Kit - Circle * Bamboo Duo Wireless Charger * Travel Adaptor * Bamboo Cable Kit - Square * Metal 4 in 1 Fast Charge Cable * Express Service Packaging chevron-right * White Flip Box * Mini White Flip Box * Black Flip Box * Wooden Slide Box * Wooden Flip Box * Mini Flip Tin Box * Twister Box * USB Credit Card Wallet * Magnetic USB Credit Card Box * Standard Gift Box * Magnetic Box * Photo Slide Box Rectangle * Velvet Drawstring Bag * Wooden Trinket Box * Photo Slide Box Square * Luxury USB Box * Large Black Flip Box * Slim Black Gift Box * Eco Kraft Box * Wooden Treasure Box * Cable Gift Box * Best Sellers chevron-right * USB Card * White Flip Box * Credit Card Power Banks * Mini Square Wireless Charger * LED Wireless Earbuds * LED Ultra 8000 Power Bank * Epic Wireless Earbuds * Transparent Wireless Charger * USB Card * USB Card Slider * Twister Mono USB * Chic USB * Trident USB * Probe USB * Iron Stick USB * Rodeo USB * Woodland USB * Wooden Swivel USB * Heart USB 3.0 * Iron C USB * Iron Elegance * Iron Elegance C * Iron 2 Hook USB * Mini USB Card Shapes * Eco Twister USB * Eco USB Card * Vantage USB * Elegant USB * Twister USB * Edge Power Bank * Credit Card Power Banks * Mono 4000 Power Bank * LED Deluxe Power Bank * Emergency LED Power Bank * Pocket Pro 5000 Power Bank * Pro 10000 Power Bank * Eco Pro 10000 Power Bank * Eco Mini Pro 5000 Power Bank * Credit Card 4000 Power Bank * Card Phone Charger 4000 * LED Ultra 8000 Power Bank * Compact 10000 Power Bank * Elite USB-C 10000 Power Bank * Magnetic Power Bank 5000mAh * Mini 5000mAh Power Bank * Rainbow Multi-Cable Deluxe * Bamboo Square Wireless Charger * Cube Speaker * Executive Gift Set * Emergency LED Power Bank * Curve Wireless Charger * Promotional 3 in 1 Charging Cable * Slider Webcam Cover * Mini Square Wireless Charger * Mini Circle Wireless Charger * Spotlight Bundle * LED Deluxe Speaker * Card Speaker * Phone Grip * LED Deluxe Wireless Charger * Eco 10W Wireless Charger * Bamboo Bluetooth Speaker * Slim Executive Gift Set * Bamboo Circle Wireless Charger * Wireless Charging Digital Clock * Wooden Wireless Charger * Promotional Ring Light * Eco Hook Charging Cable * Eco Promotional Charging Cable * Eco Slider Webcam Cover * LED Wireless Earbuds * Ultimate XL Bamboo Gift Set * Ultimate XL Gift Set * XL LED 5 in 1 Cable * LED 5 in 1 Cable * Epic Wireless Earbuds * Slim XL LED Gift Set * Slim XL LED Charging Gift Set * Wooden Slim XL Gift Set * Eco Slim XL Gift Set * Ultimate Charging Slim XL Gift Set * Travel Cable Kit * Security Set * Bamboo Cable Kit - Circle * Bamboo Duo Wireless Charger * Travel Adaptor * Bamboo Cable Kit - Square * Metal 4 in 1 Fast Charge Cable * White Flip Box * Mini White Flip Box * Black Flip Box * Wooden Slide Box * Wooden Flip Box * Mini Flip Tin Box * Twister Box * USB Credit Card Wallet * Magnetic USB Credit Card Box * Standard Gift Box * Magnetic Box * Photo Slide Box Rectangle * Velvet Drawstring Bag * Wooden Trinket Box * Photo Slide Box Square * Luxury USB Box * Large Black Flip Box * Slim Black Gift Box * Eco Kraft Box * Wooden Treasure Box * Cable Gift Box * USB Card * White Flip Box * Credit Card Power Banks * Mini Square Wireless Charger * LED Wireless Earbuds * LED Ultra 8000 Power Bank * Epic Wireless Earbuds * Transparent Wireless Charger * Clearance chevron-down View all Clearance * USB Sticks Clearance chevron-right * USB Characters * Painted Woodland USB 3.0 * Power Banks Clearance chevron-right * Mini Versa * Emergency LED Power Bank * Tech Gifts Clearance chevron-right * Rainbow LED Light * Car Charger Deluxe * Magnetic Phone Holder * Magnetic Phone Holder With Clip * Rainbow Bluetooth Receiver * Car Phone Holder Deluxe * Earbuds Splitter * Charging Station * Phone Stand with Microfibre Cloth * Hi-Tech Stand * Earbuds with Stand * Rainbow Audio Splitter * 2 in 1 Braided USB Cable * Smart Finder Deluxe * Droplet Phone Holder * Packaging Clearance chevron-right * Vintage Photo Slide Box Square Pine * Vintage Wooden Trinket Box Maple * Pastel Box * Large Zipper Pouch * Accessories Clearance chevron-right * Lanyards * PPE Clearance chevron-right * Hand Sanitiser Gel 250ml Bottle * Hand Sanitiser 5 Litre Container * Disposable Face Masks * FFP2 Face Mask * Hand Sanitiser Gel 100ml Flip Bottle * Hand Sanitiser Liquid 100ml Spray Bottle * Hand Sanitiser Liquid 200ml Spray Bottle * Hygiene Key * 100ml Empty Plastic Bottles (Pack of 100 Bulk) * Best Sellers chevron-right * Car Charger Deluxe * Earbuds with Stand * Emergency LED Power Bank * USB Characters * Painted Woodland USB 3.0 * Mini Versa * Emergency LED Power Bank * Rainbow LED Light * Car Charger Deluxe * Magnetic Phone Holder * Magnetic Phone Holder With Clip * Rainbow Bluetooth Receiver * Car Phone Holder Deluxe * Earbuds Splitter * Charging Station * Phone Stand with Microfibre Cloth * Hi-Tech Stand * Earbuds with Stand * Rainbow Audio Splitter * 2 in 1 Braided USB Cable * Smart Finder Deluxe * Droplet Phone Holder * Vintage Photo Slide Box Square Pine * Vintage Wooden Trinket Box Maple * Pastel Box * Large Zipper Pouch * Lanyards * Hand Sanitiser Gel 250ml Bottle * Hand Sanitiser 5 Litre Container * Disposable Face Masks * FFP2 Face Mask * Hand Sanitiser Gel 100ml Flip Bottle * Hand Sanitiser Liquid 100ml Spray Bottle * Hand Sanitiser Liquid 200ml Spray Bottle * Hygiene Key * 100ml Empty Plastic Bottles (Pack of 100 Bulk) * Car Charger Deluxe * Earbuds with Stand * Emergency LED Power Bank * Quick Quote MY CART 10 OF 0 PRODUCTS IN CART DISPLAYED Cart is empty Cart is empty x pencil trash Subtotal: Checkout or View and Edit Cart x loader Loading... x Checkout using your account Email Address Password Sign In Forgot Your Password? Checkout as a new customer Creating an account has many benefits: * See order and shipping status * Track order history * Check out faster Create an Account x BRANDED USB STICKS, POWER BANKS AND PROMOTIONAL TECH UK Stock items . FREE DATA LOADING 24HR EXPRESS SERVICE UK STOCK & FINISHING QUALITY GUARANTEED SHOP BY CATEGORY Previous Categories Next Categories All USB Sticks Headphones and Earphones Best Selling Power Banks Eco Gifts Wireless Chargers USB-C Best Selling Tech Gifts BEST SELLERS Previous Next Previous Next UK Express Bamboo Square Wireless Charger UK Express Curve Wireless Charger UK Express Promotional 3 in 1 Charging Cable UK Express Mini Square Wireless Charger UK Express Mini Circle Wireless Charger UK Express Promotional Ring Light UK Express Twister USB UK Express LED Wireless Earbuds ECO FRIENDLY TECH GIFTS Shop Eco Tech SUPER CHARGE YOUR BRAND Shop Power Banks USB STICKS VS THE CLOUD Read the Blog SCS CUSTOM USB STICK Read the Article * Branded USB Sticks from USB2U Stand out from the crowd with branded USB sticks from the UK’s favourite USB supplier. Did you know we can deliver USB sticks with your company branding in 24 hours? We offer a choice of popular styles, shapes and sizes to suit all brands. Including USBs in your corporate branding and marketing plans is a breeze. We can also pre-load the branded USB sticks with data files so they're ready to go as soon as you receive them. Ideal when you’re short on time! There are so many uses for branded flash drives, regardless of what industry you're in. We print USB sticks with your company logo for both promotional and professional purposes. Our products are a fantastic way to hand out digital information to clients, business connections and colleagues – no matter the file size or format. Examples of how branded USB memory sticks are used by just a handful of our brilliant customers include: * Photographers who supply high-res images for wedding or portrait clients * Educational organisations who pre-load course material onto the memory sticks before handing out to students * Large corporate clients who publish their latest marketing material on a branded memory stick. These are giving away at events or trade shows or even as part of mailing campaigns There's a branded memory stick to suit every business or project, so get in touch to discuss your requirements. * Personalised USB Sticks We offer personalised USB memory sticks with your business logo or slogan printed on them. These are an ideal solution for your marketing campaigns. Personalised flash drives are available in a range of different shapes and memory sizes. You can even have bespoke moulded housing made to order with a unique shape and Pantone colour. So why choose custom or personalised USB memory sticks? Anything that can help you stand out from the competition at a networking event, client pitch or on any other occasion is worth its weight in gold. Fully personalised flash drives, tailored to your requirements, will give you the creative edge over your competitors. These items are also great for reflecting the personality of your business at first glance. We can produce a fully customised stick in the shape of your best-selling product or even your logo. We love a challenge, so nothing is out of our creative range. Just let us know your design spec and we will deliver a USB drive to wow your target audience, and you. So far, we’ve created elephants, ships, rubber ducks and so many more fun, quirky and unique designs. You can take a look at some of the custom and personalised memory sticks that we have made for clients on our site. * Why choose USB2U? We're a leading supplier of promotional and personalised USB memory sticks. We've supplied businesses since 2002 and have gained a fantastic client base along the way. We've helped so many companies take their branding and marketing efforts to the next level. Discover our innovative, unique and practical tech gifts. We supply and print pretty much anything that has a USB connector on it. Power banks, wireless chargers, speakers and desk fans have all been used to ensure businesses and their brand names are always front of mind. We're a trusted supplier not only to leading trade partners, but also to local schools and shops, global blue chip brands and some of the largest universities and organisations in the UK. Check out real customer reviews of USB2U on Trustpilot to see for yourself why you should choose us. If you're ready to join them, email us or fill out our online enquiry and one of our team will get back to you. In a hurry? Give us a call. We always carry UK stock of memory sticks, power banks and packaging, offering a 24 hour delivery service on a selected range of flash drives. * Logo USB Sticks There are so many benefits for companies using personalised logo USB sticks. With businesses all trying to get noticed, it's often the little touches that count. Company logos placed on merchandise like USB sticks can be handed out to prospective clients at meetings or networking events. They're integral to the recognition of that business, and we're here to make sure you make the best impact. Memory drives with your logo are practical and useful, with the recipient being able to use them in their day to day life. They're also a great way to get important data or messaging to them, by pre-loading files, imagery or videos. They make great additions to goodie bags at events and can even be sent to current clients as small favours around special offer periods. For photographers and creatives, memory sticks with your logo add that special touch to your already precious work. This can help enormously with repeat custom. Nobody can ever forget your business name if it is printed on a USB! The artwork can be completely customised to include your logo or slogan. The case of the stick can, in most cases, be Pantone matched to your desired colour palette. Get in touch for more details. * Data Loading / Duplication * 24 Hour UK Express Service * Extensive Product Range in UK Stock * No Upfront Payment * FREE Gift Boxes * Low Minimum Order Quantity * FREE Colour Printing or Laser Engraving * FREE Mock-ups and Samples * Price Match Guarantee * Dedicated Account Manager OUR ACCREDITATIONS Previous Accreditations Next Accreditations SIGN UP FOR EMAILS Sign up for all the latest news, advice and exclusive offers Email Address Subscribe exclamation-circle You can unsubscribe from our marketing emails at any time. GET SOCIAL CUSTOMER SERVICE CHEVRON-UP * Returns * FAQs * Credit Terms * Contact Us SECTORS CHEVRON-UP * Schools * Universities * Public Sector * Charities CONTACT US CHEVRON-UP Unit 8 Deer Park Road, Moulton Park, Northampton, NN3 6RZ 0800 0087079 sales@usb2u.co.uk PAYMENT OPTIONS Company Registration Number 4552447 | USB2U is a Trading name of Secure Living Ltd | VAT Registration Number 784 5482 86 © USB2U 2025 * Privacy * Cookies * T&Cs Website by Clear