How to get an order by its increment id programmatically?

Use the loadByIncrementId() or loadByIncrementIdAndStoreId() method of the \Magento\Sales\Model\Order class .

See also: