diff --git a/app/assets/images/boost-color.svg b/app/assets/images/boost-color.svg
new file mode 100644
index 000000000..ad56f8116
--- /dev/null
+++ b/app/assets/images/boost-color.svg
@@ -0,0 +1,21 @@
+
diff --git a/app/views/cards/comments/reactions/_reactions.html.erb b/app/views/cards/comments/reactions/_reactions.html.erb
index 5ed4cfaf1..bf3ff746a 100644
--- a/app/views/cards/comments/reactions/_reactions.html.erb
+++ b/app/views/cards/comments/reactions/_reactions.html.erb
@@ -8,7 +8,7 @@
<%= link_to new_card_comment_reaction_path(comment.card, comment), role: "button",
class: "reactions__trigger btn btn--circle borderless", action: "soft-keyboard#open",
data: { turbo_frame: dom_id(comment, :new_reaction), action: "dialog#close" } do %>
- <%= icon_tag "boost" %>
+ <%= image_tag "boost-color.svg", aria: { hidden: true } %>
Add your own reaction
<% end %>
<% end %>