diff --git a/bookmarks/static/icons.svg b/bookmarks/static/icons.svg
new file mode 100644
index 0000000..d7b0031
--- /dev/null
+++ b/bookmarks/static/icons.svg
@@ -0,0 +1,112 @@
+
diff --git a/bookmarks/templates/bookmarks/bookmark_list.html b/bookmarks/templates/bookmarks/bookmark_list.html
index 0ab3b35..7f882da 100644
--- a/bookmarks/templates/bookmarks/bookmark_list.html
+++ b/bookmarks/templates/bookmarks/bookmark_list.html
@@ -1,6 +1,4 @@
-{% load static %}
-{% load shared %}
-{% load pagination %}
+{% load static shared pagination %}
{% if bookmark_list.is_empty %}
{% include 'bookmarks/empty_bookmarks.html' %}
{% else %}
@@ -123,8 +121,8 @@
class="btn btn-link btn-sm btn-icon"
data-confirm
data-confirm-question="Mark as read?">
-