diff --git a/src/lib/components/avatar-bauhaus.js b/src/lib/components/avatar-bauhaus.js
index 66cf336..b108351 100644
--- a/src/lib/components/avatar-bauhaus.js
+++ b/src/lib/components/avatar-bauhaus.js
@@ -31,6 +31,7 @@ const AvatarBauhaus = (props) => {
xmlns="http://www.w3.org/2000/svg"
width={props.size}
height={props.size}
+ {...props}
>
{props.title &&
{props.name}}
diff --git a/src/lib/components/avatar-beam.js b/src/lib/components/avatar-beam.js
index 1270d55..1fa61b2 100644
--- a/src/lib/components/avatar-beam.js
+++ b/src/lib/components/avatar-beam.js
@@ -46,6 +46,7 @@ const AvatarBeam = (props) => {
xmlns="http://www.w3.org/2000/svg"
width={props.size}
height={props.size}
+ {...props}
>
{props.title && {props.name}}
diff --git a/src/lib/components/avatar-marble.js b/src/lib/components/avatar-marble.js
index 680dfbb..48a0501 100644
--- a/src/lib/components/avatar-marble.js
+++ b/src/lib/components/avatar-marble.js
@@ -31,6 +31,7 @@ const AvatarMarble = (props) => {
xmlns="http://www.w3.org/2000/svg"
width={props.size}
height={props.size}
+ {...props}
>
{props.title && {props.name}}
diff --git a/src/lib/components/avatar-pixel.js b/src/lib/components/avatar-pixel.js
index 0c3032c..729502b 100644
--- a/src/lib/components/avatar-pixel.js
+++ b/src/lib/components/avatar-pixel.js
@@ -27,6 +27,7 @@ const AvatarPixel = (props) => {
xmlns="http://www.w3.org/2000/svg"
width={props.size}
height={props.size}
+ {...props}
>
{props.title && {props.name}}
{
xmlns="http://www.w3.org/2000/svg"
width={props.size}
height={props.size}
+ {...props}
>
{props.title && {props.name}}
diff --git a/src/lib/components/avatar-sunset.js b/src/lib/components/avatar-sunset.js
index d6c12c3..0460176 100644
--- a/src/lib/components/avatar-sunset.js
+++ b/src/lib/components/avatar-sunset.js
@@ -28,6 +28,7 @@ const AvatarSunset = (props) => {
xmlns="http://www.w3.org/2000/svg"
width={props.size}
height={props.size}
+ {...props}
>
{props.title && {props.name}}