diff --git a/app/views/modals/_product.html.haml b/app/views/modals/_product.html.haml
index b2281d64ca..7c45a6ccab 100644
--- a/app/views/modals/_product.html.haml
+++ b/app/views/modals/_product.html.haml
@@ -4,7 +4,7 @@
%img.product-img{"ng-src" => "{{product.master.images[0].large_url}}", "ng-if" => "product.master.images[0]"}
.columns.small-12.large-6
%h2
- %img{"ng-src" => "{{product.primary_taxon.icon}}"}
+ %render-svg{path: "{{product.primary_taxon.icon}}"}
{{product.name}}
%p {{product.description}}
%a.close-reveal-modal{"ng-click" => "$close()"}