It's better to use v-btn default template and put v-icon inside it. That way you'll have full control of icon size (color and e.t.c)
<template> <v-btn> <v-icon size="24">mdi-close-circle</v-icon> </v-btn> </template>