So I want to accept icmp type 8 and type 0 but I want to do it in one rule for efficiency.
iptables -A INPUT -p icmp -m icmp ! --icmp-type 8 -j ACCEPT iptables -A