Yes, you can configure the 30% discount on the single product in Magento2. For this we've to configure the cart rules action. It will results as your expectation.
E.g
If the product price is 10. In Cart 1 (1 product ) - final price 7
If the product price is 10. In Cart 2 (2 products ) - final price 14
If the product price is 10. In Cart 3 (3 products ) - final price 21
Below snippet might be helpful to configure your cart rule.
Rule Configuration