').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
Skip to main content
.us
Hello Select your address
Industrial & Scientific
Select the department you want to search in
All Departments
Audible Books & Originals
Alexa Skills
Amazon Devices
Amazon Fresh
Amazon Pharmacy
Amazon Warehouse
Appliances
Apps & Games
Arts, Crafts & Sewing
Automotive Parts & Accessories
Baby
Beauty & Personal Care
Books
CDs & Vinyl
Cell Phones & Accessories
Clothing, Shoes & Jewelry
Women
Men
Girls
Boys
Baby
Amazon Explore
Collectibles & Fine Art
Computers
Courses
Credit and Payment Cards
Digital Educational Resources
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
Vehicles
Video Games
Whole Foods Market
Hello, Sign in Account & Lists
Returns & Orders
0 Cart
All
Best Sellers
Customer Service
Prime
New Releases
Today's Deals
Books
Pharmacy
Fashion
Kindle Books
Toys & Games
Gift Cards
Amazon Home
Registry
Sell
Computers
Video Games
Find a Gift
Home Improvement
Automotive
Coupons
Beauty & Personal Care
Smart Home
Health & Household
Pet Supplies
Amazon Basics
Handmade
TV & Video
Baby
#FoundItOnAmazon
Disability Customer Support
Prime Day is June 21 & 22
Industrial & Scientific
Janitorial & Facilities
Safety Supplies
Medical Supplies
Food Service
Diagnostic Equipment
Material Handling
Educational Supplies
Sealants and Lubricants
Additive Manufacturing
Laboratory Supplies
FSA Eligible Items
Deals
"},"url":"/cart/ewc/compact?hostPageType=zeitgeist&hostSubPageType=null&hostPageRID=BCHDYX5PY3XQS8JFBPKF&prerender=0&storeName=industrial","cartCount":0,"freshCartCount":0,"almCartCount":0,"isCompactViewEnabled":true,"isCompactEWCRendered":true,"isWiderCompactEWCRendered":true}; 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 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 persistentCheck = checkForPersistent(); 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'); } } } if (window.ue && ue.tag) { if (flyout.hasQualifiedViewportForPersistent()) { ue.tag('ewc:bview'); } else { ue.tag('ewc:sview'); } } flyout.bindEvents(); return flyout; }()); return config; }())); if (typeof uet === 'function') { uet('x2', 'ewc', {wb: 1}); (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('navCF').execute(function() { uet('bb', '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'); } } }());
Amazon Best Sellers: Best Steel Angles
Amazon Best Sellers
Our most popular products based on sales. Updated hourly.
Best Sellers in
Steel Angles
#1
Hot Rolled Steel Plate 1/4" x 6" x 6" (3 Pack!)
4.7 out of 5 stars
198
$27.15
#2
Round Hot Rolled Steel Plate 1/4" x 6" Diameter Circle (Pack of 2!)
4.7 out of 5 stars
30
$24.99
#3
A36 Hot Rolled Steel Angle Iron 2"X 2"X 48" Long 1/4" Thick
5.0 out of 5 stars
1
$44.13
#4
1/4" x 6" x 12" Steel Plate, A36, Hot Rolled, 1/4" Thick
5.0 out of 5 stars
6
$9.10
#5
1/4" x 5" x 10" Steel Plate, A36, Hot Rolled, 1/4" Thick
5.0 out of 5 stars
1
$7.20
#6
RMP Hot Roll Steel Structural Angle A36, Rounded Corners, 3 Inch x 3 Inch Leg Length, 3/16 Inch Wall, 48 Inch Length
$52.35
#7
1/4" x 5" x 12" Steel Plate, A36, Hot Rolled, 1/4" Thick
5.0 out of 5 stars
1
$8.18
#8
Texas Knifemakers Supply - 1080 High Carbon Annealed Forging Steel Barstock for Knife Making - 1/8" x 1-1/4" x 12"
4.8 out of 5 stars
62
$8.95
#9
A36 Hot Rolled Steel Angle Iron 2"X 2"X 6" Long 1/4" Thick
4.2 out of 5 stars
6
$18.59
#10
RMP Hot Roll Steel Structural Angle A36, Rounded Corners, 6 Inch x 6 Inch Leg Length, 1/2 Inch Wall, 24 Inch Length
$86.27
#11
Hot Rolled Steel Plate 3/16" x 6" x 6" (4 Pack!)
4.4 out of 5 stars
41
$25.00
#12
Round Hot Rolled Steel Plate 1/4" x 4" Diameter Circle (Pack of 2!)
4.6 out of 5 stars
35
$20.29
#13
1/4" x 6" x 8" Steel Plate, A36, Hot Rolled, 1/4" Thick
5.0 out of 5 stars
2
$6.89
#14
1/4" x 18.875" x 13.50" Steel Plate, A36, Hot Rolled, 1/4" Thick
5.0 out of 5 stars
4
$25.00
#15
1/4" x 8" x 12" Steel Plate, A36, Hot Rolled, 1/4" Thick
4.5 out of 5 stars
2
$10.93
#16
1/4" x 4" x 5" Steel Plate, A36, Hot Rolled, 1/4" Thick
5.0 out of 5 stars
2
$4.25
#17
RMP Hot Roll Steel Structural Angle A36, Rounded Corners, 3 Inch x 3 Inch Leg Length, 1/4 Inch Wall, 48 Inch Length
$66.88
#18
Round Hot Rolled Steel Plate 1/4" x 12" Diameter Circle
4.2 out of 5 stars
21
$37.89
#19
Hot Rolled Steel Plate 3/16" x 4" x 4" (4 Pack!)
4.9 out of 5 stars
18
$25.00
#20
A36 Hot Rolled Steel Angle Iron 2"X 2"X 36" Long 1/8" Thick
$26.66
#21
1/4" x 8" x 8" Steel Plate, A36, Hot Rolled, 1/4" Thick
5.0 out of 5 stars
1
$8.24
#22
RMP Hot Roll Steel Structural Angle A36, Rounded Corners, 2-1/2 Inch x 2-1/2 Inch Leg Length, 3/16 Inch Wall, 24 Inch Length
5.0 out of 5 stars
1
$26.96
#23
A36 Steel Angle, Unpolished (Mill) Finish, ASTM A36, Equal Leg Length, Rounded Corners, 1/2" Leg Lengths, 0.125" Wall Thickness, 12" Length
4.5 out of 5 stars
55
$5.99 - $267.12
#24
National Hardware N301-515 4060BC Solid Angle in Plain Steel,2" x 36"
4.7 out of 5 stars
74
$24.58
#25
1/4" x 4" x 8" Steel Plate, A36, Hot Rolled, 1/4" Thick
5.0 out of 5 stars
1
$5.54
#26
304 Stainless Steel Angle SS Angles SS Angles Bars Length 11.8 inch 1.1"x1.1"x0.11"(300mmx28mmx28mmx3mm) (304 SS Angle)
4.9 out of 5 stars
11
$11.69
#27
A36 Hot Rolled Steel Angle Iron 2"X 2"X 96" Long 1/8" Thick
$61.73
#28
1/4" x 5" x 5" Steel Plate, A36, Hot Rolled, 1/4" Thick
4.6 out of 5 stars
3
1 offer from $4.74
#29
RMP Hot Roll Steel Structural Angle A36, Rounded Corners, 3 Inch x 3 Inch Leg Length, 3/16 Inch Wall, 24 Inch Length
4.9 out of 5 stars
15
#30
RMP Hot Roll Steel Structural Angle A36, Rounded Corners, 3 Inch x 2 Inch Leg Length, 1/4 Inch Wall, 72 Inch Length
4.8 out of 5 stars
14
#31
A36 Hot Rolled Steel Angle Iron 2"X 2"X 90" Long 1/8" Thick
$61.95
#32
1/4" x 5" x 7" Steel Plate, A36, Hot Rolled, 1/4" Thick
$5.72
#33
Hot Rolled Steel Plate 1/8" x 4" x 4" (4 Pack!) …
5.0 out of 5 stars
1
$15.00
#34
A36 Hot Rolled Steel Angle Iron 2"X 2"X 12" Long 1/4" Thick
$23.29
#35
RMP Hot Roll Steel Structural Angle A36, Rounded Corners, 3 Inch x 3 Inch Leg Length, 3/16 Inch Wall, 36 Inch Length
5.0 out of 5 stars
1
$43.00
#36
1/4" x 9" x 9" Steel Plate, A36, Hot Rolled, 1/4" Thick
5.0 out of 5 stars
2
$9.65
#37
1 Pc of Steel Angle Iron 1/8" x 2" x 6 Ft. Hot Rolled Carbon Steel 90° Stock Mill
$89.00
#38
RMP Hot Roll Steel Structural Angle A36, Rounded Corners, 1 Inch x 1 Inch Leg Length, 1/8 Inch Wall, 72 Inch Length
5.0 out of 5 stars
1
$28.55
#39
A36 Hot Rolled Steel Angle Iron 2"X 2"X 96" Long 1/4" Thick
$94.00
#40
A36 Hot Rolled Steel Angle Iron 1.5"X 1.5"X 96" Long 1/8" Thick
$54.80
#41
1/4" x 9" x 12" Steel Plate, A36, Hot Rolled, 1/4" Thick
1.0 out of 5 stars
1
$11.85
#42
A36 Hot Roll Steel Angle, Unpolished (Mill) Finish, Hot Rolled, Unequal Leg Length, Squared Corners, 2" x 3" Leg Lengths, 0.25" Thickness, 12" Length, OnlineMetals
5.0 out of 5 stars
2
1 offer from $35.37
#43
1/4" x 6" x 9" Steel Plate, A36, Hot Rolled, 1/4" Thick
$7.44
#44
1/4" x 7" x 12" Steel Plate, A36, Hot Rolled, 1/4" Thick
$10.01
#45
1/4" x 7" x 8" Steel Plate, A36, Hot Rolled, 1/4" Thick
5.0 out of 5 stars
1
$7.56
#46
1/4" x 4" x 6" Steel Plate, A36, Hot Rolled, 1/4" Thick
5.0 out of 5 stars
1
$4.68
#47
1/4" x 6" x 10" Steel Plate, A36, Hot Rolled, 1/4" Thick
5.0 out of 5 stars
2
$7.99
#48
National Hardware N179-895 4010BC Solid Angle in Galvanized
4.3 out of 5 stars
3
$17.64
#49
A36 Hot Roll Steel Angle, Unpolished (Mill) Finish, Hot Rolled, Unequal Leg Length, Squared Corners, 3" x 4" Leg Lengths, 0.375" Thickness, 12" Length, OnlineMetals
$53.70
#50
A36 Hot Rolled Steel Angle Iron 2"X 2"X 12" Long 1/8" Thick
$20.75
←
Previous page
1
2
Next page→
‹
Any Department
‹
Industrial & Scientific
‹
Raw Materials
‹
Metals & Alloys
Steel
Angles
Bars
Rods
Sheets
Shims & Shim Stock
Tubes
Wire
Your recently viewed items and featured recommendations
Your recently viewed items and featured recommendations
Back to top
Get to Know Us
Careers
Blog
About Amazon
Sustainability
Press Center
Investor Relations
Amazon Devices
Make Money with Us
Sell products on Amazon
Sell apps on Amazon
Become an Affiliate
Become a Delivery Driver
Start a package delivery business
Advertise Your Products
Self-Publish with Us
Host an Amazon Hub
›
See More Make Money with Us
Amazon Payment Products
Amazon Rewards Visa Signature Cards
Amazon.com Store Card
Amazon Secured Card
Amazon Business Card
Amazon Business Line of Credit
Shop with Points
Credit Card Marketplace
Reload Your Balance
Amazon Currency Converter
Let Us Help You
Amazon and COVID-19
Your Account
Your Orders
Shipping Rates & Policies
Amazon Prime
Returns & Replacements
Manage Your Content and Devices
Amazon Assistant
Help
EnglishChoose a language for shopping.
United StatesChoose a country/region for shopping.
Amazon MusicStream millionsof songs
Amazon AdvertisingFind, attract, andengage customers
Amazon DriveCloud storagefrom Amazon
6pmScore dealson fashion brands
AbeBooksBooks, art& collectibles
ACX Audiobook PublishingMade Easy
AlexaActionable Analyticsfor the Web
Sell on AmazonStart a Selling Account
Amazon BusinessEverything ForYour Business
Amazon FreshGroceries & MoreRight To Your Door
AmazonGlobalShip OrdersInternationally
Home ServicesExperienced ProsHappiness Guarantee
Amazon IgniteSell your originalDigital EducationalResources
Amazon Web ServicesScalable CloudComputing Services
AudibleListen to Books & OriginalAudio Performances
Book DepositoryBooks With FreeDelivery Worldwide
Box Office MojoFind MovieBox Office Data
ComiXologyThousands ofDigital Comics
DPReviewDigitalPhotography
East DaneDesigner Men'sFashion
FabricSewing, Quilting& Knitting
GoodreadsBook reviews& recommendations
IMDbMovies, TV& Celebrities
IMDbProGet Info EntertainmentProfessionals Need
Kindle Direct PublishingIndie Digital & Print PublishingMade Easy
Amazon PhotosUnlimited Photo StorageFree With Prime
Prime Video DirectVideo DistributionMade Easy
ShopbopDesignerFashion Brands
Amazon WarehouseGreat Deals onQuality Used Products
Whole Foods MarketAmerica’s HealthiestGrocery Store
Woot!Deals and Shenanigans
ZapposShoes &Clothing
RingSmart HomeSecurity Systems
eero WiFiStream 4K Videoin Every Room
BlinkSmart Securityfor Every Home
Neighbors App Real-Time Crime& Safety Alerts
Amazon Subscription BoxesTop subscription boxes – right to your door
PillPackPharmacy Simplified
Amazon RenewedLike-new productsyou can trust
Amazon Second ChancePass it on, trade it in,give it a second life
Conditions of Use
Privacy Notice
Interest-Based Ads
© 1996-2021, Amazon.com, Inc. or its affiliates