diff --git a/README.Rmd b/README.Rmd
index 1bf4ace06..fb61e16d6 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -16,7 +16,7 @@ suppressPackageStartupMessages(library(rtables))
suppressPackageStartupMessages(library(dplyr))
```
-# rtables
+# rtables
[![Check 🛠](https://github.com/insightsengineering/rtables/actions/workflows/check.yaml/badge.svg)](https://github.com/insightsengineering/rtables/actions/workflows/check.yaml)
diff --git a/README.md b/README.md
index 5293da684..7b6ed13f4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# rtables
+# rtables
diff --git a/man/figures/logo.png b/man/figures/logo.png
deleted file mode 100644
index 19dfc9c8b..000000000
Binary files a/man/figures/logo.png and /dev/null differ
diff --git a/man/figures/rtables.svg b/man/figures/rtables.svg
new file mode 100644
index 000000000..30ab68e24
--- /dev/null
+++ b/man/figures/rtables.svg
@@ -0,0 +1,407 @@
+
+
+
diff --git a/man/rtables-package.Rd b/man/rtables-package.Rd
index 779a8cb5a..ad8280212 100644
--- a/man/rtables-package.Rd
+++ b/man/rtables-package.Rd
@@ -6,8 +6,6 @@
\alias{rtables-package}
\title{rtables: Reporting Tables}
\description{
-\if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}}
-
Reporting tables often have structure that goes beyond simple rectangular data. The 'rtables' package provides a framework for declaring complex multi-level tabulations and then applying them to data. This framework models both tabulation and the resulting tables as hierarchical, tree-like objects which support sibling sub-tables, arbitrary splitting or grouping of data in row and column dimensions, cells containing multiple values, and the concept of contextual summary computations. A convenient pipe-able interface is provided for declaring table layouts and the corresponding computations, and then applying them to data.
}
\seealso{