'`ping` (icmp) still working even with `firewalld` blocking it

I have my firewalld set to block everything, except the ports/protocols below.

[root@localhost ~]# firewall-cmd --zone=zona_firewalld --list-all
zona_firewalld (active)
  target: DROP
  icmp-block-inversion: no
  interfaces: eth0
  sources:
  services:
  ports: 22/tcp 8844/tcp 80/tcp 443/tcp 9191/tcp 1024-1048/tcp
  protocols:
  forward: no
  masquerade: no
  forward-ports:
  source-ports:
  icmp-blocks:
  rich rules:

However, when I try to ping google.com the ping works. It should have been blocked, right? What am I doing wrong in the firewalld configuration?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source