diff --git a/src/components/button/PasteButton.vue b/src/components/button/PasteButton.vue
new file mode 100644
index 00000000..c06a2833
--- /dev/null
+++ b/src/components/button/PasteButton.vue
@@ -0,0 +1,32 @@
+
+
+
+ $emit('click', e)"
+ v-bind="{ ...$props, ...$attrs }"
+ :icon="icon || 'mdi-file-replace'"
+ color="207 96% 32%"
+ :title="iconOnly ? $t('general.paste') : undefined"
+ >
+ {{ label || $t('general.paste') }}
+ {{ amount && amount > 0 ? `(${amount})` : '' }}
+
+