diff --git a/Resources/views/Icon/httplug.svg b/Resources/views/Icon/httplug.svg
new file mode 100644
index 00000000..9be2c1f0
--- /dev/null
+++ b/Resources/views/Icon/httplug.svg
@@ -0,0 +1,135 @@
+
+
+
diff --git a/Resources/views/webprofiler.html.twig b/Resources/views/webprofiler.html.twig
index 93c70996..74ee2067 100644
--- a/Resources/views/webprofiler.html.twig
+++ b/Resources/views/webprofiler.html.twig
@@ -5,8 +5,9 @@
{% block toolbar %}
{% if collector.totalRequests > 0 %}
{% set icon %}
- {{ include('@WebProfiler/Icon/ajax.svg') }}
- {{ collector.totalRequests }}
+ {{ include('@Httplug/Icon/httplug.svg') }}
+ {{ collector.totalRequests }}
+ req.
{% endset %}
{% set text %}
@@ -32,7 +33,7 @@
{% block menu %}
{# This left-hand menu appears when using the full-screen profiler. #}
- {{ include('@WebProfiler/Icon/ajax.svg') }}
+ {{ include('@Httplug/Icon/httplug.svg') }}
Httplug
{% endblock %}