').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
Tools & Home Improvement
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
Bristol Farms
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
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
Prime
Customer Service
New Releases
Pharmacy
Today's Deals
Books
Fashion
Toys & Games
Registry
Kindle Books
Gift Cards
Amazon Home
Sell
Computers
Automotive
Coupons
Video Games
Home Improvement
Find a Gift
Smart Home
Beauty & Personal Care
Shopper Toolkit
Health & Household
Amazon Basics
Pet Supplies
TV & Video
Handmade
Baby
Disability Customer Support
Get your school supplies, fast
Tools & Home Improvement
Best Sellers
Deals & Savings
Gift Ideas
Power & Hand Tools
Lighting & Ceiling Fans
Kitchen & Bath Fixtures
Smart Home
Shop by Room
Launchpad
"},"url":"/cart/ewc/compact?hostPageType=Detail&hostSubPageType=null&hostPageRID=GEMEKDCKZVDYATZ9BK88&prerender=0&storeName=hi","cartCount":0,"freshCartCount":0,"almCartCount":0,"isCompactViewEnabled":true,"isCompactEWCRendered":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'); } } }());
Stainless Steel Woven Wire Filter 100 Mesh Woven Wire Sheet Cloth Screen Filter Sheet 30 x 90cm - - Amazon.com
$13.69
FREE delivery:
Sep 23 - Oct 5
Select delivery location
In stock.
Usually ships within 4 to 5 days.
Qty:
1
2
3
4
5
6
Qty:
1
$
$13.69
13
.
69
(
)
Includes selected options.
Includes initial monthly payment and selected options.
Details
Price
(
$
13
.
69
x
)
$
13
.
69
Subtotal
$
$13.69
13
.
69
Subtotal
Initial payment breakdown
Shipping cost, delivery date, and order total (including tax) shown at checkout.
Add to Cart
Buy Now
Secure transaction
Your transaction is secure
We work hard to protect your security and privacy. Our payment security system encrypts your information during transmission. We don’t share your credit card details with third-party sellers, and we don’t sell your information to others.
Learn more
Ships from
Sarah Elinna
Sold by
Sarah Elinna
Details
Ships from
Sarah Elinna
Sold by
Sarah Elinna
Return policy:
Eligible for Return, Refund or Replacement
You may be charged a restocking fee up to 50% of item's price for used or damaged returns and up to 100% for materially different item.
Read full return policy
Add to List
Added to
Unable to add item to List. Please try again.
Sorry, there was a problem.
There was an error retrieving your Wish Lists. Please try again.
Sorry, there was a problem.
List unavailable.
New (8) from$13.69 & FREE Shipping
Share
Other Sellers on Amazon
Add to Cart
$13.69
&
FREE Shipping
Sold by:
Heri story
Sold by:
Heri story
(34 ratings)
69% positive over last 12 months
In stock.
Usually ships within 4 to 5 days.
Shipping rates
and
Return policy
Add to Cart
$13.69
&
FREE Shipping
Sold by:
ESTOBYPER
Sold by:
ESTOBYPER
(37 ratings)
62% positive over last 12 months
In stock.
Usually ships within 4 to 5 days.
Shipping rates
and
Return policy
Add to Cart
$13.70
+ $0.99 shipping
Sold by:
FriccoBB
Sold by:
FriccoBB
(3 ratings)
33% positive over last 12 months
Usually ships within 6 to 10 days.
Shipping rates
and
Return policy
Have one to sell?
Sell on Amazon
Image Unavailable
Image not available for
Color:
To view this video download
Flash Player
VIDEOS
360° VIEW
IMAGES
Stainless Steel Woven Wire Filter 100 Mesh Woven Wire Sheet Cloth Screen Filter Sheet 30 x 90cm
Brand: Isguin
Price:
$13.69
Get $50 off instantly: Pay $0.00 $13.69 upon approval for the Amazon Rewards Visa Card. No annual fee.
Enhance your purchase
This fits your
.
Make sure this fits
by entering your model number.
Brand new.
Non-toxic, odorless harmless.
Stainless steel mesh, durable.
Water resistant, wear resistant, acid resistant, high temp resistant and weather resistance.
Widely used in In filtering oil, powder, cement, pollen, honey etc.
See more product details
New (8) from $13.69
&
FREE Shipping
Consider this Amazon's Choice product that delivers quickly
Amazon's
Choice
3PACK Steel Mesh Screen 11âX11â(280mmX280mm), 20 Mesh Steel Woven Wire Mesh 304 - Never Rust 1mm Hole Keep Rodent Out or Make Any Shapes by Valchoose
$10.99
(504)
Buy it with
+
Total price:
To see our price, add these items to your cart.
Add both to Cart
One of these items ships sooner than the other.
Show details
Hide details
Choose items to buy together.
This item:
Stainless Steel Woven Wire Filter 100 Mesh Woven Wire Sheet Cloth Screen Filter Sheet 30 x 90cm
$13.69
In stock.
Usually ships within 4 to 5 days.
Ships from and sold by Sarah Elinna.
FREE Shipping
Crescent Wiss 9-3/4" MetalMaster Compound Action Straight and Left Aviation Snips - M1R
$14.97
In Stock.
Ships from and sold by Amazon.com.
FREE Shipping on orders over $25.00.
Customers who viewed this item also viewed
Page
1
of
1
Start over
Page 1 of 1
Previous page
2 Packs 304 Stainless Steel Woven Wire 120 Mesh Fine Screen Mesh Steel Woven Mesh for Filter Mesh, Filtration Cloth, 11.8 x 39.3 Inch
4.4 out of 5 starsâ469
$13.99$13.99
Get it as soon as
Tuesday, Sep 14
FREE Shipping on orders over $25 shipped by Amazon
2PACK Stainless Mesh Screen 12âX24â(305mmX610mm), 20 Mesh 304 Steel Woven Wire Mesh, 1mm Hole Sturdy Easy to Cut Never Rust by Valchoose
4.6 out of 5 starsâ425
$14.99$14.99
Get it as soon as
Tuesday, Sep 14
FREE Shipping on orders over $25 shipped by Amazon
3PACK Steel Mesh Screen 11âX11â(280mmX280mm), 20 Mesh Steel Woven Wire Mesh 304 - Never Rust 1mm Hole Keep Rodent Out or Make Any Shapes by Valchoose
4.7 out of 5 starsâ504
$10.99$10.99
Get it as soon as
Tuesday, Sep 14
FREE Shipping on orders over $25 shipped by Amazon
Altura The Mesh: Premium Filter For Aeropress Coffee Makers + Free Ebook With Recipes, Tips, And More, Stainless Steel, Washable and Reusable. Lifetime 100% Guarantee
4.4 out of 5 starsâ3,290
$9.99$9.99
Get it as soon as
Tuesday, Sep 14
FREE Shipping on orders over $25 shipped by Amazon
Woven Wire MESH Stainless Steel 400 MESH 12"X24" 30cm X60cm Size 0.038mm Hole 30µm Wire Filtration SS T316 Open Area 31%
4.4 out of 5 starsâ54
$24.99$24.99
Get it as soon as
Tuesday, Sep 14
FREE Shipping on orders over $25 shipped by Amazon
Next page