How can i change the background color of svg place in html object element .Using CSS ,Jquery or Javascript my svg image is collected from an extended source in django static file
html
<object id="object" type="image/svg+xml" data="{% static 'images/icons/Businessopportunities.svg' %}"></object>