How to remove SVG Files inline code of WordPress Footer?

I’ve got the answer.
Create a new file in the root of your theme with the name theme.json

Add and save the following code into it:

{
    "version": 1,
    "settings": {
        "color": {
            "duotone": null
                }
        }
}