').appendTo(flyout.elem());var panelGroup=flyout.getName()+'SubCats';var hideTimeout=null;var sloppyTrigger=createSloppyTrigger($parent);var showParent=function(){if(hideTimeout){clearTimeout(hideTimeout);hideTimeout=null;} if(visible){return;} var height=$('#nav-flyout-shopAll').height(); $parent.css({'height': height});$parent.animate({width:'show'},{duration:200,complete:function(){$parent.css({overflow:'visible'});}});visible=true;};var hideParentNow=function(){$parent.stop().css({overflow:'hidden',display:'none',width:'auto',height:'auto'});panels.hideAll({group:panelGroup});visible=false;if(hideTimeout){clearTimeout(hideTimeout);hideTimeout=null;}};var hideParent=function(){if(!visible){return;} if(hideTimeout){clearTimeout(hideTimeout);hideTimeout=null;} hideTimeout=setTimeout(hideParentNow,10);};flyout.onHide(function(){sloppyTrigger.disable();hideParentNow();this.elem().hide();});var addPanel=function($link,panelKey){var panel=dataPanel({className:'nav-subcat',dataKey:panelKey,groups:[panelGroup],spinner:false,visible:false});if(!flyoutDebug){var mouseout=mouseOutUtility();mouseout.add(flyout.elem());mouseout.action(function(){panel.hide();});mouseout.enable();} var a11y=a11yHandler({link:$link,onEscape:function(){panel.hide();$link.focus();}});var logPanelInteraction=function(promoID,wlTriggers){var logNow=$F.once().on(function(){var panelEvent=$.extend({},event,{id:promoID});if(config.browsePromos&&!!config.browsePromos[promoID]){panelEvent.bp=1;} logEvent(panelEvent);phoneHome.trigger(wlTriggers);});if(panel.isVisible()&&panel.hasInteracted()){logNow();}else{panel.onInteract(logNow);}};panel.onData(function(data){renderPromo(data.promoID,panel.elem());logPanelInteraction(data.promoID,data.wlTriggers);});panel.onShow(function(){var columnCount=$('.nav-column',panel.elem()).length;panel.elem().addClass('nav-colcount-'+columnCount);showParent();var $subCatLinks=$('.nav-subcat-links > a',panel.elem());var length=$subCatLinks.length;if(length>0){var firstElementLeftPos=$subCatLinks.eq(0).offset().left;for(var i=1;i
'+ catTitle+'');panel.elem().prepend($subPanelTitle);}} $link.addClass('nav-active');});panel.onHide(function(){$link.removeClass('nav-active');hideParent();a11y.disable();sloppyTrigger.disable();});panel.onShow(function(){a11y.elems($('a, area',panel.elem()));});sloppyTrigger.register($link,panel);if(flyoutDebug){$link.click(function(){if(panel.isVisible()){panel.hide();}else{panel.show();}});} var panelKeyHandler=onKey($link,function(){if(this.isEnter()||this.isSpace()){panel.show();}},'keydown',false);$link.focus(function(){panelKeyHandler.bind();}).blur(function(){panelKeyHandler.unbind();});panel.elem().appendTo($parent);};var hideParentAndResetTrigger=function(){hideParent();sloppyTrigger.disable();};for(var i=0;i
Shortcuts menu
Skip to
Main content
Results
Filters
Filters
Keyboard shortcuts
Search
alt
+
/
Cart
shift
+
alt
+
C
Home
shift
+
alt
+
H
Orders
shift
+
alt
+
O
Open/close shortcuts menu
shift
+
alt
+
Z
To move between items, use your keyboard's up or down arrows.
.us
Delivering to Nashville 37217
Update location
All
Select the department you want to search in
All Departments
Alexa Skills
Amazon Devices
Amazon Global Store
Amazon Haul
Amazon One Medical
Amazon Pharmacy
Amazon Resale
Appliances
Apps & Games
Arts, Crafts & Sewing
Audible Books & Originals
Automotive Parts & Accessories
Baby
Beauty & Personal Care
Books
CDs & Vinyl
Cell Phones & Accessories
Clothing, Shoes & Jewelry
Women's Clothing, Shoes & Jewelry
Men's Clothing, Shoes & Jewelry
Girl's Clothing, Shoes & Jewelry
Boy's Clothing, Shoes & Jewelry
Baby Clothing, Shoes & Jewelry
Collectibles & Fine Art
Computers
Credit and Payment Cards
Digital Music
Electronics
Garden & Outdoor
Gift Cards
Grocery & Gourmet Food
Handmade
Health, Household & Baby Care
Home & Business Services
Home & Kitchen
Industrial & Scientific
Just for Prime
Kindle Store
Luggage & Travel Gear
Luxury Stores
Magazine Subscriptions
Movies & TV
Musical Instruments
Office Products
Pet Supplies
Premium Beauty
Prime Video
Smart Home
Software
Sports & Outdoors
Subscribe & Save
Subscription Boxes
Tools & Home Improvement
Toys & Games
Under $10
Video Games
Search Amazon
EN
Hello, sign in
Account & Lists
Returns
& Orders
Cart
All
Amazon Haul
Medical Care
Saks
Best Sellers
Amazon Basics
New Releases
Registry
Today's Deals
Music
Gift Cards
Smart Home
Prime
Customer Service
Books
Pharmacy
Luxury Stores
Amazon Home
Fashion
Toys & Games
Beauty & Personal Care
Sell
Gift Shop
Automotive
Home Improvement
Computers
Sports & Outdoors
"},"url":"/cart/ewc/compact?hostPageType=Search&hostSubPageType=List&hostPageRID=0P7J748GXMABGQWEZMQ8&prerender=0&storeName=gateway","cartCount":0,"freshCartCount":0,"almCartCount":0,"primeWardrobeCartCount":0,"isCompactViewEnabled":true,"isCompactEWCRendered":true,"isWiderCompactEWCRendered":true,"EWCBrowserCacheKey":"EWC_Cache_000-0000000-0000000__USD_en_US","isContentRepainted":false,"clearCache":false,"loadFromCacheWithDelay":0,"delayRenderingTillATF":false}; var hasAui = window.P && window.P.AUI_BUILD_DATE; var isRTLEnabled = (document.dir === 'rtl'); config.pinnable = config.pinnable && hasAui; config.isMigrationTreatment = true; config.flyout = (function() { var navbelt = document.getElementById('nav-belt'); var navCart = document.getElementById('nav-cart'); var ewcFlyout = document.getElementById('nav-flyout-ewc'); var persistentClassOnBody = 'nav-ewc-persistent-hover nav-ewc-full-height-persistent-hover'; var flyout = {}; var getDocumentScrollTop = function() { return (document.documentElement && document.documentElement.scrollTop) || document.body.scrollTop; }; var isWindow = function(obj) { return obj != null && obj === obj.window; }; var getWindow = function(elem) { return isWindow(elem) ? elem : elem.nodeType === 9 && elem.defaultView; }; var getOffset = function(elem) { if (elem.getClientRects && !elem.getClientRects().length) { return {top: 0}; } var rect = elem.getBoundingClientRect ? elem.getBoundingClientRect() : {top: 0}; if (rect.width || rect.height) { var doc = elem.ownerDocument; var win = getWindow(doc); return { top: rect.top + win.pageYOffset - doc.documentElement.clientTop }; } return rect; }; flyout.align = function() { var newTop = getOffset(navbelt).top - getDocumentScrollTop(); ewcFlyout.style.top = (newTop > 0 ? newTop + 'px' : 0); }; flyout.hide = function() { isRTLEnabled ? (ewcFlyout.style.left = '') : (ewcFlyout.style.right = ''); }; if(typeof config.isCompactEWCRendered === 'undefined') { if ( (config.isSmallScreenEnabled && viewportWidth() = 1400) ) { config.isCompactEWCRendered = true; config.isEWCStateExpanded = true; config.url = config.url.replace("/gp/navcart/sidebar", "/cart/ewc/compact"); } else { config.isCompactEWCRendered = false; } } var viewportQualifyForPersistent = function () { return (config.isCompactEWCRendered) ? true : viewportWidth() >= 1400; } flyout.hasQualifiedViewportForPersistent = viewportQualifyForPersistent; var getEWCRightOffset = function() { if (!config.isCompactEWCRendered) { return 0; } var $navbelt = document.getElementById('nav-belt'); if ($navbelt === undefined || $navbelt === null) { return 0; } var EWCCompactViewWidth = (config.isWiderCompactEWCRendered && viewportWidth() >= 1280) ? 130 : 100; var scrollLeft = (window.pageXOffset !== undefined) ? window.pageXOffset : (document.documentElement || document.body.parentNode || document.body).scrollLeft; var scrollXAxis = Math.abs(scrollLeft); var windowWidth = document.documentElement.clientWidth; var navbeltWidth = $navbelt.offsetWidth; var isPartOfNavbarNotVisible = (navbeltWidth + EWCCompactViewWidth) > windowWidth; if (isPartOfNavbarNotVisible) { return 0 - (navbeltWidth - scrollXAxis - windowWidth + EWCCompactViewWidth); } else { return 0; } } flyout.getEWCRightOffsetCssProperty = function () { return getEWCRightOffset() + 'px'; } if (config.isCompactEWCRendered) { persistentClassOnBody = 'nav-ewc-persistent-hover nav-ewc-compact-view'; if (config.isWiderCompactEWCRendered) { persistentClassOnBody += ' nav-ewc-wider-compact-view'; } } flyout.show = function() { isRTLEnabled ? (ewcFlyout.style.left = flyout.getEWCRightOffsetCssProperty()) : (ewcFlyout.style.right = flyout.getEWCRightOffsetCssProperty()); }; var isIOSDevice = function() { return (/iPad|iPhone|iPod/.test(navigator.platform) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1)) && !window.MSStream; } var checkForPersistent = function() { if (!hasAui) { return { result: false, reason: 'noAui' }; } if (!config.enablePersistent) { return { result: false, reason: 'config' }; } if (!viewportQualifyForPersistent()) { return { result: false, reason: 'viewport' }; } if (isIOSDevice()) { return { result: false, reason: 'iOS' }; } if (!config.cartCount > 0) { return { result: false, reason: 'emptycart' }; } return { result: true }; }; flyout.ableToPersist = function() { return checkForPersistent().result; }; var persistentClassRegExp = '(?:^|\\s)' + persistentClassOnBody + '(?!\\S)'; flyout.applyPageLayoutForPersistent = function() { if (!document.documentElement.className.match( new RegExp(persistentClassRegExp) )) { document.documentElement.className += ' ' + persistentClassOnBody; } }; flyout.unapplyPageLayoutForPersistent = function() { document.documentElement.className = document.documentElement.className.replace( new RegExp(persistentClassRegExp, 'g'), ''); }; flyout.persist = function() { flyout.applyPageLayoutForPersistent(); flyout.show(); if (config.isCompactEWCRendered) { flyout.align(); } }; flyout.unpersist = function() { flyout.unapplyPageLayoutForPersistent(); flyout.hide(); }; var persistentCheck = checkForPersistent(); var resizeCallback = function() { if (flyout.ableToPersist()) { flyout.persist(); } else { flyout.unpersist(); } }; flyout.bindEvents = function() { if (window.addEventListener) { window.addEventListener('resize', resizeCallback, false); if (config.isCompactEWCRendered) { window.addEventListener('scroll', flyout.align, false); } } }; flyout.unbindEvents = function() { if (window.removeEventListener) { window.removeEventListener('resize', resizeCallback, false); if (config.isCompactEWCRendered) { window.removeEventListener('scroll', flyout.align, false); } } }; var ewcDefaultPersistence = function() { if (persistentCheck.result) { flyout.persist(); if (window.ue && ue.tag) { ue.tag('ewc:persist'); } } else { if (window.ue && ue.tag) { ue.tag('ewc:unpersist'); if (persistentCheck.reason === 'noAui') { ue.tag('ewc:unpersist:noAui'); } if (persistentCheck.reason === 'viewport') { ue.tag('ewc:unpersist:viewport'); } if (persistentCheck.reason === 'emptycart') { ue.tag('ewc:unpersist:emptycart'); } if (persistentCheck.reason === 'iOS') { ue.tag('ewc:unpersist:iOS'); } } } }; ewcDefaultPersistence(); if (window.ue && ue.tag) { if (flyout.hasQualifiedViewportForPersistent()) { ue.tag('ewc:bview'); } else { ue.tag('ewc:sview'); } } flyout.bindEvents(); flyout.cache = function () { const cache = window.sessionStorage; const CACHE_KEY = "EWCBrowserCacheKey"; const CACHE_EXPIRY = "EWCBrowserCacheExpiry"; const CACHE_VALUE = "EWCBrowserCacheValue"; const isSessionStorageValid = function () { return window && cache && cache instanceof Storage; }; const isCachePresent = function (key) { return cache.length > 0 && cache.getItem(key); } const isValidType = function (value) { // Prevents accessing empty key-value and internal methods(prototypes) of storage // TODO: Log metrics for invalid access; return value && value.constructor == String; } return { getCache: function (key) { const value = isCachePresent(key); return (isValidType(value)) ? value : null; }, setCache: function (key, value) { const oldValue = isCachePresent(key); const cacheExpiryTime = isCachePresent(CACHE_EXPIRY); // Set the expiry when there's no existing cache - to prevent resetting expiry on page navigation if (!cacheExpiryTime) { var currentTime = new Date(); cache.setItem(CACHE_EXPIRY, new Date(currentTime.getTime() + 5 * 60000)) } // TODO: Log length of old and new cache values when logMetrics is true cache.setItem(key, value); }, updateCacheAndEwcContainer: function (cacheKey, newEwcContent) { const $ = $Nav.getNow("$"); const $currentEwc = $("#ewc-content"); if (!$currentEwc.length) { var $content = $('#nav-flyout-ewc .nav-ewc-content'); $content.html(newEwcContent); this.setCache(CACHE_KEY, cacheKey); if (window.ue && window.ue.count) { var current = window.ue.count("ewc-init-cache") || 0; window.ue.count("ewc-init-cache", current + 1); } } else { var $newEwcContent = $('
'); var EWC_CONTENT_BODY_SCROLL_SELECTOR = ".ewc-scroller--selected"; if (newEwcContent) { // 1. Updates EWC container with new HTML var domParser = new DOMParser(); var sandboxedEwcContent = domParser.parseFromString(newEwcContent, 'text/html'); var newEwcHtmlNoScript = sandboxedEwcContent.getElementById('ewc-content'); const $newEwcHtml = $newEwcContent.html(newEwcHtmlNoScript); const offSet = $currentEwc.find(EWC_CONTENT_BODY_SCROLL_SELECTOR).position().top - $currentEwc.find(".ewc-active-cart--selected").position().top; $currentEwc.html($newEwcHtml.html()); $currentEwc.find(EWC_CONTENT_BODY_SCROLL_SELECTOR).scrollTop(offSet); if (typeof window.uex === 'function') { window.uex('ld', 'ewc-reflect-new-state', {wb: 1}); } } else { // 2. Fetches cached response and updates it's html with new state on EWC Update const cachedEwc = this.getCache(CACHE_VALUE); $newEwcContent = $newEwcContent[0]; $(cachedEwc).map(function (elementIndex, element) { $newEwcContent.appendChild((element.id === "ewc-content") ? $currentEwc.clone()[0] : element); }); newEwcContent = $newEwcContent.innerHTML; if (window.ue && window.ue.count) { var current = window.ue.count("ewc-update-cache") || 0; window.ue.count("ewc-update-cache", current + 1); } } $newEwcContent.remove(); } this.setCache(CACHE_VALUE, newEwcContent); }, removeCache: function (key) { return cache.removeItem(key); } } } ; return flyout; }()); const CACHE_KEY = "EWCBrowserCacheKey"; const CACHE_VALUE = "EWCBrowserCacheValue"; const CACHE_EXPIRY = "EWCBrowserCacheExpiry"; var cache = config.flyout.cache(); const isCacheValid = function () { // Check for page types and tenure of the cache const clearCache = config.clearCache; const cacheExpiryTime = cache.getCache(CACHE_EXPIRY); const isCacheExpired = new Date() > new Date(cacheExpiryTime); const cacheKey = config.EWCBrowserCacheKey; const oldCacheKey = cache.getCache(CACHE_KEY); const isCacheValid = !clearCache && !isCacheExpired && cacheKey == oldCacheKey; if (!isCacheValid && window.ue && window.ue.count) { var current = window.ue.count("ewc-cache-invalidated") || 0; window.ue.count("ewc-cache-invalidated", current + 1); } return isCacheValid; } function loadFromCache() { if (window.uet && typeof window.uet === 'function') { window.uet('bb', 'ewc-loaded-from-cache', {wb: 1}); } if (cache) { if (isCacheValid()) { var content = cache.getCache(CACHE_VALUE); if (content) { var $ewcContainer = document.getElementById("nav-flyout-ewc").getElementsByClassName("nav-ewc-content")[0]; var $ewcContent = document.getElementById("ewc-content"); if ($ewcContainer && !$ewcContent) { $ewcContainer.innerHTML = content; // Execute scripts from cache const ewcJavascript = document.getElementById("ewc-content").parentNode.querySelectorAll(':scope > script'); ewcJavascript.forEach(function (script) { var scriptTag = document.createElement("script"); scriptTag.innerHTML = script.innerHTML; document.body.appendChild(scriptTag); }); if (typeof window.uex === 'function') { window.uex('ld', 'ewc-loaded-from-cache', {wb: 1}); } } else if (window.ue && window.ue.count && typeof window.ue.count === 'function') { var currentFailure = window.ue.count("ewc-slow-cache") || 0; window.ue.count("ewc-slow-cache", currentFailure + 1); } } } else { cache.removeCache(CACHE_VALUE); cache.removeCache(CACHE_KEY); cache.removeCache(CACHE_EXPIRY); } } } function delayBy(delayTime) { if (delayTime) { window.setTimeout(function() { loadFromCache(); }, delayTime) } else { loadFromCache(); } } if(config.delayRenderingTillATF) { (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('atf').execute("EverywhereCartLoadFromCacheOnAtf", function () { delayBy(config.loadFromCacheWithDelay); }); } else { delayBy(config.loadFromCacheWithDelay); } return config; }())); if (typeof uet === 'function') { uet('x2', 'ewc', {wb: 1}); } if (window.ue && ue.tag) { ue.tag('ewc'); ue.tag('ewc:unrec'); ue.tag('ewc:cartsize:0'); if ( window.P && window.P.AUI_BUILD_DATE ) { ue.tag('ewc:aui'); } else { ue.tag('ewc:noAui'); } } }());
1-48 of 214 results for
"kendra scott initial necklace"
Results
Check each product page for other buying options. Price and other details may vary based on product size and color.
Overall Pick
Amazon's Choice: Overall Pick
Products highlighted as 'Overall Pick' are:
Rated 4+ stars
Purchased often
Returned infrequently
+25 other colors/patterns
Kendra Scott
Letters A-Z Pendant Necklace for Women, Fashion Jewelry, 14k Gold-Plated Brass
4.7 out of 5 stars
1,099
100+ bought in past month
Price, product page
$54.98
$
54
.
98
List: $65.00
List:
$65.00
$65.00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tomorrow, Jun 16
Add to cart
Kendra Scott
14k Gold-Plated Brass Letter A-Z Disc Reversible Pendant Necklace, Fashion Jewelry for Women
4.8 out of 5 stars
278
Price, product page
$90.00
$
90
.
00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tomorrow, Jun 16
Add to cart
+25 other colors/patterns
Kendra Scott
Letters A-Z Pendant Necklace for Women, Fashion Jewelry, Rhodium-Plated Brass
4.6 out of 5 stars
344
Price, product page
$63.06
$
63
.
06
FREE delivery
Fri, Jun 20
Or fastest delivery
Tomorrow, Jun 16
Add to cart
More results
Best Seller
in Women's Pendant Necklaces
+83 other colors/patterns
Kendra Scott
Elisa Pendant Necklace for Women, Fashion Jewelry, 14k Gold-Plated
4.5 out of 5 stars
19,159
3K+ bought in past month
Price, product page
$55.12
$
55
.
12
List: $60.00
List:
$60.00
$60.00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tomorrow, Jun 16
Add to cart
+15 other colors/patterns
kate spade new york
Initial Mini Pendant
4.5 out of 5 stars
2,501
Price, product page
$44.00
$
44
.
00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tomorrow, Jun 16
Add to cart
Kendra Scott
Womens Pearl Letter E Short Pendant Necklace Gold White Pearl One Size
5.0 out of 5 stars
1
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
+1 other color/pattern
Kendra Scott
Crystal Letter Short Pendant Necklace - Unisex Necklace - Lobster Closure - Brass Construction
4.6 out of 5 stars
23
Price, product page
$65.00
$
65
.
00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tue, Jun 17
Add to cart
Kendra Scott
Womens Pearl Letter B Short Pendant Necklace Gold White Pearl One Size
5.0 out of 5 stars
1
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
+3 other colors/patterns
Kendra Scott
Cross Pendant Necklace for Women, Fashion Jewelry
4.6 out of 5 stars
562
1K+ bought in past month
Price, product page
$71.00
$
71
.
00
List: $98.00
List:
$98.00
$98.00
FREE delivery
Fri, Jun 20
Or fastest delivery
Thu, Jun 19
Add to cart
+25 other colors/patterns
Kendra Scott
Letter A-Z Inline Initial Necklace, 18k Gold Vermeil
5.0 out of 5 stars
2
Price, product page
$150.00
$
150
.
00
FREE delivery
Fri, Jun 20
Add to cart
+8 other colors/patterns
kate spade new york
Initial Pendant
4.6 out of 5 stars
283
50+ bought in past month
Price, product page
$58.00
$
58
.
00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tomorrow, Jun 16
Add to cart
More results
+12 other colors/patterns
Kendra Scott
Cailin Pendant Necklace, Fashion Jewelry for Women
4.7 out of 5 stars
373
50+ bought in past month
Price, product page
$57.99
$
57
.
99
FREE delivery
Fri, Jun 20
Or fastest delivery
Tomorrow, Jun 16
Add to cart
Kendra Scott
Womens Pearl Letter J Short Pendant Necklace Gold White Pearl One Size
5.0 out of 5 stars
3
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
+25 other colors/patterns
Lisitine
Bubble Initial Necklaces Dainty Letter Necklace Cute Name Choker Necklaces for Women Trendy Personalized Pendant Jewelry Gift for Women
Top Reviewed for Size
4.4 out of 5 stars
353
100+ bought in past month
Price, product page
$9.99
$
9
.
99
Typical: $12.99
Typical:
$12.99
$12.99
FREE delivery
Fri, Jun 20
on $35 of items shipped by Amazon
Or fastest delivery
Tue, Jun 17
Add to cart
+2 other colors/patterns
Kendra Scott
Emilie Multi Strand Necklace, Fashion Jewelry for Women
4.4 out of 5 stars
339
50+ bought in past month
Price, product page
$55.00
$
55
.
00
List: $75.00
List:
$75.00
$75.00
FREE delivery
Fri, Jun 20
Add to cart
Kendra Scott
Womens Pearl Letter R Short Pendant Necklace Gold White Pearl One Size
3.0 out of 5 stars
2
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
More results
Kendra Scott
Womens Pearl Letter N Short Pendant Necklace Gold White Pearl One Size
5.0 out of 5 stars
1
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
Kendra Scott
Womens Pearl Letter H Short Pendant Necklace Gold White Pearl One Size
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
Kendra Scott
Womens Pearl Letter C Short Pendant Necklace Gold White Pearl One Size
5.0 out of 5 stars
3
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
Kendra Scott
Womens Pearl Letter G Short Pendant Necklace Gold White Pearl One Size
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
More results
+1 other color/pattern
Turandoss
Gold/Silver Heart Initial Necklace for Women Teen Girls - 18K Gold Plated Letter A-Z Pendant Necklace Dainty Heart Necklaces Tiny Initial Necklaces Birthday Gifts for Women Jewelry
Top Reviewed for Size
4.6 out of 5 stars
1,494
1K+ bought in past month
Price, product page
$17.99
$
17
.
99
List: $19.99
List:
$19.99
$19.99
FREE delivery
Fri, Jun 20
on $35 of items shipped by Amazon
Or fastest delivery
Tomorrow, Jun 16
Add to cart
Kendra Scott
Womens Pearl Letter D Short Pendant Necklace Gold White Pearl One Size
5.0 out of 5 stars
1
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
Kendra Scott
Haven Strand Necklace, Fashion Jewelry for Women
4.5 out of 5 stars
200
500+ bought in past month
Price, product page
$55.70
$
55
.
70
List: $80.00
List:
$80.00
$80.00
FREE delivery
Jun 21 - 24
Or fastest delivery
Sat, Jun 21
Add to cart
PAVOI
14K White Gold Plated Cubic Zirconia Initial Necklace | Letter Dainty Necklaces for Women
4.4 out of 5 stars
19,584
50+ bought in past month
Price, product page
$14.95
$
14
.
95
FREE delivery
Fri, Jun 20
on $35 of items shipped by Amazon
Or fastest delivery
Tue, Jun 17
Add to cart
+7 other colors/patterns
Kendra Scott
Mini Elisa 14k Gold-Plated Satellite Short Pendant Necklace, Fashion Jewelry for Women
4.6 out of 5 stars
644
200+ bought in past month
Price, product page
$41.00
$
41
.
00
List: $55.00
List:
$55.00
$55.00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tomorrow, Jun 16
Add to cart
+6 other colors/patterns
Kendra Scott
Framed Ari Heart Pendant Necklace, Fashion Jewelry for Women
4.6 out of 5 stars
180
50+ bought in past month
Price, product page
$65.03
$
65
.
03
List: $70.00
List:
$70.00
$70.00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tomorrow, Jun 16
Add to cart
+1 other color/pattern
CUEZIY
Initial Necklaces for Women Bubble Gold Silver Letter Necklace Dainty Personalized Charm Pendant Name Necklace Cute Non Tarnish Fashion Accessories Teen Gift Trendy Stuff Jewelry Gifts
4.6 out of 5 stars
379
200+ bought in past month
Price, product page
$12.99
$
12
.
99
FREE delivery
Fri, Jun 20
on $35 of items shipped by Amazon
Or fastest delivery
Tomorrow, Jun 16
Add to cart
+1 other color/pattern
Kendra Scott
Ameila Chain Necklace, Fashion Jewelry for Women
4.8 out of 5 stars
226
500+ bought in past month
Price, product page
$51.75
$
51
.
75
List: $60.00
List:
$60.00
$60.00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tomorrow, Jun 16
Add to cart
Kendra Scott
Womens Pearl Letter G Short Pendant Necklace Silver White Pearl One Size
5.0 out of 5 stars
1
Price, product page
$29.25
$
29
.
25
FREE delivery
Jun 18 - 23
Add to cart
+1 other color/pattern
Turandoss
Dainty Gold Initial Necklaces for Women Trendy - Layered Gold Initial Tiny Small Pendent Necklaces for Women, Personalized Choker Paperclip Chain Necklace Easter Jewelry Gifts for Her
4.4 out of 5 stars
256
100+ bought in past month
Price, product page
$13.99
$
13
.
99
List: $15.99
List:
$15.99
$15.99
FREE delivery
Fri, Jun 20
on $35 of items shipped by Amazon
Or fastest delivery
Tomorrow, Jun 16
Add to cart
Kendra Scott
Womens Pearl Letter S Short Pendant Necklace Gold White Pearl One Size
5.0 out of 5 stars
2
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
+25 other colors/patterns
FISSEN JEWELRY
Initial Necklaces for Women 14K Gold Plated Letter Necklace Dainty Gold Name Necklace Personalized Initial Tag Pendant Necklace for Women Trendy Gold Jewelry
4.5 out of 5 stars
2,378
700+ bought in past month
Price, product page
$13.99
$
13
.
99
10% off coupon applied
Save 10%
with coupon (some sizes/colors)
FREE delivery
Fri, Jun 20
on $35 of items shipped by Amazon
Or fastest delivery
Tomorrow, Jun 16
Add to cart
+5 other colors/patterns
Kendra Scott
Ari Pave Crystal Heart Necklace, Fashion Jewelry For Women
4.6 out of 5 stars
206
50+ bought in past month
Price, product page
$63.53
$
63
.
53
FREE delivery
Fri, Jun 20
Or fastest delivery
Tomorrow, Jun 16
Add to cart
Kendra Scott
Womens Pearl Letter L Short Pendant Necklace Gold White Pearl One Size
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
Kendra Scott
Womens Pearl Letter K Short Pendant Necklace Gold White Pearl One Size
See options
Kendra Scott
Letter Disc Pendant Necklace Rhodium Black Mother-Of-Pearl R One Size
Price, product page
$58.99
$
58
.
99
FREE delivery
Jun 20 - 23
Or fastest delivery
Tue, Jun 17
Add to cart
+20 other colors/patterns
Kendra Scott
Ari Heart Adjustable Length Pendant Necklace for Women, Fashion Jewelry
4.6 out of 5 stars
4,859
Price, product page
$65.00
$
65
.
00
List: $78.00
List:
$78.00
$78.00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tue, Jun 17
Add to cart
Kendra Scott
Womens Pearl Letter T Short Pendant Necklace Gold White Pearl One Size
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
Kendra Scott
Womens Pearl Letter H Short Pendant Necklace Silver White Pearl One Size
Price, product page
$29.25
$
29
.
25
FREE delivery
Jun 18 - 23
Add to cart
+4 other colors/patterns
Kendra Scott
Lillia Crystal Pendant Necklace, Fashion Jewelry for Women
4.9 out of 5 stars
41
Price, product page
$65.00
$
65
.
00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tomorrow, Jun 16
Add to cart
+2 other colors/patterns
Memorjew
925 Sterling Silver Initial Necklace for Women, Dainty Hypoallergenic Cursive Initial Necklace for Women Jewelry Gifts
4.4 out of 5 stars
2,718
Price, product page
$22.99
$
22
.
99
FREE delivery
Fri, Jun 20
on $35 of items shipped by Amazon
Or fastest delivery
Tue, Jun 17
Add to cart
Kendra Scott
Womens Pearl Letter J Short Pendant Necklace Silver White Pearl One Size
Price, product page
$29.25
$
29
.
25
FREE delivery
Jun 18 - 23
Add to cart
+2 other colors/patterns
Kendra Scott
Ari Heart Multistrand Necklace, Fashion Jewelry for Women
4.6 out of 5 stars
215
300+ bought in past month
Price, product page
$55.95
$
55
.
95
List: $75.00
List:
$75.00
$75.00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tue, Jun 17
Add to cart
+26 other colors/patterns
De Amo Sara
Initial Necklaces for Women, Dainty A-Z Pendant Letter Charm Necklace Personalized Name Necklaces for Women Trendy Jewelry Gift
4.4 out of 5 stars
111
100+ bought in past month
Price, product page
$12.99
$
12
.
99
10% off coupon applied
Save 10%
with coupon (some sizes/colors)
FREE delivery
Fri, Jun 20
on $35 of items shipped by Amazon
Or fastest delivery
Tomorrow, Jun 16
Add to cart
More results
Kendra Scott
Womens Pearl Letter D Short Pendant Necklace Silver White Pearl One Size
Price, product page
$29.25
$
29
.
25
FREE delivery
Jun 18 - 23
Add to cart
+3 other colors/patterns
Kendra Scott
Fern Pendant Necklace for Women
4.4 out of 5 stars
656
Price, product page
$47.95
$
47
.
95
List: $55.00
List:
$55.00
$55.00
FREE delivery
Fri, Jun 20
Or fastest delivery
Thu, Jun 19
Add to cart
Kendra Scott
Womens Pearl Letter O Short Pendant Necklace Gold White Pearl One Size
Click to see price
FREE delivery
Jun 18 - 23
Add to cart
+2 other colors/patterns
Kendra Scott
Cross Crystal Pendant Necklace, Fashion Jewelry for Women
Top Reviewed for Size
4.6 out of 5 stars
113
200+ bought in past month
Price, product page
$60.00
$
60
.
00
List: $85.00
List:
$85.00
$85.00
FREE delivery
Fri, Jun 20
Or fastest delivery
Tue, Jun 17
Add to cart
Related searches
kendra scott
initial necklace
kendra scott necklace
kendra scott bracelet
initial necklaces for women
kendra scott earrings
Previous
1
2
3
4
5
Next
Need help?
Visit the help section
or
contact us
Go back to filtering menu
Skip to main search results
No selected filters
Eligible for Free Shipping
Free Shipping by Amazon
Get FREE Shipping on eligible orders shipped by Amazon
Gender
Men
Women
Boys
Girls
Unisex
Department
Women's Necklaces
Women's Pendant Necklaces
Women's Choker Necklaces
Women's Chain Necklaces
Boys' Necklaces
Men's Necklaces
Brands
Kendra Scott
kate spade new york
Amazon Fashion
Premium Brands
Top Brands
Price
$3
–
$180+
Go
Deals & Discounts
All Discounts
Today's Deals
Customer Reviews
4 Stars
& Up
Jewelry Stone Creation Method
Lab Created
Natural
Jewelry Stone Shape
Jewelry Metal
Other Metals
Yellow Gold
Sterling Silver
Gold Plated
Seller
PAVOI Jewelry
Poxtex
Zappos
Jewelry Pro
KRFY Jewelry
Monily shop
A Lil' Bit Fancy
See more
Color
Chain Type
Ball
Bar
Box
C-Link
Cable
Crisscross
Cuban
Snake
See more
Birthstone
October
Customizable Products
Customizable
Jewelry Stone Type
Other Gemstones
Jewelry Theme
Animals
Floral
Hearts
Sun, Moon & Stars
Item Length
Up to 6.9 in
13.0 to 18.9 in
19.0 in & above
More-sustainable Products
Climate Pledge Friendly
Your recently viewed items and featured recommendations
Your recently viewed items and featured recommendations
Back to top
Get to Know Us
Careers
Amazon Newsletter
About Amazon
Accessibility
Sustainability
Press Center
Investor Relations
Amazon Devices
Amazon Science
Make Money with Us
Sell on Amazon
Sell apps on Amazon
Supply to Amazon
Protect & Build Your Brand
Become an Affiliate
Become a Delivery Driver
Start a Package Delivery Business
Advertise Your Products
Self-Publish with Us
Become an Amazon Hub Partner
›
See More Ways to Make Money
Amazon Payment Products
Amazon Visa
Amazon Store Card
Amazon Secured Card
Amazon Business Card
Shop with Points
Credit Card Marketplace
Reload Your Balance
Gift Cards
Amazon Currency Converter
Let Us Help You
Your Account
Your Orders
Shipping Rates & Policies
Amazon Prime
Returns & Replacements
Manage Your Content and Devices
Recalls and Product Safety Alerts
Registry & Gift List
Help
English
United States
Amazon Music
Stream millions
of songs
Amazon Ads
Reach customers
wherever they
spend their time
6pm
Score deals
on fashion brands
AbeBooks
Books, art
& collectibles
ACX
Audiobook Publishing
Made Easy
Sell on Amazon
Start a Selling Account
Veeqo
Shipping Software
Inventory Management
Amazon Business
Everything For
Your Business
Amazon Fresh
Groceries & More
Right To Your Door
AmazonGlobal
Ship Orders
Internationally
Home Services
Experienced Pros
Happiness Guarantee
Amazon Web Services
Scalable Cloud
Computing Services
Audible
Listen to Books & Original
Audio Performances
Box Office Mojo
Find Movie
Box Office Data
Goodreads
Book reviews
& recommendations
IMDb
Movies, TV
& Celebrities
IMDbPro
Get Info Entertainment
Professionals Need
Kindle Direct Publishing
Indie Digital & Print Publishing
Made Easy
Amazon Photos
Unlimited Photo Storage
Free With Prime
Prime Video Direct
Video Distribution
Made Easy
Shopbop
Designer
Fashion Brands
Amazon Resale
Great Deals on
Quality Used Products
Whole Foods Market
America’s Healthiest
Grocery Store
Woot!
Deals and
Shenanigans
Zappos
Shoes &
Clothing
Ring
Smart Home
Security Systems
eero WiFi
Stream 4K Video
in Every Room
Blink
Smart Security
for Every Home
Neighbors App
Real-Time Crime
& Safety Alerts
Amazon Subscription Boxes
Top subscription boxes – right to your door
PillPack
Pharmacy Simplified
Amazon Renewed
Like-new products
you can trust
Conditions of Use
Privacy Notice
Consumer Health Data Privacy Disclosure
Your Ads Privacy Choices
© 1996-2025, Amazon.com, Inc. or its affiliates