Amend2 M-LOK Vertical Foregrip Black

Amend2 M-LOK Vertical Foregrip Black

$17.99Purchase & earn 18 Gundalyrium (points)!

138 in stock

All Amend2 grips are constructed of a highly impact-resistant nylon made in the USA and backed by Amend2's no-questions-asked lifetime warranty.

Features:

  • M-LOK compatible vertical foregrip
  • Constructed of high strength polymer
  • Aggressive texture for use in any environment
  • Slim design perfect for quick weapon maneuvering and low weight
UPC

749355071500

Manufacturer

C&E Innovations DBA Amend2

Manufacturer Part Number

A2VFGBLK

Length

5.7500

Model

Vertical Foregrip

Product Type

Grip

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Welcome to Gundalorium, in order to browse our site you must be at least 18 years of age.
Are you at least 18 years old?
No
// Remove excessive event listeners on scroll let ticking = false; window.addEventListener("scroll", function () { if (!ticking) { window.requestAnimationFrame(() => { ticking = false; }); ticking = true; } }, { passive: true }); // Kill jQuery-based animations (if any) if (window.jQuery) { jQuery.fx.off = true; } document.addEventListener("DOMContentLoaded", function () { const lazyElements = document.querySelectorAll("img, video, iframe, section, div"); lazyElements.forEach(el => { el.setAttribute("loading", "lazy"); }); });